Skip to content

Commit

Permalink
Fix the license identifier in the gemspec
Browse files Browse the repository at this point in the history
Rubygems didn't use to validate these, but looks like it does now and the value was not understood
  • Loading branch information
iconara committed Jul 22, 2022
1 parent 52f98cc commit 52fb6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ione.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.homepage = 'http://github.com/iconara/ione'
s.summary = %q{Reactive programming framework for Ruby}
s.description = %q{Reactive programming framework for Ruby, painless evented IO, futures and an efficient byte buffer}
s.license = 'Apache License 2.0'
s.license = 'Apache-2.0'

s.files = Dir['lib/**/*.rb', 'README.md', '.yardopts']
s.test_files = Dir['spec/**/*.rb']
Expand Down

0 comments on commit 52fb6c2

Please sign in to comment.