fake-gem-123 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.
Files changed (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +41 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 90f072690a6d440d2ede4021394c6105f67a4250b0d0300152a1fea1ade74fcd
4
+ data.tar.gz: 4bb51cde92ac029060ec081f7496d44d5678ca6d6c17a47fb33c66f54358925c
5
+ SHA512:
6
+ metadata.gz: 33c03b4790afa86c0785b5f72eba8c7ab6b7d91a510c943592d1d0343730f38555e5e6a157702833acb1d0313754ac3c660d8a3bf0c7e8f61de49600843283cf
7
+ data.tar.gz: eb5a5b98ef5aed4e5421dc84800180673bdc8be795bccbc14058ac9d1d5bd99b0b65e918ff596cb034e621ae39780885260ef3ead5a26ca5a0cd07d5fa62157f
metadata ADDED
@@ -0,0 +1,41 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: fake-gem-123
3
+ version: !ruby/object:Gem::Version
4
+ version: '1.0'
5
+ platform: ruby
6
+ authors:
7
+ - Joe Developer
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2023-06-16 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Make something that can run in production
14
+ email: github@example.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files: []
19
+ homepage: http://github.com
20
+ licenses: []
21
+ metadata: {}
22
+ post_install_message:
23
+ rdoc_options: []
24
+ require_paths:
25
+ - lib
26
+ required_ruby_version: !ruby/object:Gem::Requirement
27
+ requirements:
28
+ - - ">="
29
+ - !ruby/object:Gem::Version
30
+ version: '0'
31
+ required_rubygems_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ requirements: []
37
+ rubygems_version: 3.2.17
38
+ signing_key:
39
+ specification_version: 4
40
+ summary: an example of a project that can be deployed
41
+ test_files: []