security-report-parser 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/parser/version.rb +1 -1
- data/security-report-parser.gemspec +1 -1
- metadata +5 -4
data/lib/parser/version.rb
CHANGED
|
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
|
|
|
16
16
|
spec.license = 'MIT'
|
|
17
17
|
|
|
18
18
|
spec.files = `git ls-files`.split($/)
|
|
19
|
-
spec.executables = spec.files.grep(%r{
|
|
19
|
+
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
|
20
20
|
spec.test_files = spec.files.grep(%r{^(spec)/})
|
|
21
21
|
spec.require_paths = ['lib']
|
|
22
22
|
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: security-report-parser
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.0.
|
|
5
|
+
version: 0.0.3
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Timur Vafin
|
|
@@ -142,7 +142,8 @@ dependencies:
|
|
|
142
142
|
description: Used to parse montly reports from our security guard.
|
|
143
143
|
email:
|
|
144
144
|
- timur.vafin@flatstack.com
|
|
145
|
-
executables:
|
|
145
|
+
executables:
|
|
146
|
+
- security-report-parser
|
|
146
147
|
extensions: []
|
|
147
148
|
extra_rdoc_files: []
|
|
148
149
|
files:
|
|
@@ -187,7 +188,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
187
188
|
- !ruby/object:Gem::Version
|
|
188
189
|
segments:
|
|
189
190
|
- 0
|
|
190
|
-
hash: -
|
|
191
|
+
hash: -2778494400518746636
|
|
191
192
|
version: '0'
|
|
192
193
|
none: false
|
|
193
194
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
@@ -196,7 +197,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
196
197
|
- !ruby/object:Gem::Version
|
|
197
198
|
segments:
|
|
198
199
|
- 0
|
|
199
|
-
hash: -
|
|
200
|
+
hash: -2778494400518746636
|
|
200
201
|
version: '0'
|
|
201
202
|
none: false
|
|
202
203
|
requirements: []
|