rakefile.rb in mudbug-0.4.6.4 vs rakefile.rb in mudbug-0.4.6.5
- old
+ new
@@ -24,9 +24,10 @@
task :build do
spec = Gem::Specification.new do |s|
# Static assignments
s.name = "mudbug"
s.summary = "This hardy creature consumes JSON / REST APIs"
+ s.description = "This hardy creature consumes JSON / REST APIs"
s.authors = ["Rick Hull"]
s.email = "rick@cloudscaling.com"
s.homepage = "http://github.com/rickhull/mudbug"
s.licenses = ['LGPL']