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
- [issue #76](https://github.com/colinsurprenant/redstorm/issues/76) - avoid shelling out to storm jar command for cluster submission
# 0.6.6 WIP
- updated examples Kafka topology for new dependencies for Storm KafkaSpout
# 0.6.6, 07-25-2013
- updated example Kafka topology for new dependencies for Storm KafkaSpout

View File

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

View File

@ -13,11 +13,12 @@ Check also these related projects:
## 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.
## Dependencies
@ -29,14 +30,14 @@ Tested on **OSX 10.8.3** and **Ubuntu Linux 12.10** using **Storm 0.9.0-wip16**
- RubyGems
``` sh
$ gem install redstorm --pre
$ gem install redstorm
```
- Bundler
``` ruby
source "https://rubygems.org"
gem "redstorm", "~> 0.6.6.beta2"
gem "redstorm", "~> 0.6.6"
```
## Usage

View File

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