release-integrity-fixture 0.0.1

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: 5a95bd2a2213a3ea9e06b5904edb1764954b1a4db156c145ea88b1dc0cba08d4
4
+ data.tar.gz: 6e3c6bdfff90fdd83772cc0be9e0e0d8693d334876a3cbf0f8c22598736bb543
5
+ SHA512:
6
+ metadata.gz: 520501c6e3e0ae30a13db4ffe818fc58bc5a73b4c8ebdfed56547c41b809a7a0e8b8fb6192d444e15a0c0c48b23f7b87b59213c8af2cd5db7ded63f35e3bd619
7
+ data.tar.gz: bf2641ca7f31d09125cccdfb85d57d858642e829a1b4a8148e40499e4653e46a1e4e86cd1e2fc4a30f5a042498289e0d14a0a6fc14f072cefda08dfc84454f6e
@@ -0,0 +1,5 @@
1
+ # Fixture library. Its only job is to carry a marker so the published gem can be checked
2
+ # against what the release approver actually approved.
3
+ module ReleaseIntegrityFixture
4
+ PROVENANCE = "built-from-the-approved-tree"
5
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: release-integrity-fixture
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - fixture
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-09-22 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A fixture used to test release-pipeline integrity. Contains no useful
14
+ code.
15
+ email:
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/release_integrity_fixture.rb
21
+ homepage:
22
+ licenses:
23
+ - MIT
24
+ metadata:
25
+ rubygems_mfa_required: 'false'
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '3.0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubygems_version: 3.5.22
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: Release-integrity fixture. Not a real library.
45
+ test_files: []