gem-guardian 0.1.0 → 0.2.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.
metadata CHANGED
@@ -1,17 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gem-guardian
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kenneth Demanawa
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2026-06-12 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies: []
13
- description: Verifies Ruby gem artifacts against RubyGems SHA256 checksums using Gemfile.lock
14
- or explicit gem names.
12
+ description: 'Audits Bundler checksum coverage and verifies Ruby gem artifacts against
13
+ RubyGems SHA256 checksums when needed.
14
+
15
+ '
15
16
  email:
16
17
  - kenneth.c.demanawa@gmail.com
17
18
  executables:
@@ -20,9 +21,12 @@ extensions: []
20
21
  extra_rdoc_files: []
21
22
  files:
22
23
  - ".github/workflows/main.yml"
24
+ - ".github/workflows/pages.yml"
25
+ - ".github/workflows/release.yml"
23
26
  - ".gitignore"
24
27
  - ".rubocop.yml"
25
28
  - ".ruby-version"
29
+ - ".yardopts"
26
30
  - CHANGELOG.md
27
31
  - CODE_OF_CONDUCT.md
28
32
  - Gemfile
@@ -40,6 +44,9 @@ files:
40
44
  - lib/gem/guardian/dependency.rb
41
45
  - lib/gem/guardian/error.rb
42
46
  - lib/gem/guardian/lockfile_parser.rb
47
+ - lib/gem/guardian/provenance_verifier.rb
48
+ - lib/gem/guardian/report_builder.rb
49
+ - lib/gem/guardian/result_printer.rb
43
50
  - lib/gem/guardian/rubygems_client.rb
44
51
  - lib/gem/guardian/verifier.rb
45
52
  - lib/gem/guardian/version.rb
@@ -62,7 +69,6 @@ metadata:
62
69
  source_code_uri: https://github.com/kanutocd/gem-guardian
63
70
  changelog_uri: https://github.com/kanutocd/gem-guardian/blob/main/CHANGELOG.md
64
71
  rubygems_mfa_required: 'true'
65
- post_install_message:
66
72
  rdoc_options: []
67
73
  require_paths:
68
74
  - lib
@@ -77,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
83
  - !ruby/object:Gem::Version
78
84
  version: '0'
79
85
  requirements: []
80
- rubygems_version: 3.4.19
81
- signing_key:
86
+ rubygems_version: 3.6.9
82
87
  specification_version: 4
83
88
  summary: Consumer-side integrity verification for Ruby gems.
84
89
  test_files: []