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