paid_up 0.13.14 → 0.13.16
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/VERSION +1 -1
- data/lib/paid_up/subscription.rb +1 -1
- data/paid_up.gemspec +2 -2
- data/spec/dummy/db/test.sqlite3 +0 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c3dc06b0e76638aa7e1e45167dcf61715670b94e8b78b839dfee1966b66b8803
|
|
4
|
+
data.tar.gz: 15a2da9c59427cf1a6141b0fe2688f3888744d9425172e3a6075f581524d4a26
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 525340581ce481b074eb3babcc57493a4c761d5e3a1de4aeb5f64d5bb75c5b2c473f32ea5e0b235532700ab0e32c78cdf5b50a683b739f1398da877b57a1825e
|
|
7
|
+
data.tar.gz: 16d0f89557eeabbe35d96540360017d76860d9c5a1c5c0783764dc692472c14ad3a64cabf2dc384997d0b2abbeadb91b6be55a8872de58a2fcb84b11ff059605
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.13.
|
|
1
|
+
0.13.16
|
data/lib/paid_up/subscription.rb
CHANGED
|
@@ -42,7 +42,7 @@ module PaidUp
|
|
|
42
42
|
|
|
43
43
|
# If there is an update to be made, we go ahead
|
|
44
44
|
return true if stripe_id == customer.id
|
|
45
|
-
user.
|
|
45
|
+
user.update_attribute(:stripe_id, customer.id) ||
|
|
46
46
|
raise(:could_not_associate_subscription.l)
|
|
47
47
|
end
|
|
48
48
|
|
data/paid_up.gemspec
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: paid_up 0.13.
|
|
5
|
+
# stub: paid_up 0.13.16 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "paid_up".freeze
|
|
9
|
-
s.version = "0.13.
|
|
9
|
+
s.version = "0.13.16"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib".freeze]
|
data/spec/dummy/db/test.sqlite3
CHANGED
|
Binary file
|