paid 1.0.10 → 1.0.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/History.txt +6 -0
  3. data/VERSION +1 -1
  4. data/lib/paid/customer.rb +2 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 71942b80a9a1e7767a7c4c419ffaee8663177fac
4
- data.tar.gz: 3d7765bcb4f31634e67a8685af52f9d01e954d70
3
+ metadata.gz: 1db7ca9635617b70d646bb2eeb6535e79b229781
4
+ data.tar.gz: 95b28ea31eca3b6dcd72cd746fa710c60feee7e3
5
5
  SHA512:
6
- metadata.gz: e5431024234e5d84e359e4b5fcbf47accdbab49e1f665528121227c59dd4819e296e8eea60907ef2e50407e847b47d23c92dcced6d175cbe1e5fd0dc6c34d6f8
7
- data.tar.gz: f05fbc29f63a579e08c54f8b904f72c777cc1e05707c429ccb14ef44c14d3a59244856d5053629711d640de18ff20643c6661773e1fde9d91a977d257c4be79a
6
+ metadata.gz: 0632379b0b8daf83f9def3d2a95b3fd893edecefc8da65dcbef79a8c0e74f4d85968dcf4547c41ad68a1fab3d9425c4785a0b11b413454ce82aff6462e72928a
7
+ data.tar.gz: 998923c32e3ad0fdb410489020c65735a3d159e1f1ae4e06ef7cf8b72c166e5dd01ab3d96ee579ae61eb0a228323442c9f12258607589b43e4118653c1c35e80
data/History.txt CHANGED
@@ -1,3 +1,9 @@
1
+ === 1.0.11 2015-06-19
2
+
3
+ * 1 minor enhancements:
4
+ * Adding address_country attribute to Customer
5
+
6
+
1
7
  === 1.0.10 2015-06-11
2
8
 
3
9
  * 1 minor enhancements:
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.10
1
+ 1.0.11
data/lib/paid/customer.rb CHANGED
@@ -12,6 +12,7 @@ module Paid
12
12
  attr_accessor :address_city
13
13
  attr_accessor :address_state
14
14
  attr_accessor :address_zip
15
+ attr_accessor :address_country
15
16
  attr_accessor :allow_ach
16
17
  attr_accessor :allow_wire
17
18
  attr_accessor :allow_check
@@ -97,6 +98,7 @@ module Paid
97
98
  :address_city => nil,
98
99
  :address_state => nil,
99
100
  :address_zip => nil,
101
+ :address_country => nil,
100
102
  :allow_ach => nil,
101
103
  :allow_wire => nil,
102
104
  :allow_check => nil,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paid
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.10
4
+ version: 1.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jon Calhoun
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-06-12 00:00:00.000000000 Z
12
+ date: 2015-06-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rest-client