Skip to content

Commit

Permalink
Switch riak-client gem version req to 1.0.0.pre
Browse files Browse the repository at this point in the history
  • Loading branch information
aphyr committed May 17, 2011
1 parent d5e063c commit 6a253fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@


s.required_ruby_version = '>= 1.8.6' s.required_ruby_version = '>= 1.8.6'


s.add_dependency('riak-client', '~> 1.0.0') s.add_dependency('riak-client', '~> 1.0.0.pre')
end end


Rake::GemPackageTask.new(gemspec) do |p| Rake::GemPackageTask.new(gemspec) do |p|
Expand Down

0 comments on commit 6a253fb

Please sign in to comment.