billing-subscription 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 +7 -0
- data/lib/billing/subscription.rb +17 -0
- data/lib/billing-subscription.rb +17 -0
- metadata +61 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: '09f7a955276c8770b17f87bd68c9128b6c9d41bc29190ad49b6e2be257439e15'
|
|
4
|
+
data.tar.gz: e6dafca8968f9368e319e1de452d85db93434845ef2017b719ae917ea2ddc352
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: e1c52cc475508c57b50946962e81e21b69f9a5ac8f6e75fb7ae93fe6602eb98c462baf57f1020d58f0fdac323e7b90817e450385440d7c55637144c5f2f76bb9
|
|
7
|
+
data.tar.gz: e9e41c2cf45ce8b0beba802575bf0bfdae9a32914b684ba10786b3ebf42c22a6cb9d3f20c62d1f9aa0e36d56d385c8666b883e00c25ef101e446fb2599ce6331
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
puts "
|
|
2
|
+
⚠️ You required a placeholder 'billing-subscription' 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-subscription --version '0.0.1'
|
|
7
|
+
|
|
8
|
+
Steps to install real 'billing-subscription':
|
|
9
|
+
|
|
10
|
+
1. Buy a license at railsbilling.com/billing-subscriptions
|
|
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-subscription' 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-subscription --version '0.0.1'
|
|
7
|
+
|
|
8
|
+
Steps to install real 'billing-subscription':
|
|
9
|
+
|
|
10
|
+
1. Buy a license at railsbilling.com/billing-subscriptions
|
|
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,61 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: billing-subscription
|
|
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-subscription.rb
|
|
20
|
+
- lib/billing/subscription.rb
|
|
21
|
+
homepage: https://railsbilling.com/billing-subscriptions
|
|
22
|
+
licenses:
|
|
23
|
+
- Commercial
|
|
24
|
+
metadata:
|
|
25
|
+
documentation_uri: https://railsbilling.com/billing-subscriptions
|
|
26
|
+
post_install_message: |2+
|
|
27
|
+
|
|
28
|
+
⚠️ This is a placeholder 'billing-subscription' gem from rubygems.org ⚠️
|
|
29
|
+
|
|
30
|
+
This is an empty gem, so there's no harm done - but if you want to remove it run:
|
|
31
|
+
|
|
32
|
+
gem uninstall billing-subscription --version '0.0.1'
|
|
33
|
+
|
|
34
|
+
Steps to install real 'billing-subscription':
|
|
35
|
+
|
|
36
|
+
1. Buy a license at railsbilling.com/billing-subscriptions
|
|
37
|
+
2. Copy 'Gemfile snippet' to your Gemfile.
|
|
38
|
+
This will ensure the gem is installed from railsbilling.com with the correct token.
|
|
39
|
+
3. Run 'bundle install' - done.
|
|
40
|
+
|
|
41
|
+
rdoc_options: []
|
|
42
|
+
require_paths:
|
|
43
|
+
- lib
|
|
44
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
45
|
+
requirements:
|
|
46
|
+
- - ">="
|
|
47
|
+
- !ruby/object:Gem::Version
|
|
48
|
+
version: 0.0.1
|
|
49
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
50
|
+
requirements:
|
|
51
|
+
- - ">="
|
|
52
|
+
- !ruby/object:Gem::Version
|
|
53
|
+
version: '0'
|
|
54
|
+
requirements: []
|
|
55
|
+
rubygems_version: 3.5.9
|
|
56
|
+
signing_key:
|
|
57
|
+
specification_version: 4
|
|
58
|
+
summary: "⚠️ This is a placeholder gem ⚠️ To get the real 'billing-subscription'
|
|
59
|
+
gem, buy a license at railsbilling.com/billing-subscriptions"
|
|
60
|
+
test_files: []
|
|
61
|
+
...
|