catarse_pagarme 2.9.10 → 2.9.11
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: ca734d1aa6a44eb78e90034f9292a79ddd936b51
|
4
|
+
data.tar.gz: 7a3d50f274e092e1eacc22043f943aa8d7b519e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7fb28deaf09964a64b8708e18f28b8ba56acb0e13706f7c8ef550ea5f52fdf3842e434fbc5409524ae986476890ac4a470f8ed235e0b8c7e3a100106b50c6b8e
|
7
|
+
data.tar.gz: 6d9a7d4a8c04496a2c5301a88a1a97efb9524bf200a32658cb5101071cc5881fdbcfd383bcfe8428e4b77240bb9ad5517686052eeb5657c07c879c55f7b745c8
|
data/Gemfile.lock
CHANGED
@@ -42,7 +42,10 @@ module CatarsePagarme
|
|
42
42
|
neighborhood: neighborhood,
|
43
43
|
zipcode: zip_code,
|
44
44
|
street_number: contribution.address_number,
|
45
|
-
complementary: contribution.address_complement
|
45
|
+
complementary: contribution.address_complement,
|
46
|
+
city: contribution.address_city,
|
47
|
+
state: contribution.address_state,
|
48
|
+
country: contribution.country.try(:name)
|
46
49
|
},
|
47
50
|
phone: {
|
48
51
|
ddd: phone_matches.try(:[], 1),
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: catarse_pagarme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.9.
|
4
|
+
version: 2.9.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Antônio Roberto Silva
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-10-
|
12
|
+
date: 2016-10-26 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|