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

Commits on May 29, 2017

  1. Fix typo of a license name in gemspec

    `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.
    pocke committed May 29, 2017
    Configuration menu
    Copy the full SHA
    cd0719a View commit details
    Browse the repository at this point in the history