omars-test-gem 0.0.0.pre.reserved.2

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.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +7 -0
  3. data/lib/omars-test-gem.rb +4 -0
  4. metadata +46 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 5a0a416f7f8df2adb9fafd7783bcd973ea260f68474df7743eb42ae99eedd8ae
4
+ data.tar.gz: af48ec6041177473bc41ffa923b42eea661c2d81eb0164269f5859f407f33193
5
+ SHA512:
6
+ metadata.gz: '05933712034e3000b86e8d2fdad76406c206489c78e6666e7d46a1b2c52175cdfaea89f89681c0b4b5b4e95f22ee27e346bacd6a6b619f16287386a98d1b5287'
7
+ data.tar.gz: aa91dd011db27d389569a1aab447bf7e551043af47551010442f87f8864b1c6a81df47ef64e1600c87ac6cd041ec83c6e735ebcfe43a3d461b07384c4b92b54f
data/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # omars-test-gem (yank-semantics test)
2
+
3
+ This gem is a **temporary, throwaway experiment** measuring what
4
+ rubygems.org does when a placeholder gem is yanked (ownership retention,
5
+ version burning, re-push behaviour). It exists to inform the gem-name
6
+ governance discussion in [aws/aws-cdk-rfcs#939](https://github.com/aws/aws-cdk-rfcs/pull/939) and will be
7
+ yanked as the final step of the experiment. It contains no functional code.
@@ -0,0 +1,4 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Throwaway yank-semantics experiment for https://github.com/aws/aws-cdk-rfcs/pull/939. No code.
4
+ raise LoadError, "'omars-test-gem' is a temporary rubygems.org behaviour test (see https://github.com/aws/aws-cdk-rfcs/pull/939); it contains no code."
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: omars-test-gem
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0.pre.reserved.2
5
+ platform: ruby
6
+ authors:
7
+ - Omar Qureshi
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ description: Throwaway gem measuring rubygems.org yank behaviour (ownership retention,
13
+ version burning) to inform the AWS CDK Ruby bindings name-governance discussion
14
+ (https://github.com/aws/aws-cdk-rfcs/pull/939). Will be yanked.
15
+ email:
16
+ - omar@omarqureshi.net
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - README.md
22
+ - lib/omars-test-gem.rb
23
+ homepage: https://github.com/aws/aws-cdk-rfcs/pull/939
24
+ licenses:
25
+ - Apache-2.0
26
+ metadata:
27
+ rubygems_mfa_required: 'true'
28
+ homepage_uri: https://github.com/aws/aws-cdk-rfcs/pull/939
29
+ rdoc_options: []
30
+ require_paths:
31
+ - lib
32
+ required_ruby_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: '0'
37
+ required_rubygems_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ requirements: []
43
+ rubygems_version: 4.0.10
44
+ specification_version: 4
45
+ summary: Temporary yank-semantics experiment (aws/aws-cdk-rfcs#939)
46
+ test_files: []