billing-subscription 0.0.1 → 0.0.2
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/billing/subscription.rb +2 -7
- data/lib/billing-subscription.rb +2 -7
- metadata +5 -13
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d479c3d07aac04d2724ed6c553e42ba52a5a8147259dcba2b2a314efa90a21a3
|
|
4
|
+
data.tar.gz: cbde836271abe87ec370f374cf31eff9f070c4399bbc72638a0b26199e7ff3f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 108afa5259d6cfabd8e78c446e056d0794218b8978ca90c0f2b2b43e2f3f203999b136480f150f7d749a1b7df301d5c700e916528dd56ce7d1ca8d26677ece9f
|
|
7
|
+
data.tar.gz: 56bda84485adb8183a522e5cd4bca9139034e50eb5aaf1ef77b91a225311bbaea3b94bf8783236fcb27222377ebffc25b5230a700e29b9fe0eb3765a81b848fa
|
data/lib/billing/subscription.rb
CHANGED
|
@@ -3,14 +3,9 @@ puts "
|
|
|
3
3
|
|
|
4
4
|
This is an empty gem, so there's no harm done - but if you want to remove it run:
|
|
5
5
|
|
|
6
|
-
gem uninstall billing-subscription --version '0.0.
|
|
6
|
+
gem uninstall billing-subscription --version '0.0.2'
|
|
7
7
|
|
|
8
|
-
|
|
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.
|
|
8
|
+
To get the real 'billing-subscription' gem, buy a license at railsbilling.com/billing-subscriptions
|
|
14
9
|
|
|
15
10
|
"
|
|
16
11
|
puts "Exiting"
|
data/lib/billing-subscription.rb
CHANGED
|
@@ -3,14 +3,9 @@ puts "
|
|
|
3
3
|
|
|
4
4
|
This is an empty gem, so there's no harm done - but if you want to remove it run:
|
|
5
5
|
|
|
6
|
-
gem uninstall billing-subscription --version '0.0.
|
|
6
|
+
gem uninstall billing-subscription --version '0.0.2'
|
|
7
7
|
|
|
8
|
-
|
|
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.
|
|
8
|
+
To get the real 'billing-subscription' gem, buy a license at railsbilling.com/billing-subscriptions
|
|
14
9
|
|
|
15
10
|
"
|
|
16
11
|
puts "Exiting"
|
metadata
CHANGED
|
@@ -1,16 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: billing-subscription
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- RailsBilling
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies: []
|
|
13
|
-
description:
|
|
14
12
|
email: gems@railsbilling.com
|
|
15
13
|
executables: []
|
|
16
14
|
extensions: []
|
|
@@ -29,14 +27,9 @@ post_install_message: |2+
|
|
|
29
27
|
|
|
30
28
|
This is an empty gem, so there's no harm done - but if you want to remove it run:
|
|
31
29
|
|
|
32
|
-
gem uninstall billing-subscription --version '0.0.
|
|
30
|
+
gem uninstall billing-subscription --version '0.0.2'
|
|
33
31
|
|
|
34
|
-
|
|
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.
|
|
32
|
+
To get the real 'billing-subscription' gem, buy a license at railsbilling.com/billing-subscriptions
|
|
40
33
|
|
|
41
34
|
rdoc_options: []
|
|
42
35
|
require_paths:
|
|
@@ -52,8 +45,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
52
45
|
- !ruby/object:Gem::Version
|
|
53
46
|
version: '0'
|
|
54
47
|
requirements: []
|
|
55
|
-
rubygems_version: 3.
|
|
56
|
-
signing_key:
|
|
48
|
+
rubygems_version: 3.7.2
|
|
57
49
|
specification_version: 4
|
|
58
50
|
summary: "⚠️ This is a placeholder gem ⚠️ To get the real 'billing-subscription'
|
|
59
51
|
gem, buy a license at railsbilling.com/billing-subscriptions"
|