shopifydev 0.0.25 → 0.0.26
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 +4 -4
- data/lib/shopifydev/test/order_fixture.rb +61 -6
- data/lib/shopifydev/test/valid_postal_code.rb +1696 -0
- data/lib/shopifydev/version.rb +1 -1
- metadata +3 -2
data/lib/shopifydev/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: shopifydev
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.26
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Johnston
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-08-
|
11
|
+
date: 2014-08-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: json
|
@@ -294,6 +294,7 @@ files:
|
|
294
294
|
- lib/shopifydev/test.rb
|
295
295
|
- lib/shopifydev/test/current_shop.rb
|
296
296
|
- lib/shopifydev/test/order_fixture.rb
|
297
|
+
- lib/shopifydev/test/valid_postal_code.rb
|
297
298
|
- lib/shopifydev/test/valid_zip.rb
|
298
299
|
- lib/shopifydev/version.rb
|
299
300
|
- shopifydev.gemspec
|