magic_addresses 0.0.27 → 0.0.28

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: 523e8fc02f0b7402777efe9c2137aeec041666cf
4
- data.tar.gz: 5d6a2152e41925e06928fc3556448ffb0618dfd8
3
+ metadata.gz: e6054aa7de7cb99752b5c07eabc6720f96a5277e
4
+ data.tar.gz: a6073e3ef8b9af2961689730618574178d49089f
5
5
  SHA512:
6
- metadata.gz: 159d38b2a164a4f641f015fe5b56deafc4b3c755aea951a0ef7b3a76919b59f5690606abe81d5097d3cf51008d45ad2d08781da00aca6c1b1261101fc474140b
7
- data.tar.gz: 5914bfb9d475b008dbdf27da6575b8e90d11de7d9ed770afb33056ae76b84924ac395fde43e686ecbf70cfd809f24e5f712cd3a7ccdc5070cb281a6c2ed01bd8
6
+ metadata.gz: 64e8a00c0ab1f3ccbcb2274822adffccc163e941cdfc05530333bd47ac362b3eae14b5b769e48ee6e4f99ce78dcf9c4b50986cb29157a62ddcdf58da056d8520
7
+ data.tar.gz: 41c0a152c071e8848e4b18a9a5c0bac4bfe97418d537c58e6ae9218b04ed64ab8b1471cdfb799f1b1ad2c2336db8dfa93413937401228fbc3bb2bf5eabc82ce0
@@ -31,7 +31,7 @@
31
31
  </td>
32
32
 
33
33
  <td>
34
- <strong><%= address.city ? address.city.name : "- - -" %></strong>
34
+ <strong><%= address.city ? address.city : "- - -" %></strong>
35
35
  </td>
36
36
 
37
37
  <td>
@@ -48,19 +48,19 @@
48
48
 
49
49
 
50
50
  <td>
51
- <strong><%= address.state ? address.state.name : "-" %></strong>
51
+ <strong><%= address.state ? address.state : "-" %></strong>
52
52
  </td>
53
53
 
54
54
  <td>
55
- <strong><%= address.country ? address.country.name : "-" %></strong>
55
+ <strong><%= address.country ? address.country : "-" %></strong>
56
56
  </td>
57
57
 
58
58
  <td>
59
- <small><%= address.district ? address.district.name : "-" %></small>
59
+ <small><%= address.district ? address.district : "-" %></small>
60
60
  </td>
61
61
 
62
62
  <td>
63
- <small><%= address.subdistrict ? address.subdistrict.name : "-" %></small>
63
+ <small><%= address.subdistrict ? address.subdistrict : "-" %></small>
64
64
  </td>
65
65
 
66
66
  <td>
@@ -1,3 +1,3 @@
1
1
  module MagicAddresses
2
- VERSION = "0.0.27"
2
+ VERSION = "0.0.28"
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.27
4
+ version: 0.0.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - Torsten Wetzel