active_payment 0.0.5 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 802713aa845ccaf37f36d64171c915b8489d7b63
|
4
|
+
data.tar.gz: cae4d7786057482b56e7fb39a3e9cc15b9b756e9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3ffd5a1404ee78d749f10c414bbe432b305be779b01ea65c432397f3d2731494e12a097911eb1d63d4641acd33b65de6ee5e8e6566f4dab9dd18f9c50123516e
|
7
|
+
data.tar.gz: 9143e0999b7974fce693c14fa193520da63d3a6ff881a0d7a7cfbe4a5f5340ccf1409d9d5b4c6fb3a0a57e7b995bfa7576a2849dc5eba2a91288f6a128c764a7
|
@@ -5,7 +5,7 @@ module ActivePayment
|
|
5
5
|
|
6
6
|
included do
|
7
7
|
if superclass == ActiveRecord::Base
|
8
|
-
has_many :received_transactions, foreign_key: 'payee_id', class_name: ActivePayment::Transaction
|
8
|
+
has_many :received_transactions, foreign_key: 'payee_id', class_name: 'ActivePayment::Transaction'
|
9
9
|
end
|
10
10
|
end
|
11
11
|
|
@@ -5,7 +5,7 @@ module ActivePayment
|
|
5
5
|
|
6
6
|
included do
|
7
7
|
if superclass == ActiveRecord::Base
|
8
|
-
has_many :sent_transactions, foreign_key: 'payer_id', class_name: ActivePayment::Transaction
|
8
|
+
has_many :sent_transactions, foreign_key: 'payer_id', class_name: 'ActivePayment::Transaction'
|
9
9
|
end
|
10
10
|
end
|
11
11
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active_payment
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jeremy Marc
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-10-
|
11
|
+
date: 2015-10-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|