bundler-audit 0.8.0.rc2 → 0.8.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5d68852584664d93222c7f24f8d7d2f42038e32addf0b79953e4f9ea41c4a803
4
- data.tar.gz: 929bf4dcf07474ce2222d119377e34630572ca68c1d821ff48056d006c6a731c
3
+ metadata.gz: c98968f6509b0551b595706cc23591bf2741626a472dcccda17e107c2e7788d0
4
+ data.tar.gz: 61c7ea8687934092a74aca4f0358e2565ce9eec53fe0713198bd1eadd5e2ae31
5
5
  SHA512:
6
- metadata.gz: 27f710fb3917beda059a73b41729a1c9ab0d2c4b7472b7ede77c2bbfbd1085deb9cb09eb154c7e4a5a1f41f516f50a27f79110e534d943f56170633c9e2338cc
7
- data.tar.gz: 48800f8b91c823b69606b38a172a58ff37a2ad64ead80f087da80efcd6cbd0991cc716cbbaa9efc3925690f9da47c750e9c218624aa0b02fad209b6b092aab7b
6
+ metadata.gz: 3a10a9071b08c8781c33db982d9d72929c63c2ec3ce69839cf93186bcd47775e8483fe397cf9b05363f13c785757f9b7cb3dfef2bced8085f9913c38553d6714
7
+ data.tar.gz: 4789e6c07340509b1e08218b6f9b2e16fcc40f24f42476ca92fe530171b2035bab209984b324783bf387758c9262d3fce724ceb0f76cdc0e78c967109112431d
data/ChangeLog.md CHANGED
@@ -1,4 +1,4 @@
1
- ### 0.8.0 / 2020-12-XX
1
+ ### 0.8.0 / 2021-03-10
2
2
 
3
3
  * No longer vendor [ruby-advisory-db].
4
4
  * Added {Bundler::Audit::Configuration}.
data/README.md CHANGED
@@ -1,11 +1,10 @@
1
1
  # bundler-audit
