europeana-api.gemspec in europeana-api-0.3.2 vs europeana-api.gemspec in europeana-api-0.3.3

- old
+ new

@@ -9,10 +9,10 @@ spec.authors = ['Richard Doe'] spec.email = ['richard.doe@rwdit.net'] spec.description = 'Search and retrieve records from the Europeana REST API' spec.summary = 'Ruby client library for the Europeana API' spec.homepage = 'https://github.com/rwd/europeana-api-client-ruby' - spec.license = 'EUPL 1.1' + spec.license = 'EUPL V.1.1' spec.files = `git ls-files`.split($RS) spec.executables = spec.files.grep(/^bin\//) { |f| File.basename(f) } spec.test_files = spec.files.grep(/^(test|spec|features)\//) spec.require_paths = ['lib']