tickethub 0.3.43 → 0.3.44

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: 0972ccf4afd701df738c0f319ca4333b0b69d9a2
4
- data.tar.gz: eb8fde38b5729721f1c74dd28a73ae040b8d837a
3
+ metadata.gz: b7a7bf322a738ed6a63edc1e894f1700b86cd0c4
4
+ data.tar.gz: 5ca3c630c99a1212df1c2a61d1f3ef907ef28fce
5
5
  SHA512:
6
- metadata.gz: e22f252f40ae0ce15b9b009b5a78ef37488c6a86fda089a75f08781a93e4bf61c6eaed577a945f7100a5e38b6b9f98de8b7d69c136ff404d883d6c1cbedcb52e
7
- data.tar.gz: d00786656fbbcb24aa411097718799a9e4ef438b034ab016ad9c936f120b6a2b9e0ebd964d1085f639a820f8abdb2bb469bd996c637dbcc81be33b35e3d5eace
6
+ metadata.gz: 57068a4ca022f3179d3396d63b54cac23474d09057700e8dfb40083f81c908c7067d472c0a4298e20c9608b9adbd1813ec84ab1e8a90baad1de4ea45e8913982
7
+ data.tar.gz: 7c8d76636c0f59dae362b3d8adb95ad155693bf303882d5e22e7edb3f3b1fd2871bfbc0614f607a60c71441ddaa9394d048a0b8eef9647bae6ab64cf9eb3bba4
@@ -120,7 +120,7 @@ module Tickethub
120
120
  end
121
121
  when :country
122
122
  case value
123
- when String then Country.new(value)
123
+ when String then ISO3166::Country.new(value)
124
124
  else raise ArgumentError, 'invalid country value: ' + value
125
125
  end
126
126
  else value
@@ -1,3 +1,3 @@
1
1
  module Tickethub
2
- VERSION = '0.3.43'
2
+ VERSION = '0.3.44'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tickethub
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.43
4
+ version: 0.3.44
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oliver Morgan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-25 00:00:00.000000000 Z
11
+ date: 2015-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler