license_matcher 0.1.0.pre.alpha

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 3b4af3ec68010e357923af4f36968b826573648e
4
+ data.tar.gz: c36ba2921d655acc1a073881bc5a8d901ae93d81
5
+ SHA512:
6
+ metadata.gz: 5f0013742ef8d324c38a7fae607de3f7c7bff7bf71a5b0c9533eef7fe5736b57e1dc5fafe1ce5813b260a89e228f9c24bbb8d89920c5186bc601ccb9988580c3
7
+ data.tar.gz: e325854f90a54dcebb6d9b5e6b4c5166399ccfa1815aa7e4e3f208141b082e09dadf498b081331ab823671fd255c65cdf25a941f6b942344feaf441b82fe0746
@@ -0,0 +1,74 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ nationality, personal appearance, race, religion, or sexual identity and
10
+ orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
16
+
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
22
+
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at timgluz@gmail.com. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at [http://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: http://contributor-covenant.org
74
+ [version]: http://contributor-covenant.org/version/1/4/
data/Cargo.lock ADDED
@@ -0,0 +1,176 @@
1
+ [root]
2
+ name = "license_matcher"
3
+ version = "0.1.0"
4
+ dependencies = [
5
+ "fosslim 0.0.2-alpha (registry+https://github.com/rust-lang/crates.io-index)",
6
+ "helix 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
7
+ ]
8
+
9
+ [[package]]
10
+ name = "byteorder"
11
+ version = "1.1.0"
12
+ source = "registry+https://github.com/rust-lang/crates.io-index"
13
+
14
+ [[package]]
15
+ name = "cslice"
16
+ version = "0.3.0"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+
19
+ [[package]]
20
+ name = "cstr-macro"
21
+ version = "0.1.0"
22
+ source = "registry+https://github.com/rust-lang/crates.io-index"
23
+
24
+ [[package]]
25
+ name = "dtoa"
26
+ version = "0.4.2"
27
+ source = "registry+https://github.com/rust-lang/crates.io-index"
28
+
29
+ [[package]]
30
+ name = "fosslim"
31
+ version = "0.0.2-alpha"
32
+ source = "registry+https://github.com/rust-lang/crates.io-index"
33
+ dependencies = [
34
+ "rmp-serde 0.13.7 (registry+https://github.com/rust-lang/crates.io-index)",
35
+ "serde 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
36
+ "serde_derive 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
37
+ "serde_json 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
38
+ ]
39
+
40
+ [[package]]
41
+ name = "helix"
42
+ version = "0.6.4"
43
+ source = "registry+https://github.com/rust-lang/crates.io-index"
44
+ dependencies = [
45
+ "cslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
46
+ "cstr-macro 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
47
+ "libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)",
48
+ "libcruby-sys 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
49
+ ]
50
+
51
+ [[package]]
52
+ name = "itoa"
53
+ version = "0.3.3"
54
+ source = "registry+https://github.com/rust-lang/crates.io-index"
55
+
56
+ [[package]]
57
+ name = "libc"
58
+ version = "0.2.30"
59
+ source = "registry+https://github.com/rust-lang/crates.io-index"
60
+
61
+ [[package]]
62
+ name = "libcruby-sys"
63
+ version = "0.6.4"
64
+ source = "registry+https://github.com/rust-lang/crates.io-index"
65
+ dependencies = [
66
+ "libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)",
67
+ ]
68
+
69
+ [[package]]
70
+ name = "num-traits"
71
+ version = "0.1.40"
72
+ source = "registry+https://github.com/rust-lang/crates.io-index"
73
+
74
+ [[package]]
75
+ name = "quote"
76
+ version = "0.3.15"
77
+ source = "registry+https://github.com/rust-lang/crates.io-index"
78
+
79
+ [[package]]
80
+ name = "rmp"
81
+ version = "0.8.7"
82
+ source = "registry+https://github.com/rust-lang/crates.io-index"
83
+ dependencies = [
84
+ "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
85
+ "num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
86
+ ]
87
+
88
+ [[package]]
89
+ name = "rmp-serde"
90
+ version = "0.13.7"
91
+ source = "registry+https://github.com/rust-lang/crates.io-index"
92
+ dependencies = [
93
+ "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
94
+ "rmp 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)",
95
+ "serde 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
96
+ ]
97
+
98
+ [[package]]
99
+ name = "serde"
100
+ version = "1.0.14"
101
+ source = "registry+https://github.com/rust-lang/crates.io-index"
102
+
103
+ [[package]]
104
+ name = "serde_derive"
105
+ version = "1.0.14"
106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
107
+ dependencies = [
108
+ "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
109
+ "serde_derive_internals 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
110
+ "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
111
+ ]
112
+
113
+ [[package]]
114
+ name = "serde_derive_internals"
115
+ version = "0.16.0"
116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
117
+ dependencies = [
118
+ "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
119
+ "synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
120
+ ]
121
+
122
+ [[package]]
123
+ name = "serde_json"
124
+ version = "1.0.3"
125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
126
+ dependencies = [
127
+ "dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
128
+ "itoa 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
129
+ "num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
130
+ "serde 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
131
+ ]
132
+
133
+ [[package]]
134
+ name = "syn"
135
+ version = "0.11.11"
136
+ source = "registry+https://github.com/rust-lang/crates.io-index"
137
+ dependencies = [
138
+ "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
139
+ "synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
140
+ "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
141
+ ]
142
+
143
+ [[package]]
144
+ name = "synom"
145
+ version = "0.11.3"
146
+ source = "registry+https://github.com/rust-lang/crates.io-index"
147
+ dependencies = [
148
+ "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
149
+ ]
150
+
151
+ [[package]]
152
+ name = "unicode-xid"
153
+ version = "0.0.4"
154
+ source = "registry+https://github.com/rust-lang/crates.io-index"
155
+
156
+ [metadata]
157
+ "checksum byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff81738b726f5d099632ceaffe7fb65b90212e8dce59d518729e7e8634032d3d"
158
+ "checksum cslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0f8cb7306107e4b10e64994de6d3274bd08996a7c1322a27b86482392f96be0a"
159
+ "checksum cstr-macro 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "db53fddba18cdd35477a7213a3ef6acfbfa333c31b42ce019e544c4a1420a06f"
160
+ "checksum dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "09c3753c3db574d215cba4ea76018483895d7bff25a31b49ba45db21c48e50ab"
161
+ "checksum fosslim 0.0.2-alpha (registry+https://github.com/rust-lang/crates.io-index)" = "9c1c5f5bce13b2a8bec5cc64f1f44b8b114ca2e0b55f53feaa074634a708f40a"
162
+ "checksum helix 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "e131c0e8557e78f4d992b87e97cec90f8503c4b5f3af24e1183e4822736e8079"
163
+ "checksum itoa 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ac17257442c2ed77dbc9fd555cf83c58b0c7f7d0e8f2ae08c0ac05c72842e1f6"
164
+ "checksum libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)" = "2370ca07ec338939e356443dac2296f581453c35fe1e3a3ed06023c49435f915"
165
+ "checksum libcruby-sys 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ee430573ef01035bdc2a4b0efe3051cf4933752ad314010189b6433e6c6e7035"
166
+ "checksum num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "99843c856d68d8b4313b03a17e33c4bb42ae8f6610ea81b28abe076ac721b9b0"
167
+ "checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
168
+ "checksum rmp 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a3d45d7afc9b132b34a2479648863aa95c5c88e98b32285326a6ebadc80ec5c9"
169
+ "checksum rmp-serde 0.13.7 (registry+https://github.com/rust-lang/crates.io-index)" = "011e1d58446e9fa3af7cdc1fb91295b10621d3ac4cb3a85cc86385ee9ca50cd3"
170
+ "checksum serde 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "bcb6a7637a47663ee073391a139ed07851f27ed2532c2abc88c6bf27a16cdf34"
171
+ "checksum serde_derive 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "812ff66056fd9a9a5b7c119714243b0862cf98340e7d4b5ee05a932c40d5ea6c"
172
+ "checksum serde_derive_internals 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bd381f6d01a6616cdba8530492d453b7761b456ba974e98768a18cad2cd76f58"
173
+ "checksum serde_json 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d243424e06f9f9c39e3cd36147470fd340db785825e367625f79298a6ac6b7ac"
174
+ "checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
175
+ "checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
176
+ "checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
data/Cargo.toml ADDED
@@ -0,0 +1,11 @@
1
+ [package]
2
+ name = "license_matcher"
3
+ version = "0.1.0"
4
+ authors = ["Timo Sulg <timgluz@gmail.com>"]
5
+
6
+ [lib]
7
+ crate-type = ["rlib", "cdylib"]
8
+
9
+ [dependencies]
10
+ helix = "^0.6.0"
11
+ fosslim = "0.0.2-alpha"
data/Gemfile ADDED
@@ -0,0 +1,6 @@
1
+ source "https://rubygems.org"
2
+
3
+ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
+
5
+ # Specify your gem's dependencies in license_matcher.gemspec
6
+ gemspec
data/Gemfile.lock ADDED
@@ -0,0 +1,46 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ license_matcher (0.1.0)
5
+ helix_runtime (~> 0.6.0)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ blankslate (2.1.2.4)
11
+ diff-lcs (1.3)
12
+ helix_runtime (0.6.4)
13
+ rake (>= 10.0)
14
+ thor (~> 0.19.4)
15
+ toml (~> 0.1.2)
16
+ parslet (1.5.0)
17
+ blankslate (~> 2.0)
18
+ rake (10.5.0)
19
+ rspec (3.6.0)
20
+ rspec-core (~> 3.6.0)
21
+ rspec-expectations (~> 3.6.0)
22
+ rspec-mocks (~> 3.6.0)
23
+ rspec-core (3.6.0)
24
+ rspec-support (~> 3.6.0)
25
+ rspec-expectations (3.6.0)
26
+ diff-lcs (>= 1.2.0, < 2.0)
27
+ rspec-support (~> 3.6.0)
28
+ rspec-mocks (3.6.0)
29
+ diff-lcs (>= 1.2.0, < 2.0)
30
+ rspec-support (~> 3.6.0)
31
+ rspec-support (3.6.0)
32
+ thor (0.19.4)
33
+ toml (0.1.2)
34
+ parslet (~> 1.5.0)
35
+
36
+ PLATFORMS
37
+ ruby
38
+
39
+ DEPENDENCIES
40
+ bundler (~> 1.15)
41
+ license_matcher!
42
+ rake (~> 10.0)
43
+ rspec (~> 3.4)
44
+
45
+ BUNDLED WITH
46
+ 1.15.4
data/License ADDED
@@ -0,0 +1,9 @@
1
+ The MIT License
2
+
3
+ Copyright 2017, Timo Sulg, Fosslim, Versioneye
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
+
7
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8
+
9
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,65 @@
1
+ # LicenseMatcher
2
+
3
+ LicenseMatcher is a rubygem that can match a fulltext of Opensource License Text with SPDX id; So you dont have to guess is it **BSD** or **MIT** license, let the `LicenseMatcher` does the heavy lifting for you;
4
+
5
+
6
+ It uses [Fosslim](https://github.com/Fosslim/fosslim/) library underneath, which gives remarkable performance with lower memory cost than pure Ruby implementation;
7
+
8
+ This Gem is designed to be high-level Ruby client for the Fosslim library and may probably never expose low-level functions for manipulating index or models;
9
+
10
+
11
+ To experiment with that code, run `bin/console` for an interactive prompt.
12
+
13
+
14
+ ## Installation
15
+
16
+ Add this line to your application's Gemfile:
17
+
18
+ ```ruby
19
+ gem 'license_matcher'
20
+ ```
21
+
22
+ And then execute:
23
+
24
+ $ bundle
25
+
26
+ Or install it yourself as:
27
+
28
+ $ gem install license_matcher
29
+
30
+ ## Usage
31
+
32
+ run `bundle exec irb` on your commandline to fire up Ruby REPL;
33
+
34
+ ```
35
+ require 'license_matcher'
36
+
37
+ # build index from SPDX data
38
+ LicenseMatcher.build_index( "data/licenses", "data/index.msgpack")
39
+
40
+ # match license text
41
+ txt = File.read("fixtures/files/mit.txt");
42
+ lm = LicenseMatcher.new("data/index.msgpack")
43
+ lm.match(txt, 0.9)
44
+
45
+ ```
46
+
47
+
48
+ ## Development
49
+
50
+ Run `rake build` command to build native extension from Rust code;
51
+
52
+
53
+ After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
54
+
55
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
56
+
57
+ ## Contributing
58
+
59
+ Bug reports and pull requests are welcome on GitHub at https://github.com/fosslim/license_matcher.
60
+
61
+ This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
62
+
63
+ ## Code of Conduct
64
+
65
+ Everyone interacting in the LicenseMatcher project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/fosslim/license_matcher/blob/master/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,11 @@
1
+
2
+ require 'bundler/setup'
3
+ require 'rspec/core/rake_task'
4
+ import 'lib/tasks/helix_runtime.rake'
5
+
6
+ RSpec::Core::RakeTask.new(:spec) do |t|
7
+ t.verbose = false
8
+ end
9
+
10
+ task :spec => :build
11
+ task :default => :spec
Binary file
@@ -0,0 +1,7 @@
1
+ require "helix_runtime"
2
+
3
+ begin
4
+ require "license_matcher/native"
5
+ rescue LoadError
6
+ warn "Unable to load license_matcher/native. Please run `rake build`"
7
+ end
@@ -0,0 +1,6 @@
1
+
2
+ require 'helix_runtime/build_task'
3
+
4
+ HelixRuntime::BuildTask.new("license_matcher")
5
+
6
+ task :default => :build
metadata ADDED
@@ -0,0 +1,114 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: license_matcher
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0.pre.alpha
5
+ platform: ruby
6
+ authors:
7
+ - Timo Sulg
8
+ - Versioneye
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2017-09-13 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: helix_runtime
16
+ requirement: !ruby/object:Gem::Requirement
17
+ requirements:
18
+ - - "~>"
19
+ - !ruby/object:Gem::Version
20
+ version: 0.6.0
21
+ type: :runtime
22
+ prerelease: false
23
+ version_requirements: !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - "~>"
26
+ - !ruby/object:Gem::Version
27
+ version: 0.6.0
28
+ - !ruby/object:Gem::Dependency
29
+ name: bundler
30
+ requirement: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - "~>"
33
+ - !ruby/object:Gem::Version
34
+ version: '1.15'
35
+ type: :development
36
+ prerelease: false
37
+ version_requirements: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - "~>"
40
+ - !ruby/object:Gem::Version
41
+ version: '1.15'
42
+ - !ruby/object:Gem::Dependency
43
+ name: rake
44
+ requirement: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - "~>"
47
+ - !ruby/object:Gem::Version
48
+ version: '10.0'
49
+ type: :development
50
+ prerelease: false
51
+ version_requirements: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - "~>"
54
+ - !ruby/object:Gem::Version
55
+ version: '10.0'
56
+ - !ruby/object:Gem::Dependency
57
+ name: rspec
58
+ requirement: !ruby/object:Gem::Requirement
59
+ requirements:
60
+ - - "~>"
61
+ - !ruby/object:Gem::Version
62
+ version: '3.4'
63
+ type: :development
64
+ prerelease: false
65
+ version_requirements: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - "~>"
68
+ - !ruby/object:Gem::Version
69
+ version: '3.4'
70
+ description: "\n LicenseMatcher is rubygem, which uses Fosslim to match various
71
+ OSS license\n with correct SPDX-id or EULA label.\n "
72
+ email:
73
+ - timgluz@gmail.com
74
+ - reiz@versioneye.com
75
+ executables: []
76
+ extensions: []
77
+ extra_rdoc_files: []
78
+ files:
79
+ - CODE_OF_CONDUCT.md
80
+ - Cargo.lock
81
+ - Cargo.toml
82
+ - Gemfile
83
+ - Gemfile.lock
84
+ - License
85
+ - README.md
86
+ - Rakefile
87
+ - lib/license_matcher.rb
88
+ - lib/license_matcher/native.bundle
89
+ - lib/tasks/helix_runtime.rake
90
+ homepage: https://www.github.com/fosslim
91
+ licenses: []
92
+ metadata: {}
93
+ post_install_message:
94
+ rdoc_options: []
95
+ require_paths:
96
+ - lib
97
+ required_ruby_version: !ruby/object:Gem::Requirement
98
+ requirements:
99
+ - - ">="
100
+ - !ruby/object:Gem::Version
101
+ version: '0'
102
+ required_rubygems_version: !ruby/object:Gem::Requirement
103
+ requirements:
104
+ - - ">"
105
+ - !ruby/object:Gem::Version
106
+ version: 1.3.1
107
+ requirements: []
108
+ rubyforge_project:
109
+ rubygems_version: 2.5.2
110
+ signing_key:
111
+ specification_version: 4
112
+ summary: It helps to classify OSS license text and find correct SPDX-ID label for
113
+ it
114
+ test_files: []