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 +4 -4
- data/.github/workflows/test.yml +1 -1
- data/.gitignore +1 -0
- data/.ruby-version +1 -1
- data/CHANGELOG.md +11 -2
- data/lib/ruby_audit/version.rb +1 -1
- data/ruby_audit.gemspec +1 -1
- metadata +7 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8f71226a262a50a961bdccdf3f2fda2a87a4eb693111f62a947740a110e7140e
|
|
4
|
+
data.tar.gz: 3f1162a9fb55f4d9c4dbb285071c4e7abeef818eea62b89abba8d1271a208bda
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 425adb8be5ac2ed6652bfb48537e8276a07b6bf9f77824956b222648ece30c1d426e02793a81697c407f4cbad86cbd46fe8362b1b97a3013e1e321083ca4f688
|
|
7
|
+
data.tar.gz: 1a241cde3f5a558c8a8d04fc5d46d8a523c2db2f6baf3c318092bd64265c412a54a5c7330b1c2f97dc616aee1c6f0efb76febfbcd911d5ea9c3be33f19a389c2
|
data/.github/workflows/test.yml
CHANGED
data/.gitignore
CHANGED
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
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.
|
|
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/
|
|
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
|
data/lib/ruby_audit/version.rb
CHANGED
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', '<
|
|
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.
|
|
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:
|
|
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: '
|
|
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.
|
|
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: []
|