Sha256: d2f8f01571cb02944c5b75691a447a2fef54100175d775ffff470f09dd57c3ef
Contents?: true
Size: 917 Bytes
Versions: 5
Compression:
Stored size: 917 Bytes
Contents
# [Spdx](http://libraries.io/rubygems/spdx) A SPDX license checker This gem allows you to find standard SPDX licenses from similar, but not exact names using [FuzzyMatch](https://github.com/seamusabshere/fuzzy_match) to find the closest match. ## Installation Add this line to your application's Gemfile: ```ruby gem 'spdx' ``` And then execute: $ bundle Or install it yourself as: $ gem install spdx ## Usage ```ruby Spdx.find('Apache 2') # => <SpdxLicenses::License:0x007fa3a2b462c8 @id="Apache-2.0", @name="Apache License 2.0", @osi_approved=true> ``` ## Testing Run the tests with: $ bundle exec rake ## Contributing 1. Fork it ( https://github.com/librariesio/spdx/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
spdx-1.2.8 | README.md |
spdx-1.2.7 | README.md |
spdx-1.2.6 | README.md |
spdx-1.2.5 | README.md |
spdx-1.2.4 | README.md |