fynd.gemspec in fynd-0.1.0 vs fynd.gemspec in fynd-0.1.1

- old
+ new

@@ -6,12 +6,12 @@ Gem::Specification.new do |gem| gem.name = "fynd" gem.version = Fynd::VERSION gem.authors = ["Dan Ryan"] gem.email = ["scriptfu@gmail.com"] - gem.description = %q{I found GNU find to be slow, so I made it slower.} - gem.summary = %q{A pure Ruby re-implementation of GNU find.} - gem.homepage = "" + gem.description = %q{A pure Ruby re-implementation of GNU find.} + gem.summary = %q{I found GNU find to be slow, so I made it slower by rewriting it in Ruby.} + gem.homepage = "https://github.com/danryan/fynd" gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"]