parliament-grom-decorators 0.2.0 → 0.2.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: caf5b54f7284c776dedf0e150c6e61b828538a4b
4
- data.tar.gz: 569dd6c2278a0661d7a71da4c5ea4c25d33d741f
3
+ metadata.gz: 777df87236a04af8167d0633dc2a0046436b79c1
4
+ data.tar.gz: 446f3b2a67a922447a1752569399de8160eb884e
5
5
  SHA512:
6
- metadata.gz: 5049ec5b9a1677f722e29c17cedf619aa326854e539dac2ffee6c618fd1abaa13369da730c9b636b96fa9c51e0962a8c3a37b155f3e0d54dc39689360b8ad275
7
- data.tar.gz: d6ae208e8efcb123e59ded44b6df5535f5213ccaa06ea3811d5505ae2c2db5a377101afccc1fc5b553a06de98a048a9eaa43a2428d2e8036e4bfe2b9b8f8f584
6
+ metadata.gz: 8a1c87ac8ace1ae471788e645aa6e69d46227adaa748285da61e7dd9f0532aafa01c634df6b0814b472337930f151540500743acc3b1c16055f42201926ac105
7
+ data.tar.gz: 97cf67138b6aef0d4114f730686b7b4589fe51cac601a141aeac2bda576344463ec742058537d2b665d09d6161295e90400d9805d34e3aae7d679c1430b95ac0
@@ -21,7 +21,7 @@ module Parliament
21
21
  #
22
22
  # @return [String, String] the polygon of the Grom::Node or an empty string.
23
23
  def polygon
24
- respond_to?(:constituencyAreaExtent) ? constituencyAreaExtent : ''
24
+ respond_to?(:constituencyAreaExtent) ? constituencyAreaExtent : []
25
25
  end
26
26
  end
27
27
  end
@@ -1,7 +1,7 @@
1
1
  module Parliament
2
2
  module Grom
3
3
  module Decorator
4
- VERSION = '0.2.0'.freeze
4
+ VERSION = '0.2.1'.freeze
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parliament-grom-decorators
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rebecca Appleyard