fibon.gemspec in fibon-0.0.1 vs fibon.gemspec in fibon-0.0.3

- old
+ new

@@ -8,10 +8,10 @@ gem.version = Fibon::VERSION gem.authors = ["Michael Jacoby"] gem.email = ["Michaelkjacoby@gmail.com"] gem.description = %q{Fibonacci number Generator} gem.summary = %q{Returns the nth value in the fibonacci sequence} - gem.homepage = "" + gem.homepage = "https://github.com/michaeljacoby/Fibonacci" 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"]