billing-subscriptions-multiple-plans 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: 3d3e240226e6b64aa9b5a2f402b5552a3d73be88fde09704936bc8eed2f97e27
4
+ data.tar.gz: ae89d95903ab2e976605cedab0dd0b67334be7bd01536ca1f2da9b22f547fe3a
5
+ SHA512:
6
+ metadata.gz: 7ef194483a2d31828efd422fe4a310966d82d9123a80f5231125c57e127c6d01f2fefcfa672d253a1de16d6f764026220ef5639f727341c7f568d329cd6ebb28
7
+ data.tar.gz: 0b8cbe6b136b0f24c6198ecbb74399cc40374d59d9744b39694b3f7ff2019ad2d5170177bf821ec98fa2e1b9b0f6b7279753e30b194b474553a24b9e39f9e4db
@@ -0,0 +1,12 @@
1
+ puts "
2
+ ⚠️ You required a placeholder 'billing-subscriptions-multiple-plans' 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-multiple-plans --version '0.0.1'
7
+
8
+ To get the real 'billing-subscriptions-multiple-plans' gem, buy a license at railsbilling.com/billing-subscriptions-multiple-plans
9
+
10
+ "
11
+ puts "Exiting"
12
+ exit 1
@@ -0,0 +1,12 @@
1
+ puts "
2
+ ⚠️ You required a placeholder 'billing-subscriptions-multiple-plans' 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-multiple-plans --version '0.0.1'
7
+
8
+ To get the real 'billing-subscriptions-multiple-plans' gem, buy a license at railsbilling.com/billing-subscriptions-multiple-plans
9
+
10
+ "
11
+ puts "Exiting"
12
+ exit 1
metadata ADDED
@@ -0,0 +1,53 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: billing-subscriptions-multiple-plans
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - RailsBilling
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ email: gems@railsbilling.com
13
+ executables: []
14
+ extensions: []
15
+ extra_rdoc_files: []
16
+ files:
17
+ - lib/billing-subscriptions-multiple-plans.rb
18
+ - lib/billing/subscriptions/multiple/plans.rb
19
+ homepage: https://railsbilling.com/billing-subscriptions-multiple-plans
20
+ licenses:
21
+ - Commercial
22
+ metadata:
23
+ documentation_uri: https://railsbilling.com/billing-subscriptions-multiple-plans
24
+ post_install_message: |2+
25
+
26
+ ⚠️ This is a placeholder 'billing-subscriptions-multiple-plans' gem from rubygems.org ⚠️
27
+
28
+ This is an empty gem, so there's no harm done - but if you want to remove it run:
29
+
30
+ gem uninstall billing-subscriptions-multiple-plans --version '0.0.1'
31
+
32
+ To get the real 'billing-subscriptions-multiple-plans' gem, buy a license at railsbilling.com/billing-subscriptions-multiple-plans
33
+
34
+ rdoc_options: []
35
+ require_paths:
36
+ - lib
37
+ required_ruby_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: 0.0.1
42
+ required_rubygems_version: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ version: '0'
47
+ requirements: []
48
+ rubygems_version: 3.7.2
49
+ specification_version: 4
50
+ summary: "⚠️ This is a placeholder gem ⚠️ To get the real 'billing-subscriptions-multiple-plans'
51
+ gem, buy a license at railsbilling.com/billing-subscriptions-multiple-plans"
52
+ test_files: []
53
+ ...