feedcellar.gemspec in feedcellar-0.1.2 vs feedcellar.gemspec in feedcellar-0.1.3

- old
+ new

@@ -6,12 +6,12 @@ Gem::Specification.new do |spec| spec.name = "feedcellar" spec.version = Feedcellar::VERSION spec.authors = ["Masafumi Yokoyama"] spec.email = ["myokoym@gmail.com"] - spec.description = %q{A searchable storage for RSS feed reader by rroonga.} + spec.description = %q{Searchable storage for RSS feed reader by rroonga with groonga!} spec.summary = %q{Searchable Storage for Feed Reader} - spec.homepage = "https://github.com/myokoym/feedcellar" + spec.homepage = "http://myokoym.net/feedcellar/" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) {|f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/})