shopify_countries 0.1.0 → 0.2.0

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
  SHA256:
3
- metadata.gz: a91ece5c88822e36ab61fd7354e174075e68fb54879bf27db2f9a46650b927a9
4
- data.tar.gz: 5bb5bdccc06efebc8a2398c12f6eef256e47374769370d12d2ba0551053a6359
3
+ metadata.gz: 2aeb7136d68822897a9c8495e0b16bae7d0dc8409bc66cd6dbeb592370592a65
4
+ data.tar.gz: 0477ddf4cb04889a3a7ae87b2f30d68711f895390f68ec4ba9dae63644c5a6ff
5
5
  SHA512:
6
- metadata.gz: 4ad481c2cf414dc4d829aba65ce39fa6187f2ee89ef62b81283190984f246ea5a3400900bbcd2304db62f4148bd4fe9afe1551f3bf68158629827805c880fff7
7
- data.tar.gz: f462f6eb08978ebc27a6b2012323d2871c1a8b858e65df727a5abde6dd153d48bcb4a343348ba947aa5d4f1e86090642a31b61ca103a400833ecb4d119367f5b
6
+ metadata.gz: 78416d915db75d39094cc820b1438357f5abf77b64033b9fe0700854d7445eb90dfe53cc613f1d129feb33622aa89047f09b0e28953cea31ca93843426dbdf5e
7
+ data.tar.gz: d914cb3c08f47a95c5d0ddb54b02dd36d61f2a70a1f47c34cebc9e845ca8d7f5ea82a1b8c698bd1a78154b9849f77e8a25b97f607458686b73eb503986bb66df
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- shopify_countries (0.1.0)
4
+ shopify_countries (0.2.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -80,4 +80,4 @@ DEPENDENCIES
80
80
  standard
81
81
 
82
82
  BUNDLED WITH
83
- 2.1.2
83
+ 2.1.4
@@ -1,6 +1,8 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require 'shopify_countries/version'
4
+ require 'active_record'
5
+ require 'shopify_countries/validators/validates_shopify_country_of'
4
6
  require 'json'
5
7
 
6
8
  module ShopifyCountries
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ShopifyCountries
4
- VERSION = '0.1.0'
4
+ VERSION = '0.2.0'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shopify_countries
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniil Pankratev