mongoid-active_merchant 0.2.1 → 0.2.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e82824449606890cba06b7c04bb9d9647413bb01
|
|
4
|
+
data.tar.gz: 58cd6a1909d99ba6660da2251fd6cd1a033dbce3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: abd831364d12a8ebe550979e12c3f083162a9a79c97d34e1611a102e06e5f60b2d2ecd52b576d988306d10f388b2e796ceb61f5801c00d699ddee2c50c1cec25
|
|
7
|
+
data.tar.gz: 48813488b161dd8952a6e05ff8e9f5236324ac882fa803065c912692c82e3e364e7bd89e0ebe714ad6ef1ad6f135ed35fee13fa6a118e809a5b2b313fd29b530
|
|
@@ -10,7 +10,7 @@ module ActiveMerchant
|
|
|
10
10
|
:avs_result
|
|
11
11
|
]
|
|
12
12
|
|
|
13
|
-
def as_json
|
|
13
|
+
def as_json(*)
|
|
14
14
|
options = ATTRIBUTES_FOR_MONGOID_OPTIONS_SERIALIZATION.reduce({}) do |result, attr|
|
|
15
15
|
value = instance_variable_get(:"@#{attr}")
|
|
16
16
|
value = send(attr) if value.nil? && respond_to?(attr)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mongoid-active_merchant
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ben Crouse
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-04-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: mongoid
|
|
@@ -133,7 +133,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
133
133
|
version: '0'
|
|
134
134
|
requirements: []
|
|
135
135
|
rubyforge_project:
|
|
136
|
-
rubygems_version: 2.6.
|
|
136
|
+
rubygems_version: 2.6.14
|
|
137
137
|
signing_key:
|
|
138
138
|
specification_version: 4
|
|
139
139
|
summary: Adds Mongoid serialization to ActiveMerchant responses
|