From 4d7bf4879fd2ee787c1be9c7f51aab0883f0d051 Mon Sep 17 00:00:00 2001 From: Colin Surprenant Date: Thu, 25 Jul 2013 13:42:25 -0400 Subject: [PATCH] bump to v0.6.6 --- CHANGELOG.md | 4 ++-- Gemfile.lock | 2 +- README.md | 7 ++++--- lib/red_storm/version.rb | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b006bc2..a2addea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 \ No newline at end of file +# 0.6.6, 07-25-2013 +- updated example Kafka topology for new dependencies for Storm KafkaSpout \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 4cbf83d..6f40c1a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - redstorm (0.6.6.beta2) + redstorm (0.6.6) rake GEM diff --git a/README.md b/README.md index c8f4e7a..d7d6cdc 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,12 @@ Check also these related projects: ## 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 diff --git a/lib/red_storm/version.rb b/lib/red_storm/version.rb index 187662b..3443bcf 100644 --- a/lib/red_storm/version.rb +++ b/lib/red_storm/version.rb @@ -1,3 +1,3 @@ module RedStorm - VERSION = '0.6.6.beta2' + VERSION = '0.6.6' end \ No newline at end of file