magic_addresses 0.0.7 → 0.0.8

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: 3c017aed86d4158847822bd107b29a2f18f75274
4
- data.tar.gz: 5b95f14b10e854200172bd3f6e12d3f1767d6ace
3
+ metadata.gz: 19073615023f7385e730cb2cd07887406e5ff560
4
+ data.tar.gz: 4b34c20252236295f1f996af669c33383258331d
5
5
  SHA512:
6
- metadata.gz: a4a858f596f9f146ef71cb83e1940ff9df5bb1ef7eaf4e91e8433897e9d452767b9333e1e3e66a155b41d50d47bad574ee891598563ff843af2e022434c11c06
7
- data.tar.gz: e3eb9a9531fdb02039125bc5e169abc04506c591aed459aa37c848f166b7e7cfebdab2e53fda3daf1527dbb57b3fbe48be55c31cdbb8d38f5b49fdc64d163452
6
+ metadata.gz: 67d60a658b685f8fa3a0a34e7ac62c71381e91ffe274c4bcbb27671195a29dd7222cffde20be11b4e42c95d47e8b64ca1f2299adc5843d7d93dc265dd85b148a
7
+ data.tar.gz: 2f539002bdec6ab543a0ee91079ffeb560ee9f1ab85c6cb2d5acff86f55279802296ff63c529bacb27f9aebffedd27810802f127dc8ac4ee9f37295cad2685d7
@@ -96,7 +96,7 @@ class MagicAddresses::Address < ActiveRecord::Base
96
96
  adr = []
97
97
  adr << "#{street} #{number}".strip if street.present?
98
98
  adr << "#{postalcode} #{city}" if zipcode.present? || city.present?
99
- adr << "(#{country})" if country.present?
99
+ adr << country if country.present?
100
100
  if adr.count == 0
101
101
  I18n.t("addresses.no_address_given")
102
102
  else
@@ -1,3 +1,3 @@
1
1
  module MagicAddresses
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: magic_addresses
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Torsten Wetzel