bump to v0.6.6

This commit is contained in:
Colin Surprenant 2013-07-25 13:42:25 -04:00
parent 453f390bee
commit 4d7bf4879f
4 changed files with 8 additions and 7 deletions

View File

@ -96,5 +96,5 @@
# 0.6.6.beta2, 07-20-2013 # 0.6.6.beta2, 07-20-2013
- [issue #76](https://github.com/colinsurprenant/redstorm/issues/76) - avoid shelling out to storm jar command for cluster submission - [issue #76](https://github.com/colinsurprenant/redstorm/issues/76) - avoid shelling out to storm jar command for cluster submission
# 0.6.6 WIP # 0.6.6, 07-25-2013
- updated examples Kafka topology for new dependencies for Storm KafkaSpout - updated example Kafka topology for new dependencies for Storm KafkaSpout

View File

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
redstorm (0.6.6.beta2) redstorm (0.6.6)
rake rake
GEM GEM

View File

@ -13,11 +13,12 @@ Check also these related projects:
## Documentation ## Documentation
<!--
--- ---
This is the documentation for the **current 0.6.6-beta2 version of RedStorm** - the **[latest released Gem is v0.6.5](https://github.com/colinsurprenant/redstorm/wiki/RedStorm-Gem-v0.6.5-Documentation)** This is the documentation for the **current 0.6.6-beta2 version of RedStorm** - the **[latest released Gem is v0.6.5](https://github.com/colinsurprenant/redstorm/wiki/RedStorm-Gem-v0.6.5-Documentation)**
--- ---
-->
Chances are new versions of RedStorm will introduce changes that will break compatibility or change the developement workflow. To prevent out-of-sync documentation, per version specific documentation are kept [in the wiki](https://github.com/colinsurprenant/redstorm/wiki) when necessary. Chances are new versions of RedStorm will introduce changes that will break compatibility or change the developement workflow. To prevent out-of-sync documentation, per version specific documentation are kept [in the wiki](https://github.com/colinsurprenant/redstorm/wiki) when necessary.
## Dependencies ## Dependencies
@ -29,14 +30,14 @@ Tested on **OSX 10.8.3** and **Ubuntu Linux 12.10** using **Storm 0.9.0-wip16**
- RubyGems - RubyGems
``` sh ``` sh
$ gem install redstorm --pre $ gem install redstorm
``` ```
- Bundler - Bundler
``` ruby ``` ruby
source "https://rubygems.org" source "https://rubygems.org"
gem "redstorm", "~> 0.6.6.beta2" gem "redstorm", "~> 0.6.6"
``` ```
## Usage ## Usage

View File

@ -1,3 +1,3 @@
module RedStorm module RedStorm
VERSION = '0.6.6.beta2' VERSION = '0.6.6'
end end