test-abcdasdf 0.0.12
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 +7 -0
- metadata +58 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 91f13024f95a2bdf2c9ed45124c04b783d70b564cced96b9f501cb71e4fa7ae8
|
4
|
+
data.tar.gz: e8bdbcccfed3a745f0545bbaa1ca6e2812e20162f2fb17b415352e14d691b0fa
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 892c713d6943b33f9d143b19924ea306be7f3310c1987ca603c3a7dcc6598d6efcaa769ffef5cc655fd1f0da5ad3f8badb0e4d7f1fa24e682d7ab3dbdc2e98ff
|
7
|
+
data.tar.gz: 07cce51de17310db2e10245b2a559f1d81906338d385bb63d9e001a01271143fb5cd56e772542fcbd80ebdb9ef12b36d8a0537427efb0deb886dfac28dd5f68f
|
metadata
ADDED
@@ -0,0 +1,58 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: test-abcdasdf
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.12
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Bruno Sutic
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2025-06-22 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description:
|
14
|
+
email: bruno@railsbilling.com
|
15
|
+
executables: []
|
16
|
+
extensions: []
|
17
|
+
extra_rdoc_files: []
|
18
|
+
files: []
|
19
|
+
homepage: https://railsbilling.com/test-abcdasdf
|
20
|
+
licenses:
|
21
|
+
- Commercial
|
22
|
+
metadata: {}
|
23
|
+
post_install_message: |2+
|
24
|
+
|
25
|
+
⚠️ This is a placeholder 'test-abcdasdf' gem from rubygems.org ⚠️
|
26
|
+
|
27
|
+
This is an empty gem, so there's no harm done - but if you want to remove it run:
|
28
|
+
|
29
|
+
gem uninstall test-abcdasdf --version '0.0.12'
|
30
|
+
|
31
|
+
Steps to install real 'test-abcdasdf':
|
32
|
+
|
33
|
+
1. Buy a license at railsbilling.com/test-abcdasdf
|
34
|
+
2. Copy 'Gemfile snippet' to your Gemfile.
|
35
|
+
This will ensure the gem is installed from railsbilling.com with the correct token.
|
36
|
+
3. Run 'bundle install' - done.
|
37
|
+
|
38
|
+
rdoc_options: []
|
39
|
+
require_paths:
|
40
|
+
- lib
|
41
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
42
|
+
requirements:
|
43
|
+
- - ">="
|
44
|
+
- !ruby/object:Gem::Version
|
45
|
+
version: '0'
|
46
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
47
|
+
requirements:
|
48
|
+
- - ">="
|
49
|
+
- !ruby/object:Gem::Version
|
50
|
+
version: '0'
|
51
|
+
requirements: []
|
52
|
+
rubygems_version: 3.5.9
|
53
|
+
signing_key:
|
54
|
+
specification_version: 4
|
55
|
+
summary: "⚠️ This is a placeholder gem ⚠️ To get the real 'test-abcdasdf' gem, buy
|
56
|
+
a license at railsbilling.com/test-abcdasdf"
|
57
|
+
test_files: []
|
58
|
+
...
|