Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo of a license name in gemspec #41

Merged
merged 1 commit into from
Apr 3, 2018

Conversation

pocke
Copy link
Contributor

@pocke pocke commented May 29, 2017

rake gem:build warns about license name.

$ bundle exec rake gem:build
gem build jmespath.gemspec
WARNING:  license value 'Apache 2.0' is invalid.  Use a license identifier from
http://spdx.org/licenses or 'Nonstandard' for a nonstandard license.
Did you mean 'Apache-2.0'?
WARNING:  See http://guides.rubygems.org/specification-reference/ for help
  Successfully built RubyGem
  Name: jmespath
  Version: 1.3.1
  File: jmespath-1.3.1.gem

This change fixes the warning.

`rake gem:build` warns license name.

```bash
$ bundle exec rake gem:build
gem build jmespath.gemspec
WARNING:  license value 'Apache 2.0' is invalid.  Use a license identifier from
http://spdx.org/licenses or 'Nonstandard' for a nonstandard license.
Did you mean 'Apache-2.0'?
WARNING:  See http://guides.rubygems.org/specification-reference/ for help
  Successfully built RubyGem
  Name: jmespath
  Version: 1.3.1
  File: jmespath-1.3.1.gem
```

This change fixes the warning.
@trevorrowe trevorrowe merged commit dd00af1 into jmespath:master Apr 3, 2018
@pocke pocke deleted the fix-license branch April 4, 2018 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants