i18n-json.gemspec in i18n-json-0.0.1 vs i18n-json.gemspec in i18n-json-0.0.2

- old
+ new

@@ -5,9 +5,10 @@ Gem::Specification.new do |spec| spec.name = "i18n-json" spec.version = I18nJSON::VERSION spec.authors = ["Nando Vieira"] spec.email = ["me@fnando.com"] + spec.required_ruby_version = Gem::Requirement.new(">= 2.6.0") spec.summary = "Export I18n translations to JSON." spec.description = spec.summary spec.homepage = "https://github.com/fnando/i18n-json" spec.license = "MIT"