worldly 0.1.0 → 0.1.1

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: e05521a428d9180900076274139c4f6c05c04489
4
- data.tar.gz: 85cfc924b5150a8c8111d3cb2d36df2e607cb450
3
+ metadata.gz: 2c62edf89629c69f17259e7bc41eab8892d8f318
4
+ data.tar.gz: a0eb1efb12398bb9364489cd2474a3cac76fd75f
5
5
  SHA512:
6
- metadata.gz: 9805363748f00d308a8420bf538ae814d8770efdb6a4feb3728951932bc2e6417b803f2ce0f9364b7b1fb9d97757ace29e1633859c4f6608bf6b20682deae80c
7
- data.tar.gz: a21d8ec8a27659b99a661098694f3c76a27a975056f6428f9f70bd6281a74424fe027759b2b45b8ef6bbc7d286e4b5c71d9bb60ddc5d57fd513837ef822e59f6
6
+ metadata.gz: 2a5ab41517ec5fed3766bf62b51f0519c2fee791bfe87acf0912bc61e8fc06078b722efdbedbb676756b745a9bdeaf78e0bf3547e730953ad49416443a603e2f
7
+ data.tar.gz: 06bf0dc9460f312fc2a78420f94d34c8b3a2b40fdb584116572191f9c2c4c8084f0043ed793f6d305ef6a2c5e70c3fe65735a86856bdcea31ede582d8e80ad0a
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ = Version 0.1.1 - 2014-06-24
2
+ * Fix: address format correction
3
+
1
4
  = Version 0.1.0 - 2014-06-24
2
5
  * New: Worldly::Country.country_code_options
3
6
  * Improvement: Worldly::Country.all not accepts field attribute
@@ -26,7 +26,7 @@ module Worldly
26
26
  end
27
27
 
28
28
  def address_format
29
- @data[:address_format] || "{{address1}}\n{{address2}}\n{{city}}\n{{region} {{postcode}}\n{{country}}"
29
+ @data[:address_format] || "{{address1}}\n{{address2}}\n{{city}}\n{{region}} {{postcode}}\n{{country}}"
30
30
  end
31
31
 
32
32
  def all_fields
@@ -1,3 +1,3 @@
1
1
  module Worldly
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: worldly
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Lewis