Skip to content

Commit f2ed467

Browse files
authored
Merge pull request #382 from seedot1234/update-license-in-gemspec
Update Apache license identifier
2 parents 413f3ba + 4c8e611 commit f2ed467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msgpack.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
88
s.description = %q{MessagePack is a binary-based efficient object serialization library. It enables to exchange structured objects between many languages like JSON. But unlike JSON, it is very fast and small.}
99
s.authors = ["Sadayuki Furuhashi", "Theo Hultberg", "Satoshi Tagomori"]
1010
11-
s.license = "Apache 2.0"
11+
s.license = "Apache-2.0"
1212
s.homepage = "http://msgpack.org/"
1313
s.require_paths = ["lib"]
1414
if /java/ =~ RUBY_PLATFORM

0 commit comments

Comments
 (0)