pronto-bundler_audit 0.1.0

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.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: a1e6851baf36d42500cc736579e9b4dfe12d58ad4142cea5909e5e6c2b6f8cd4
4
+ data.tar.gz: 0d6a119979f0f6c2cbce6cb2d07fd92948085877c9edb0d5894c357197a1dfd8
5
+ SHA512:
6
+ metadata.gz: f9d8b82ad4ad5367c6cd26ed21692c6cb774498071fb8288a3f3d2efbeae891eee30e41b1fe88117683c31f3f3be1c47129d9cd515793a385946dee1244dfb26
7
+ data.tar.gz: 468c3a01eab1325cc560cd3600b93cfde048b64657c31353f79cb1cc5b01a56755d5d8975d2ee646d6027883d4f5c8ac5dc0fb243d29a0e44acb975c9d353814
data/.gitignore ADDED
@@ -0,0 +1,9 @@
1
+ /*.gem
2
+ /.bundle/
3
+ /.yardoc
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
data/.travis.yml ADDED
@@ -0,0 +1,21 @@
1
+ env:
2
+ global:
3
+ - CC_TEST_REPORTER_ID=d474e8b46e1c2bdae364c33263aa113e922381016a151052bff1ec8cb743da22
4
+ sudo: false
5
+ language: ruby
6
+ rvm:
7
+ - 2.3
8
+ - 2.4
9
+ - 2.5
10
+ - 2.6
11
+ - ruby-head
12
+ notifications:
13
+ email: false
14
+ before_install: gem install bundler -v 2.0.1
15
+ cache: bundler
16
+ before_script:
17
+ - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
18
+ - chmod +x ./cc-test-reporter
19
+ - ./cc-test-reporter before-build
20
+ after_script:
21
+ - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source "https://rubygems.org"
2
+
3
+ # Specify your gem's dependencies in pronto-bundler_audit.gemspec
4
+ gemspec
data/Gemfile.lock ADDED
@@ -0,0 +1,133 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ pronto-bundler_audit (0.1.0)
5
+ bundler-audit
6
+ pronto
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ addressable (2.5.2)
12
+ public_suffix (>= 2.0.2, < 4.0)
13
+ ansi (1.5.0)
14
+ ast (2.4.0)
15
+ axiom-types (0.1.1)
16
+ descendants_tracker (~> 0.0.4)
17
+ ice_nine (~> 0.11.0)
18
+ thread_safe (~> 0.3, >= 0.3.1)
19
+ builder (3.2.3)
20
+ bundler-audit (0.6.1)
21
+ bundler (>= 1.2.0, < 3)
22
+ thor (~> 0.18)
23
+ byebug (11.0.1)
24
+ codeclimate-engine-rb (0.4.1)
25
+ virtus (~> 1.0)
26
+ coderay (1.1.2)
27
+ coercible (1.0.0)
28
+ descendants_tracker (~> 0.0.1)
29
+ descendants_tracker (0.0.4)
30
+ thread_safe (~> 0.3, >= 0.3.1)
31
+ docile (1.3.1)
32
+ equalizer (0.0.11)
33
+ faraday (0.15.4)
34
+ multipart-post (>= 1.2, < 3)
35
+ gitlab (4.11.0)
36
+ httparty (~> 0.14, >= 0.14.0)
37
+ terminal-table (~> 1.5, >= 1.5.1)
38
+ httparty (0.17.0)
39
+ mime-types (~> 3.0)
40
+ multi_xml (>= 0.5.2)
41
+ ice_nine (0.11.2)
42
+ jaro_winkler (1.5.2)
43
+ json (2.2.0)
44
+ kwalify (0.7.2)
45
+ method_source (0.9.2)
46
+ mime-types (3.2.2)
47
+ mime-types-data (~> 3.2015)
48
+ mime-types-data (3.2019.0331)
49
+ minitest (5.11.3)
50
+ minitest-reporters (1.3.6)
51
+ ansi
52
+ builder
53
+ minitest (>= 5.0)
54
+ ruby-progressbar
55
+ multi_xml (0.6.0)
56
+ multipart-post (2.0.0)
57
+ object_identifier (0.2.1)
58
+ octokit (4.14.0)
59
+ sawyer (~> 0.8.0, >= 0.5.3)
60
+ parallel (1.17.0)
61
+ parser (2.6.2.1)
62
+ ast (~> 2.4.0)
63
+ pronto (0.10.0)
64
+ gitlab (~> 4.0, >= 4.0.0)
65
+ httparty (>= 0.13.7)
66
+ octokit (~> 4.7, >= 4.7.0)
67
+ rainbow (>= 2.2, < 4.0)
68
+ rugged (~> 0.24, >= 0.23.0)
69
+ thor (~> 0.20.0)
70
+ pry (0.12.2)
71
+ coderay (~> 1.1.0)
72
+ method_source (~> 0.9.0)
73
+ pry-byebug (3.7.0)
74
+ byebug (~> 11.0)
75
+ pry (~> 0.10)
76
+ psych (3.1.0)
77
+ public_suffix (3.0.3)
78
+ rainbow (3.0.0)
79
+ rake (12.3.2)
80
+ reek (5.4.0)
81
+ codeclimate-engine-rb (~> 0.4.0)
82
+ kwalify (~> 0.7.0)
83
+ parser (>= 2.5.0.0, < 2.7, != 2.5.1.1)
84
+ psych (~> 3.1.0)
85
+ rainbow (>= 2.0, < 4.0)
86
+ rubocop (0.67.2)
87
+ jaro_winkler (~> 1.5.1)
88
+ parallel (~> 1.10)
89
+ parser (>= 2.5, != 2.5.1.1)
90
+ psych (>= 3.1.0)
91
+ rainbow (>= 2.2.2, < 4.0)
92
+ ruby-progressbar (~> 1.7)
93
+ unicode-display_width (>= 1.4.0, < 1.6)
94
+ ruby-progressbar (1.10.0)
95
+ rugged (0.28.1)
96
+ sawyer (0.8.1)
97
+ addressable (>= 2.3.5, < 2.6)
98
+ faraday (~> 0.8, < 1.0)
99
+ simplecov (0.16.1)
100
+ docile (~> 1.1)
101
+ json (>= 1.8, < 3)
102
+ simplecov-html (~> 0.10.0)
103
+ simplecov-html (0.10.2)
104
+ terminal-table (1.8.0)
105
+ unicode-display_width (~> 1.1, >= 1.1.1)
106
+ thor (0.20.3)
107
+ thread_safe (0.3.6)
108
+ unicode-display_width (1.5.0)
109
+ virtus (1.0.5)
110
+ axiom-types (~> 0.1)
111
+ coercible (~> 1.0)
112
+ descendants_tracker (~> 0.0, >= 0.0.3)
113
+ equalizer (~> 0.0, >= 0.0.9)
114
+
115
+ PLATFORMS
116
+ ruby
117
+
118
+ DEPENDENCIES
119
+ bundler
120
+ byebug
121
+ minitest
122
+ minitest-reporters
123
+ object_identifier
124
+ pronto-bundler_audit!
125
+ pry
126
+ pry-byebug
127
+ rake
128
+ reek
129
+ rubocop
130
+ simplecov
131
+
132
+ BUNDLED WITH
133
+ 2.0.1
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2019 Paul Dobbins
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,37 @@
1
+ # Pronto::BundlerAudit
2
+
3
+ Pronto runner for [bundler-audit](https://github.com/rubysec/bundler-audit), patch-level verification for bundler. [What is Pronto?](https://github.com/prontolabs/pronto)
4
+
5
+ ## Installation
6
+
7
+ Add this line to your application's Gemfile:
8
+
9
+ ```ruby
10
+ gem 'pronto-bundler_audit'
11
+ ```
12
+
13
+ And then execute:
14
+
15
+ $ bundle
16
+
17
+ Or install it yourself as:
18
+
19
+ $ gem install pronto-bundler_audit
20
+
21
+ ## Usage
22
+
23
+ This runner will run automatically when [running Pronto](https://github.com/prontolabs/pronto#usage).
24
+
25
+ ## Development
26
+
27
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
28
+
29
+ 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).
30
+
31
+ ## Contributing
32
+
33
+ Bug reports and pull requests are welcome on GitHub at https://github.com/pdobb/pronto-bundler_audit.
34
+
35
+ ## License
36
+
37
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
data/Rakefile ADDED
@@ -0,0 +1,10 @@
1
+ require "bundler/gem_tasks"
2
+ require "rake/testtask"
3
+
4
+ Rake::TestTask.new(:test) do |t|
5
+ t.libs << "test"
6
+ t.libs << "lib"
7
+ t.test_files = FileList["test/**/*_test.rb"]
8
+ end
9
+
10
+ task :default => :test
data/bin/console ADDED
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "pronto/bundler_audit"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ require "pry"
11
+ Pry.start
12
+
13
+ # require "irb"
14
+ # IRB.start(__FILE__)
data/bin/setup ADDED
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,5 @@
1
+ module Pronto
2
+ module BundlerAudit
3
+ VERSION = "0.1.0"
4
+ end
5
+ end
@@ -0,0 +1,172 @@
1
+ require "pronto"
2
+ require "bundler/audit/database"
3
+ require "bundler/audit/scanner"
4
+
5
+ module Pronto
6
+ # Pronto::BundlerAudit is a Pronto::Runner that:
7
+ # 1. Finds the most relevant patch (the last patch that contains a change to
8
+ # Gemfile.lock)
9
+ # 2. Updates the Ruby Advisory Database
10
+ # 3. Runs bundle-audit to scan the Gemfile.lock
11
+ # 4. Returns an Array of Pronto::Message objects if any issues are found
12
+ class BundlerAudit < Runner
13
+ def run
14
+ patch = find_relevant_patch
15
+
16
+ patch_handler = PatchHandler.new(patch, runner: self)
17
+ patch_handler.call
18
+ end
19
+
20
+ private
21
+
22
+ def find_relevant_patch
23
+ @patches.reverse_each { |patch|
24
+ break patch if patch.additions > 0 && relevant_patch_path?(patch)
25
+ }
26
+ end
27
+
28
+ def relevant_patch_path?(patch)
29
+ patch_path = patch.new_file_full_path.to_s
30
+ patch_path.end_with?("Gemfile.lock")
31
+ end
32
+
33
+ # Pronto::BundlerAudit::PatchHandler run Bundle Audit on the given patch
34
+ # and returns an Array of Pronto::Message objects, if any issues are found.
35
+ class PatchHandler
36
+ def initialize(patch, runner:)
37
+ @patch = patch
38
+ @runner = runner
39
+ end
40
+
41
+ # @return (see: #run_scan)
42
+ def call
43
+ update_ruby_advisory_db
44
+ run_scan
45
+ end
46
+
47
+ private
48
+
49
+ def update_ruby_advisory_db
50
+ Bundler::Audit::Database.update!(quiet: true)
51
+ end
52
+
53
+ # @return [Array>] if no issues were found
54
+ # @return [Array<Pronto::Message>] if issues were found
55
+ def run_scan
56
+ scanner = Bundler::Audit::Scanner.new
57
+
58
+ scanner.scan.inject([]) do |acc, scan_result|
59
+ acc << process_scan_result(scan_result)
60
+ end
61
+ end
62
+
63
+ def process_scan_result(scan_result)
64
+ case scan_result
65
+ when Bundler::Audit::Scanner::InsecureSource
66
+ build_warning_message(
67
+ "Insecure Source URI found: #{scan_result.source}")
68
+ when Bundler::Audit::Scanner::UnpatchedGem
69
+ advisory =
70
+ AdvisoryFormatter.new(
71
+ gem: scan_result.gem, advisory: scan_result.advisory)
72
+ message = advisory.to_compact_s
73
+
74
+ build_error_message(message)
75
+ end
76
+ end
77
+
78
+ def build_warning_message(message)
79
+ build_message(message, level: :warning)
80
+ end
81
+
82
+ def build_error_message(message)
83
+ build_message(message, level: :error)
84
+ end
85
+
86
+ def build_message(message, level:)
87
+ Message.new("Gemfile.lock", nil, level, message, nil, @runner.class)
88
+ end
89
+
90
+ # Pronto::BundlerAudit::PatchHandler::AdvisoryFormatter is a message
91
+ # formatter for the given gem object and Bundler::Audit::Advisory#advisory
92
+ # object.
93
+ class AdvisoryFormatter
94
+ # param gem [Bundler::LazySpecification]
95
+ # param advisory [Bundler::Audit::Advisory]
96
+ def initialize(gem:, advisory:)
97
+ @gem = gem
98
+ @advisory = advisory
99
+ end
100
+
101
+ def to_s
102
+ [
103
+ "Name: #{gem_name}",
104
+ "Version: #{gem_version}",
105
+ "Advisory: #{advisory_description}",
106
+ "Criticality: #{advisory_criticality}",
107
+ "URL: #{advisory_url}",
108
+ "Title: #{advisory_title}",
109
+ "Solution: #{advisory_solution}"
110
+ ].join("\n")
111
+ end
112
+
113
+ def to_compact_s
114
+ [
115
+ "Gem: #{gem_name} v#{gem_version}",
116
+ "#{advisory_criticality} Advisory: #{advisory_title} -- "\
117
+ "#{advisory_description} (#{advisory_url})",
118
+ "Solution: #{advisory_solution}"
119
+ ].join(" | ")
120
+ end
121
+
122
+ private
123
+
124
+ def gem_name
125
+ @gem.name
126
+ end
127
+
128
+ def gem_version
129
+ @gem.version
130
+ end
131
+
132
+ def advisory_description
133
+ if @advisory.cve
134
+ "CVE-#{@advisory.cve}"
135
+ elsif @advisory.osvdb
136
+ @advisory.osvdb
137
+ end
138
+ end
139
+
140
+ def advisory_criticality
141
+ str = @advisory.criticality.to_s.capitalize
142
+ str = "Unknown" if str.empty?
143
+ str
144
+ end
145
+
146
+ def advisory_url
147
+ @advisory.url
148
+ end
149
+
150
+ def advisory_title
151
+ @advisory.title
152
+ end
153
+
154
+ def advisory_solution
155
+ if any_patched_versions?
156
+ "Upgrade to #{patched_versions}."
157
+ else
158
+ "Remove or disable this gem until a patch is available!"
159
+ end
160
+ end
161
+
162
+ def patched_versions
163
+ @advisory.patched_versions.join(', ')
164
+ end
165
+
166
+ def any_patched_versions?
167
+ !@advisory.patched_versions.empty?
168
+ end
169
+ end
170
+ end
171
+ end
172
+ end
@@ -0,0 +1,52 @@
1
+
2
+ lib = File.expand_path("../lib", __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require "pronto/bundler_audit/version"
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "pronto-bundler_audit"
8
+ spec.version = Pronto::BundlerAudit::VERSION
9
+ spec.authors = ["Paul Dobbins"]
10
+ spec.email = ["paul.dobbins@icloud.com"]
11
+
12
+ spec.summary = %q{Pronto runner for bundler-audit, patch-level verification for bundler.}
13
+ spec.homepage = "http://github.com/pdobb/pronto-bundler_audit"
14
+ spec.license = "MIT"
15
+
16
+ # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
17
+ # to allow pushing to a single host or delete this section to allow pushing to any host.
18
+ # if spec.respond_to?(:metadata)
19
+ # spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
20
+
21
+ # spec.metadata["homepage_uri"] = spec.homepage
22
+ # spec.metadata["source_code_uri"] = "https://github.com/pdobb/pronto-bundler_audit"
23
+ # spec.metadata["changelog_uri"] = "https://github.com/pdobb/pronto-bundler_audit/blob/master/CHANGELOG.md"
24
+ # else
25
+ # raise "RubyGems 2.0 or newer is required to protect against " \
26
+ # "public gem pushes."
27
+ # end
28
+
29
+ # Specify which files should be added to the gem when it is released.
30
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
31
+ spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
32
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
33
+ end
34
+ spec.bindir = "exe"
35
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
36
+ spec.require_paths = ["lib"]
37
+
38
+ spec.add_runtime_dependency "pronto"
39
+ spec.add_runtime_dependency "bundler-audit"
40
+
41
+ spec.add_development_dependency "bundler"
42
+ spec.add_development_dependency "byebug"
43
+ spec.add_development_dependency "minitest"
44
+ spec.add_development_dependency "minitest-reporters"
45
+ spec.add_development_dependency "object_identifier"
46
+ spec.add_development_dependency "pry"
47
+ spec.add_development_dependency "pry-byebug"
48
+ spec.add_development_dependency "rake"
49
+ spec.add_development_dependency "reek"
50
+ spec.add_development_dependency "rubocop"
51
+ spec.add_development_dependency "simplecov"
52
+ end
metadata ADDED
@@ -0,0 +1,237 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: pronto-bundler_audit
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Paul Dobbins
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2019-04-29 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: pronto
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: bundler-audit
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: bundler
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: byebug
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: minitest
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ - !ruby/object:Gem::Dependency
84
+ name: minitest-reporters
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: '0'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: '0'
97
+ - !ruby/object:Gem::Dependency
98
+ name: object_identifier
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - ">="
102
+ - !ruby/object:Gem::Version
103
+ version: '0'
104
+ type: :development
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - ">="
109
+ - !ruby/object:Gem::Version
110
+ version: '0'
111
+ - !ruby/object:Gem::Dependency
112
+ name: pry
113
+ requirement: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - ">="
116
+ - !ruby/object:Gem::Version
117
+ version: '0'
118
+ type: :development
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - ">="
123
+ - !ruby/object:Gem::Version
124
+ version: '0'
125
+ - !ruby/object:Gem::Dependency
126
+ name: pry-byebug
127
+ requirement: !ruby/object:Gem::Requirement
128
+ requirements:
129
+ - - ">="
130
+ - !ruby/object:Gem::Version
131
+ version: '0'
132
+ type: :development
133
+ prerelease: false
134
+ version_requirements: !ruby/object:Gem::Requirement
135
+ requirements:
136
+ - - ">="
137
+ - !ruby/object:Gem::Version
138
+ version: '0'
139
+ - !ruby/object:Gem::Dependency
140
+ name: rake
141
+ requirement: !ruby/object:Gem::Requirement
142
+ requirements:
143
+ - - ">="
144
+ - !ruby/object:Gem::Version
145
+ version: '0'
146
+ type: :development
147
+ prerelease: false
148
+ version_requirements: !ruby/object:Gem::Requirement
149
+ requirements:
150
+ - - ">="
151
+ - !ruby/object:Gem::Version
152
+ version: '0'
153
+ - !ruby/object:Gem::Dependency
154
+ name: reek
155
+ requirement: !ruby/object:Gem::Requirement
156
+ requirements:
157
+ - - ">="
158
+ - !ruby/object:Gem::Version
159
+ version: '0'
160
+ type: :development
161
+ prerelease: false
162
+ version_requirements: !ruby/object:Gem::Requirement
163
+ requirements:
164
+ - - ">="
165
+ - !ruby/object:Gem::Version
166
+ version: '0'
167
+ - !ruby/object:Gem::Dependency
168
+ name: rubocop
169
+ requirement: !ruby/object:Gem::Requirement
170
+ requirements:
171
+ - - ">="
172
+ - !ruby/object:Gem::Version
173
+ version: '0'
174
+ type: :development
175
+ prerelease: false
176
+ version_requirements: !ruby/object:Gem::Requirement
177
+ requirements:
178
+ - - ">="
179
+ - !ruby/object:Gem::Version
180
+ version: '0'
181
+ - !ruby/object:Gem::Dependency
182
+ name: simplecov
183
+ requirement: !ruby/object:Gem::Requirement
184
+ requirements:
185
+ - - ">="
186
+ - !ruby/object:Gem::Version
187
+ version: '0'
188
+ type: :development
189
+ prerelease: false
190
+ version_requirements: !ruby/object:Gem::Requirement
191
+ requirements:
192
+ - - ">="
193
+ - !ruby/object:Gem::Version
194
+ version: '0'
195
+ description:
196
+ email:
197
+ - paul.dobbins@icloud.com
198
+ executables: []
199
+ extensions: []
200
+ extra_rdoc_files: []
201
+ files:
202
+ - ".gitignore"
203
+ - ".travis.yml"
204
+ - Gemfile
205
+ - Gemfile.lock
206
+ - LICENSE.txt
207
+ - README.md
208
+ - Rakefile
209
+ - bin/console
210
+ - bin/setup
211
+ - lib/pronto/bundler_audit.rb
212
+ - lib/pronto/bundler_audit/version.rb
213
+ - pronto-bundler_audit.gemspec
214
+ homepage: http://github.com/pdobb/pronto-bundler_audit
215
+ licenses:
216
+ - MIT
217
+ metadata: {}
218
+ post_install_message:
219
+ rdoc_options: []
220
+ require_paths:
221
+ - lib
222
+ required_ruby_version: !ruby/object:Gem::Requirement
223
+ requirements:
224
+ - - ">="
225
+ - !ruby/object:Gem::Version
226
+ version: '0'
227
+ required_rubygems_version: !ruby/object:Gem::Requirement
228
+ requirements:
229
+ - - ">="
230
+ - !ruby/object:Gem::Version
231
+ version: '0'
232
+ requirements: []
233
+ rubygems_version: 3.0.3
234
+ signing_key:
235
+ specification_version: 4
236
+ summary: Pronto runner for bundler-audit, patch-level verification for bundler.
237
+ test_files: []