emoji-data.gemspec in emoji-data-0.1.0 vs emoji-data.gemspec in emoji-data-1.0.0

- old
+ new

@@ -10,10 +10,10 @@ spec.email = ["katehuang0320@gmail.com"] spec.summary = %q{Emoji JSON Data for UTR #51} spec.description = spec.summary spec.homepage = "https://github.com/jollygoodcode/emoji-data" - spec.license = "MIT" + spec.license = "UNLICENSE" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"]