security-report-parser 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  module Security
2
2
  module Report
3
3
  module Parser
4
- VERSION = '0.0.2'
4
+ VERSION = '0.0.3'
5
5
  end
6
6
  end
7
7
  end
@@ -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{^/bin/}) { |f| File.basename(f) }
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.2
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: -926868982450480843
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: -926868982450480843
200
+ hash: -2778494400518746636
200
201
  version: '0'
201
202
  none: false
202
203
  requirements: []