caboose-cms 0.9.132 → 0.9.133

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: d69d8739a0692934a4a6dd880db8a0535ba27af7
4
- data.tar.gz: a782353ec28df9ae74b2088c263784e3bb56ad31
3
+ metadata.gz: 0c49393255c99312890af6baa442e9307cbf5584
4
+ data.tar.gz: 37cbad54d4235c51cbb2e568b55d9c1f25f81310
5
5
  SHA512:
6
- metadata.gz: acee5249ee0563972e87c2548dd37f4fa2ae41e1667f3652cf2fea1c0d73f7860c9ef09c358a7231169d8478667f1cd03c506996f9a9bc061a4a9633942302dd
7
- data.tar.gz: 9bb351b2cd4c734120f046858c9d7975cbeb7cec150890c6a8e1939af81f39ae333373e3bdb62202db829c0d10e5870c66eb3da94f38740f8016574fecbf6048
6
+ metadata.gz: 4c0376086673884780f837058ff6dfa6e055b860bb3e1b8304595b520a64139518f3d7a6d09d448714d6368d6347a907badb9dd9c48b2c4122d779269c5aadf9
7
+ data.tar.gz: 84e926333becfc8207b32d004092ca91a779110941a41cab87ff51176cba48c97f81b1415474eb4f3a9cf30fb91d29f81cac1b7dafee10fcd3fa488b837a5b7e
@@ -38,6 +38,17 @@ module Caboose
38
38
  user.email = email
39
39
  end
40
40
  when "phone" then user.phone = value
41
+
42
+ when "address" then user.address = value
43
+ when "address2" then user.address2 = value
44
+ when "city" then user.city = value
45
+ when "state" then user.state = value
46
+ when "zip" then user.zip = value
47
+ when "customer_profile_id" then user.customer_profile_id = value
48
+ when "payment_profile_id" then user.payment_profile_id = value
49
+ when "stripe_customer_id" then user.stripe_customer_id = value
50
+ when "fax" then user.fax = value
51
+
41
52
  when "password"
42
53
  confirm = params[:confirm]
43
54
  if value != confirm
@@ -1,3 +1,3 @@
1
1
  module Caboose
2
- VERSION = '0.9.132'
2
+ VERSION = '0.9.133'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: caboose-cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.132
4
+ version: 0.9.133
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Barry
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-14 00:00:00.000000000 Z
11
+ date: 2018-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pg