test-abcdasdf 0.0.12 → 0.0.13
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 +4 -4
- data/lib/test/abcdasdf.rb +17 -0
- data/lib/test-abcdasdf.rb +17 -0
- metadata +8 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bbae2190ca551dc16d044e2b12667b78fc92556ba5e9af7c3e2a39d9d4b6b926
|
4
|
+
data.tar.gz: 9e98fe6f1cd9bd485bbac8297754731dd2218dcc904ac001e4e891c63a421c44
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8eb31b46a532ec05755cf60dc6b21f54a01b9fc0edb60a29ee049bfd948d8521a13ae8618b3983f0d7a92ee181cd78668cb9d7a6f4373d96cc7e115629afd324
|
7
|
+
data.tar.gz: 57db2ca5438af32faa52efd14a965f45d86705d74025edff63e2bbc471b8b58a3aa3f5de8e7514cc7fb741c2e86183690b9007e83764ea88ddf68259fe72cb0a
|
@@ -0,0 +1,17 @@
|
|
1
|
+
puts "
|
2
|
+
⚠️ You required a placeholder 'test-abcdasdf' gem from rubygems.org ⚠️
|
3
|
+
|
4
|
+
This is an empty gem, so there's no harm done - but if you want to remove it run:
|
5
|
+
|
6
|
+
gem uninstall test-abcdasdf --version '0.0.13'
|
7
|
+
|
8
|
+
Steps to install real 'test-abcdasdf':
|
9
|
+
|
10
|
+
1. Buy a license at railsbilling.com/test-abcdasdf
|
11
|
+
2. Copy 'Gemfile snippet' to your Gemfile.
|
12
|
+
This will ensure the gem is installed from railsbilling.com with the correct token.
|
13
|
+
3. Run 'bundle install' - done.
|
14
|
+
|
15
|
+
"
|
16
|
+
puts "Exiting"
|
17
|
+
exit 1
|
@@ -0,0 +1,17 @@
|
|
1
|
+
puts "
|
2
|
+
⚠️ You required a placeholder 'test-abcdasdf' gem from rubygems.org ⚠️
|
3
|
+
|
4
|
+
This is an empty gem, so there's no harm done - but if you want to remove it run:
|
5
|
+
|
6
|
+
gem uninstall test-abcdasdf --version '0.0.13'
|
7
|
+
|
8
|
+
Steps to install real 'test-abcdasdf':
|
9
|
+
|
10
|
+
1. Buy a license at railsbilling.com/test-abcdasdf
|
11
|
+
2. Copy 'Gemfile snippet' to your Gemfile.
|
12
|
+
This will ensure the gem is installed from railsbilling.com with the correct token.
|
13
|
+
3. Run 'bundle install' - done.
|
14
|
+
|
15
|
+
"
|
16
|
+
puts "Exiting"
|
17
|
+
exit 1
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: test-abcdasdf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.13
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bruno Sutic
|
@@ -15,18 +15,21 @@ email: bruno@railsbilling.com
|
|
15
15
|
executables: []
|
16
16
|
extensions: []
|
17
17
|
extra_rdoc_files: []
|
18
|
-
files:
|
18
|
+
files:
|
19
|
+
- lib/test-abcdasdf.rb
|
20
|
+
- lib/test/abcdasdf.rb
|
19
21
|
homepage: https://railsbilling.com/test-abcdasdf
|
20
22
|
licenses:
|
21
23
|
- Commercial
|
22
|
-
metadata:
|
24
|
+
metadata:
|
25
|
+
documentation_uri: https://railsbilling.com/test-abcdasdf
|
23
26
|
post_install_message: |2+
|
24
27
|
|
25
28
|
⚠️ This is a placeholder 'test-abcdasdf' gem from rubygems.org ⚠️
|
26
29
|
|
27
30
|
This is an empty gem, so there's no harm done - but if you want to remove it run:
|
28
31
|
|
29
|
-
gem uninstall test-abcdasdf --version '0.0.
|
32
|
+
gem uninstall test-abcdasdf --version '0.0.13'
|
30
33
|
|
31
34
|
Steps to install real 'test-abcdasdf':
|
32
35
|
|
@@ -42,7 +45,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
42
45
|
requirements:
|
43
46
|
- - ">="
|
44
47
|
- !ruby/object:Gem::Version
|
45
|
-
version:
|
48
|
+
version: 0.0.1
|
46
49
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
47
50
|
requirements:
|
48
51
|
- - ">="
|