spdx 1.2.7 → 1.2.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ab443ec15cd26651f98c53f1b6cdfc8c59711936
4
- data.tar.gz: 06b2126b9e7d71f6c5fdfaa2b74a6032a7caac26
3
+ metadata.gz: 16ede262711d02ee917738a2bf2d9e2f9e78013a
4
+ data.tar.gz: 7a5bccbe64a7ef0b8de666cea839b8ca1d5c1a4e
5
5
  SHA512:
6
- metadata.gz: 84188b5e576e014bb51822b0b32c07a847eba6a731377ea77420fb42ee36e8bbfd44047d4950cf68da1c38dbd44a01f64ccb1dc3ba8ec8e6823e215eae705f53
7
- data.tar.gz: 3e1c6e18907bf3f0f9387df523da8041975977f5480b8031a027929e3dd863736325a8d6cf5593e75e5b17fed527ea85b3f233a19f5e20125e474fa48b3d2e96
6
+ metadata.gz: ad45cb5086164f9c6de8a7c62efe7eafdc24040c94dc6141af6327b06b9449c64dd07d273d0f00794a6d944b1e247277ba0e319f3a97f0387975063926be67aa
7
+ data.tar.gz: 1dff5bb00871d340bb681bdd16df45d0fe86b0012b264df5bfd110a3ddbbf043d254eef43265c9c36359c7105bfce88c0642601ca2655191d1ac66f699f12ad9
data/.travis.yml CHANGED
@@ -1,3 +1,5 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.2.3
3
+ - 2.2.4
4
+ cache: bundler
5
+ sudo: false
@@ -0,0 +1,50 @@
1
+ # Contributor Code of Conduct
2
+
3
+ As contributors and maintainers of this project, and in the interest of
4
+ fostering an open and welcoming community, we pledge to respect all people who
5
+ contribute through reporting issues, posting feature requests, updating
6
+ documentation, submitting pull requests or patches, and other activities.
7
+
8
+ We are committed to making participation in this project a harassment-free
9
+ experience for everyone, regardless of level of experience, gender, gender
10
+ identity and expression, sexual orientation, disability, personal appearance,
11
+ body size, race, ethnicity, age, religion, or nationality.
12
+
13
+ Examples of unacceptable behavior by participants include:
14
+
15
+ * The use of sexualized language or imagery
16
+ * Personal attacks
17
+ * Trolling or insulting/derogatory comments
18
+ * Public or private harassment
19
+ * Publishing other's private information, such as physical or electronic
20
+ addresses, without explicit permission
21
+ * Other unethical or unprofessional conduct
22
+
23
+ Project maintainers have the right and responsibility to remove, edit, or
24
+ reject comments, commits, code, wiki edits, issues, and other contributions
25
+ that are not aligned to this Code of Conduct, or to ban temporarily or
26
+ permanently any contributor for other behaviors that they deem inappropriate,
27
+ threatening, offensive, or harmful.
28
+
29
+ By adopting this Code of Conduct, project maintainers commit themselves to
30
+ fairly and consistently applying these principles to every aspect of managing
31
+ this project. Project maintainers who do not follow or enforce the Code of
32
+ Conduct may be permanently removed from the project team.
33
+
34
+ This Code of Conduct applies both within project spaces and in public spaces
35
+ when an individual is representing the project or its community.
36
+
37
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
38
+ reported by contacting a project maintainer at andrewnez@gmail.com. All
39
+ complaints will be reviewed and investigated and will result in a response that
40
+ is deemed necessary and appropriate to the circumstances. Maintainers are
41
+ obligated to maintain confidentiality with regard to the reporter of an
42
+ incident.
43
+
44
+
45
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage],
46
+ version 1.3.0, available at
47
+ [http://contributor-covenant.org/version/1/3/0/][version]
48
+
49
+ [homepage]: http://contributor-covenant.org
50
+ [version]: http://contributor-covenant.org/version/1/3/0/
data/CONTRIBUTING.md ADDED
@@ -0,0 +1,10 @@
1
+ # Contributing
2
+
3
+ * Fork the project.
4
+ * Make your feature addition or bug fix.
5
+ * Add tests for it. This is important so I don't break it in a future version unintentionally.
6
+ * Send a pull request. Bonus points for topic branches.
7
+
8
+ ## Code of Conduct
9
+
10
+ Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
data/lib/spdx.rb CHANGED
@@ -95,6 +95,8 @@ module Spdx
95
95
  'artistic_2' => 'Artistic-2.0',
96
96
  'artistic_1' => 'Artistic-1.0',
97
97
  'lgpl 2.1' => 'LGPL-2.1',
98
+ 'lgpl' => 'LGPL-3.0',
99
+ 'lgplv2.1+' => 'LGPL-2.1+',
98
100
  'lgplv3' => 'LGPL-3.0',
99
101
  'gplv3+' => 'GPL-3.0+',
100
102
  'alv2' => 'Apache-2.0',
data/lib/spdx/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Spdx
2
- VERSION = "1.2.7"
2
+ VERSION = "1.2.8"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spdx
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.7
4
+ version: 1.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Nesbitt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-19 00:00:00.000000000 Z
11
+ date: 2016-02-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: spdx-licenses
@@ -90,6 +90,8 @@ files:
90
90
  - ".gitignore"
91
91
  - ".rspec"
92
92
  - ".travis.yml"
93
+ - CODE_OF_CONDUCT.md
94
+ - CONTRIBUTING.md
93
95
  - Gemfile
94
96
  - LICENSE.txt
95
97
  - README.md
@@ -119,11 +121,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
119
121
  version: '0'
120
122
  requirements: []
121
123
  rubyforge_project:
122
- rubygems_version: 2.4.8
124
+ rubygems_version: 2.5.1
123
125
  signing_key:
124
126
  specification_version: 4
125
127
  summary: A SPDX license checker
126
128
  test_files:
127
129
  - spec/spdx_spec.rb
128
130
  - spec/spec_helper.rb
129
- has_rdoc: