currency_converter.gemspec in currency_converter-1.1.2 vs currency_converter.gemspec in currency_converter-1.1.3

- old
+ new

@@ -9,11 +9,11 @@ spec.platform = Gem::Platform::RUBY spec.license = 'MIT' spec.authors = ['Diganta Mandal'] spec.email = ['urs.diganta@gmail.com'] - spec.description = %q{Google provides a web site to converts currencies using exchange rates but they have not provided any API for ruby. This is a small library that converts currencies exchange rate. You can convert currencies directly through this library.} - spec.summary = %q{Google provides a web site to converts currencies using exchange rates but they have not provided any API for ruby. This is a small library that converts currencies exchange rate. You can convert currencies directly through this library.} + spec.description = %q{Simple Ruby API to get exchange rates from currencies using Yahoo finance currency converter and XE currency converter. You can convert currencies directly through this library.} + spec.summary = %q{Simple Ruby API to get exchange rates from currencies using Yahoo finance currency converter and XE currency converter. You can convert currencies directly through this library.} spec.homepage = 'https://github.com/dark-prince/currency_converter' 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)/})