spot_rate.gemspec in spot-rate-0.1.0 vs spot_rate.gemspec in spot-rate-0.2.0

- old
+ new

@@ -4,10 +4,10 @@ Gem::Specification.new do |gem| gem.authors = ["Jeff Iacono"] gem.email = ["jeff.iacono@gmail.com"] gem.description = %q{get current currency spot rates with ruby} gem.summary = %q{current currency spot rates} - gem.homepage = "" + gem.homepage = "https://github.com/jeffreyiacono/spot-rate" 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.name = "spot-rate"