refills.gemspec in refills-0.0.1 vs refills.gemspec in refills-0.0.2

- old
+ new

@@ -8,10 +8,10 @@ spec.version = Refills::VERSION spec.authors = ["Joël Quenneville", "Magnus Gyllensward", "Christian Reuter", "Lisa Sy", "Paul Smith"] spec.email = ["magnus@thoughtbot.com"] spec.description = %q{Refills} spec.summary = %q{Refills} - spec.homepage = "" + spec.homepage = "http://thoughtbot.github.io/refills/" 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)/})