money_swap.gemspec in money_swap-0.1.1 vs money_swap.gemspec in money_swap-0.1.2

- old
+ new

@@ -8,10 +8,10 @@ spec.version = MoneySwap::VERSION spec.authors = ["Marvo-Ging"] spec.email = ["<github email address>"] spec.summary = %q{Currency converter} - spec.description = %q{Call on the Money class with the class method 'convert' and two string arguments of the currency ticker, e.g. 'USD','EUR',...} + spec.description = %q{Call on the Money class with the class method 'convert' and two string arguments of the currency ticker, e.g. Money.convert('USD','EUR')} spec.homepage = "https://rubygems.org/" spec.license = "MIT" # Specify which files should be added to the gem when it is released. # The `git ls-files -z` loads the files in the RubyGem that have been added into git.