effective_addresses 1.6.1 → 1.6.2

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: 6722f16083017ba989fcb4561c0bffd53e6ddc44
4
- data.tar.gz: e8052f649278691a40c9d0d7e5c302974f6c74cc
3
+ metadata.gz: d32d89c74a1a34f8e5041c39c032d008962c1652
4
+ data.tar.gz: efec422df8c03983d1c20e3ba25cafd55af0315a
5
5
  SHA512:
6
- metadata.gz: 59e79e4b3002e5aab7b181f0b447cf23f2b0408d5b87d0068fab216b1d26182a6b0c96bc49e4ed932cad22ef7fdfaa3e24d229bfb90b68181dc79c472afd6bf5
7
- data.tar.gz: 1087a70d2035ed2f80101e137d77dfb435f496f2030ba8323d6f62a4ae99e49668033284b316d19f223a9e6ef6c098b6334b3eee6696c3ea604d856df8ab93f0
6
+ metadata.gz: 1f99a65cdf7f530756ff3f661ef841f3442177b2ae0ff56bc328cfbf850ac82ab319dc9197821222302c552799e6fe4ac5c11d01d29ad7191777286464645bd2
7
+ data.tar.gz: b8c8753e538ce28192d20dd65f666a3c906ddb6a09599055a0da0a19cbc28b737515b94585fae863af3b430c19a8618b477ed0ad035254c88f7f67e15e4183f7
@@ -76,7 +76,7 @@
76
76
  - if fa.object.category == 'shipping' && f.object.respond_to?(:shipping_address_same_as_billing?)
77
77
  = fa.input :shipping_address_same_as_billing,
78
78
  as: :boolean,
79
- label: 'My shipping address is the same as my billing address',
79
+ label: 'Shipping address is same as billing address',
80
80
  required: false,
81
81
  input_html: { checked: shipping_address_same_as_billing }
82
82
 
@@ -1,3 +1,3 @@
1
1
  module EffectiveAddresses
2
- VERSION = '1.6.1'.freeze
2
+ VERSION = '1.6.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: effective_addresses
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.1
4
+ version: 1.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Code and Effect