ruby_audit 3.0.0 → 3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3c7d4dd1d68e8876981650f3fa3aac753b1ba2c3751da011c1ac3958c7e0bd7d
4
- data.tar.gz: 964d04790d84d33c9d58ff074ddb259b67b2a95de951b72768a57a571949ab13
3
+ metadata.gz: 8f71226a262a50a961bdccdf3f2fda2a87a4eb693111f62a947740a110e7140e
4
+ data.tar.gz: 3f1162a9fb55f4d9c4dbb285071c4e7abeef818eea62b89abba8d1271a208bda
5
5
  SHA512:
6
- metadata.gz: 4201365adab2c239a9d213d938405882a49913f578f89192b280135fc5ea0db9196e9b7b9d1eda0c8f96588a6af753042655fbf8ad117d9a91bd1beaf61b5ef7
7
- data.tar.gz: 64e180ec574c6f3a9306df3588c926871e736d5279bf1a17fa7eb220d5ebfc92d60f26093dabedb6230a43e27f7da0e290e9889277d4da62e007d90005162750
6
+ metadata.gz: 425adb8be5ac2ed6652bfb48537e8276a07b6bf9f77824956b222648ece30c1d426e02793a81697c407f4cbad86cbd46fe8362b1b97a3013e1e321083ca4f688
7
+ data.tar.gz: 1a241cde3f5a558c8a8d04fc5d46d8a523c2db2f6baf3c318092bd64265c412a54a5c7330b1c2f97dc616aee1c6f0efb76febfbcd911d5ea9c3be33f19a389c2
@@ -12,7 +12,7 @@ jobs:
12
12
  test:
13
13
  strategy:
14
14
  matrix:
15
- ruby_version: [3.1, 3.2, 3.3, 3.4]
15
+ ruby_version: [3.1, 3.2, 3.3, 3.4, 4.0]
16
16
  runs-on: ubuntu-latest
17
17
  steps:
18
18
  - uses: actions/checkout@v2
data/.gitignore CHANGED
@@ -7,3 +7,4 @@
7
7
  /pkg/
8
8
  /spec/reports/
9
9
  /tmp/
10
+ ruby_audit-*.gem
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.4.1
1
+ 4.0.0
data/CHANGELOG.md CHANGED
@@ -5,7 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
- ## 3.0.0 - 2025-01-09
8
+ ## [3.1.0] - 2026-01-07
9
+
10
+ ### Added
11
+
12
+ - Support for Ruby 3.4
13
+ - Support for Ruby 4.0
14
+
15
+ ## [3.0.0] - 2025-01-09
9
16
 
10
17
  ### Changed
11
18
 
@@ -120,7 +127,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
120
127
 
121
128
  - Initial Release
122
129
 
123
- [Unreleased]: https://github.com/civisanalytics/ruby_audit/compare/v2.3.1...HEAD
130
+ [Unreleased]: https://github.com/civisanalytics/ruby_audit/compare/v3.1.0...HEAD
131
+ [3.1.0]: https://github.com/civisanalytics/ruby_audit/compare/v3.0.0...v3.1.0
132
+ [3.0.0]: https://github.com/civisanalytics/ruby_audit/compare/v2.3.1...v3.0.0
124
133
  [2.3.1]: https://github.com/civisanalytics/ruby_audit/compare/v2.3.0...v2.3.1
125
134
  [2.3.0]: https://github.com/civisanalytics/ruby_audit/compare/v2.2.0...v2.3.0
126
135
  [2.2.0]: https://github.com/civisanalytics/ruby_audit/compare/v2.1.0...v2.2.0
@@ -1,3 +1,3 @@
1
1
  module RubyAudit
2
- VERSION = '3.0.0'.freeze
2
+ VERSION = '3.1.0'.freeze
3
3
  end
data/ruby_audit.gemspec CHANGED
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
18
  spec.homepage = 'https://github.com/civisanalytics/ruby_audit'
19
19
  spec.license = 'GPL-3.0-or-later'
20
20
 
21
- spec.required_ruby_version = ['>= 3.1', '< 3.5']
21
+ spec.required_ruby_version = ['>= 3.1', '< 4.1']
22
22
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
23
23
  spec.bindir = 'exe'
24
24
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
metadata CHANGED
@@ -1,15 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_audit
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Cousens, Mike Saelim
8
8
  - John Zhang
9
9
  - Cristina Muñoz
10
+ autorequire:
10
11
  bindir: exe
11
12
  cert_chain: []
12
- date: 2025-01-09 00:00:00.000000000 Z
13
+ date: 2026-01-07 00:00:00.000000000 Z
13
14
  dependencies:
14
15
  - !ruby/object:Gem::Dependency
15
16
  name: bundler-audit
@@ -62,6 +63,7 @@ licenses:
62
63
  - GPL-3.0-or-later
63
64
  metadata:
64
65
  rubygems_mfa_required: 'true'
66
+ post_install_message:
65
67
  rdoc_options: []
66
68
  require_paths:
67
69
  - lib
@@ -72,14 +74,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
72
74
  version: '3.1'
73
75
  - - "<"
74
76
  - !ruby/object:Gem::Version
75
- version: '3.5'
77
+ version: '4.1'
76
78
  required_rubygems_version: !ruby/object:Gem::Requirement
77
79
  requirements:
78
80
  - - ">="
79
81
  - !ruby/object:Gem::Version
80
82
  version: '0'
81
83
  requirements: []
82
- rubygems_version: 3.6.2
84
+ rubygems_version: 3.0.3.1
85
+ signing_key:
83
86
  specification_version: 4
84
87
  summary: Checks Ruby and RubyGems against known vulnerabilities.
85
88
  test_files: []