2
- [![Build Status](https://travis-ci.org/rubysec/bundler-audit.svg?branch=master)](https://travis-ci.org/rubysec/bundler-audit)
2
+ [![CI](https://github.com/rubysec/bundler-audit/actions/workflows/ruby.yml/badge.svg)](https://github.com/rubysec/bundler-audit/actions/workflows/ruby.yml)
3
3
  [![Code Climate](https://codeclimate.com/github/rubysec/bundler-audit.svg)](https://codeclimate.com/github/rubysec/bundler-audit)
4
4
 
5
5
  * [Homepage](https://github.com/rubysec/bundler-audit#readme)
6
6
  * [Issues](https://github.com/rubysec/bundler-audit/issues)
7
7
  * [Documentation](http://rubydoc.info/gems/bundler-audit/frames)
8
- * [Email](mailto:postmodern.mod3 at gmail.com)
9
8
 
10
9
  ## Description
11
10
 
@@ -157,7 +156,7 @@ bundler-audit also supports a per-project configuration file:
157
156
  ## Requirements
158
157
 
159
158
  * [git]
160
- * [ruby] >= 1.9.3
159
+ * [ruby] >= 2.0.0
161
160
  * [rubygems] >= 1.8
162
161
  * [thor] ~> 1.0
163
162
  * [bundler] >= 1.2.0, < 3
@@ -199,7 +198,7 @@ bundler-audit also supports a per-project configuration file:
199
198
 
200
199
  ## License
201
200
 
202
- Copyright (c) 2013-2020 Hal Brodigan (postmodern.mod3 at gmail.com)
201
+ Copyright (c) 2013-2021 Hal Brodigan (postmodern.mod3 at gmail.com)
203
202
 
204
203
  bundler-audit is free software: you can redistribute it and/or modify
205
204
  it under the terms of the GNU General Public License as published by
data/gemspec.yml CHANGED
@@ -6,7 +6,7 @@ authors: Postmodern
6
6
  email: postmodern.mod3@gmail.com
7
7
  homepage: https://github.com/rubysec/bundler-audit#readme
8
8
 
9
- required_ruby_version: ">= 1.9.3"
9
+ required_ruby_version: ">= 2.0.0"
10
10
  required_rubygems_version: ">= 1.8.0"
11
11
 
12
12
  dependencies:
data/lib/bundler/audit.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (c) 2013-2020 Hal Brodigan (postmodern.mod3 at gmail.com)
2
+ # Copyright (c) 2013-2021 Hal Brodigan (postmodern.mod3 at gmail.com)
3
3
  #
4
4
  # bundler-audit is free software: you can redistribute it and/or modify
5
5
  # it under the terms of the GNU General Public License as published by
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (c) 2013-2020 Hal Brodigan (postmodern.mod3 at gmail.com)
2
+ # Copyright (c) 2013-2021 Hal Brodigan (postmodern.mod3 at gmail.com)
3
3
  #
4
4
  # bundler-audit is free software: you can redistribute it and/or modify
5
5
  # it under the terms of the GNU General Public License as published by
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (c) 2013-2020 Hal Brodigan (postmodern.mod3 at gmail.com)
2
+ # Copyright (c) 2013-2021 Hal Brodigan (postmodern.mod3 at gmail.com)
3
3
  #
4
4
  # bundler-audit is free software: you can redistribute it and/or modify
5
5
  # it under the terms of the GNU General Public License as published by
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (c) 2013-2020 Hal Brodigan (postmodern.mod3 at gmail.com)
2
+ # Copyright (c) 2013-2021 Hal Brodigan (postmodern.mod3 at gmail.com)
3
3
  #
4
4
  # bundler-audit is free software: you can redistribute it and/or modify
5
5
  # it under the terms of the GNU General Public License as published by
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (c) 2013-2020 Hal Brodigan (postmodern.mod3 at gmail.com)
2
+ # Copyright (c) 2013-2021 Hal Brodigan (postmodern.mod3 at gmail.com)
3
3
  #
4
4
  # bundler-audit is free software: you can redistribute it and/or modify
5
5
  # it under the terms of the GNU General Public License as published by
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (c) 2013-2020 Hal Brodigan (postmodern.mod3 at gmail.com)
2
+ # Copyright (c) 2013-2021 Hal Brodigan (postmodern.mod3 at gmail.com)
3
3
  #
4
4
  # bundler-audit is free software: you can redistribute it and/or modify
5
5
  # it under the terms of the GNU General Public License as published by
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (c) 2013-2020 Hal Brodigan (postmodern.mod3 at gmail.com)
2
+ # Copyright (c) 2013-2021 Hal Brodigan (postmodern.mod3 at gmail.com)
3
3
  #
4
4
  # bundler-audit is free software: you can redistribute it and/or modify
5
5
  # it under the terms of the GNU General Public License as published by
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (c) 2013-2020 Hal Brodigan (postmodern.mod3 at gmail.com)
2
+ # Copyright (c) 2013-2021 Hal Brodigan (postmodern.mod3 at gmail.com)
3
3
  #
4
4
  # bundler-audit is free software: you can redistribute it and/or modify
5
5
  # it under the terms of the GNU General Public License as published by
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (c) 2013-2020 Hal Brodigan (postmodern.mod3 at gmail.com)
2
+ # Copyright (c) 2013-2021 Hal Brodigan (postmodern.mod3 at gmail.com)
3
3
  #
4
4
  # bundler-audit is free software: you can redistribute it and/or modify
5
5
  # it under the terms of the GNU General Public License as published by
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (c) 2013-2020 Hal Brodigan (postmodern.mod3 at gmail.com)
2
+ # Copyright (c) 2013-2021 Hal Brodigan (postmodern.mod3 at gmail.com)
3
3
  #
4
4
  # bundler-audit is free software: you can redistribute it and/or modify
5
5
  # it under the terms of the GNU General Public License as published by
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (c) 2013-2020 Hal Brodigan (postmodern.mod3 at gmail.com)
2
+ # Copyright (c) 2013-2021 Hal Brodigan (postmodern.mod3 at gmail.com)
3
3
  #
4
4
  # bundler-audit is free software: you can redistribute it and/or modify
5
5
  # it under the terms of the GNU General Public License as published by
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (c) 2013-2020 Hal Brodigan (postmodern.mod3 at gmail.com)
2
+ # Copyright (c) 2013-2021 Hal Brodigan (postmodern.mod3 at gmail.com)
3
3
  #
4
4
  # bundler-audit is free software: you can redistribute it and/or modify
5
5
  # it under the terms of the GNU General Public License as published by
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (c) 2013-2020 Hal Brodigan (postmodern.mod3 at gmail.com)
2
+ # Copyright (c) 2013-2021 Hal Brodigan (postmodern.mod3 at gmail.com)
3
3
  #
4
4
  # bundler-audit is free software: you can redistribute it and/or modify
5
5
  # it under the terms of the GNU General Public License as published by
@@ -18,6 +18,6 @@
18
18
  module Bundler
19
19
  module Audit
20
20
  # bundler-audit version
21
- VERSION = '0.8.0.rc2'
21
+ VERSION = '0.8.0'
22
22
  end
23
23
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bundler-audit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0.rc2
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Postmodern
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-27 00:00:00.000000000 Z
11
+ date: 2021-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -131,7 +131,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
131
131
  requirements:
132
132
  - - ">="
133
133
  - !ruby/object:Gem::Version
134
- version: 1.9.3
134
+ version: 2.0.0
135
135
  required_rubygems_version: !ruby/object:Gem::Requirement
136
136
  requirements:
137
137
  - - ">="