Rakefile in riakpb-0.1.5 vs Rakefile in riakpb-0.1.6
- old
+ new
@@ -4,10 +4,10 @@
require './lib/riak'
gemspec = Gem::Specification.new do |gem|
gem.name = "riakpb"
gem.summary = %Q{riakpb is a protocol buffer client for Riak--the distributed database by Basho.}
- gem.description = %Q{riakpb is a protocol buffer client for Riak--the distributed database by Basho. Connects via Protocol Buffers instead of REST.}
+ gem.description = %Q{riakpb is a protocol buffer client for Riak--the distributed database by Basho.}
gem.version = Riak::VERSION
gem.email = "me@inherentlylame.com"
gem.homepage = "http://github.com/aitrus/riak-pbclient"
gem.authors = ["Scott Gonyea"]
gem.add_development_dependency "rspec", "~>2.0.0.beta.9"