Skip to content

Commit

Permalink
bumping version for gem push
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Crosa committed Sep 12, 2012
1 parent e2b7528 commit 842d3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ require 'rspec/core/rake_task'


spec = Gem::Specification.new do |s| spec = Gem::Specification.new do |s|
s.name = %q{kafka-rb} s.name = %q{kafka-rb}
s.version = "0.0.8" s.version = "0.0.9"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Alejandro Crosa", "Stefan Mees", "Tim Lossen"] s.authors = ["Alejandro Crosa", "Stefan Mees", "Tim Lossen"]
Expand Down

0 comments on commit 842d3f7

Please sign in to comment.