shopify_unlimited 0.0.12 → 0.0.13.threadsafe

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MTYwYzZiZTUzMGRmZDM1YzUxNTE5YjJjN2E5OWRlNjJiMTRhMWRmZg==
4
+ MWZmMDAyMjRlNjFkMDAxZTg1MDE1OGYzNWVhYmI1NmRlYjQ5OTBiYw==
5
5
  data.tar.gz: !binary |-
6
- N2YwNTEyNTJkNDM4N2E5N2VjZmU0YmM4MDA1OTJjMmMxNDQ5YjdhYQ==
6
+ MDQyNTNhMTc0ZGI0NDNhZWUyYWM1ZDQ4ZTFlYTdlNDE0ZTY3MGI0YQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- MmJjOGE3YzZiYTViNDliZGNkYTg1ZmI4N2I4ZjAzYmFiMzYxYTAzZDJhNzc2
10
- ZTIwMDIxOTA4NjE5ZmFmOTM5M2QxYmMxMzBmMTcyMDYzMDhiZDE4Yjk1MDYy
11
- ZTliM2ViM2UzNTYwMjI1OGYxOTQ4YmQ3MGZlMWYwODlhYWY4ZGY=
9
+ N2M0NGQ4ODk5YTU5ZDcxYTU4ZGVlNTFjNmE2ZTdhMmU0YzEyMGE4OTU3ZDUy
10
+ ZjEwZmJkMzQ4ZjgxOTMyMjJlNjFlMmI3MTIxYzM3ZTA0ZWQzNzkzODhhN2Rh
11
+ NWY1OWE1NjZiNTFjNDU4NjMyNmNlYjJkMmQzYjM5MWRjYTBjMzg=
12
12
  data.tar.gz: !binary |-
13
- Mzg5NWRlNWI4N2RkOTZhN2QwYzdkYTFmMDA5MmYyNTVjZmM1ZmVmNGMyZjQz
14
- NGQ0OTVkOTQ5YjBhNzMzZmU1ZWJjMzZjM2JkMzkzYzYwN2ZhYzEwYzQ0ZmZh
15
- YzFjOGVjZTMxY2E0M2ZjNjFjODMzZjg1YTNjOTJjYzNlYjkyYTU=
13
+ NWE3NTc1YzFlMGQxYjM5ZWZiNDAyZDU2Y2EzMDhiNzdjYzYzNDA1MjQ2NWE0
14
+ ZmU0YTg2YTI4NWZhNzE4ZDJkYTVjN2JkZDhkYzVlMzdmYjNlYmY1NWY5Zjgz
15
+ N2ZkYjYwMTE1YjI3MmU2OWRjNmFkY2UxMjVlMzEwMjlmMTA5N2I=
data/Gemfile CHANGED
@@ -1,6 +1,7 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
3
  # Specify your gem's dependencies in shopify_unlimited.gemspec
4
+ gem 'activeresource', git: 'git://github.com/Shopify/activeresource', branch: 'threadsafe'
4
5
  gemspec
5
6
 
6
7
  group :test do
@@ -1,3 +1,3 @@
1
1
  module ShopifyUnlimited
2
- VERSION = "0.0.12"
2
+ VERSION = "0.0.13.threadsafe"
3
3
  end
@@ -18,9 +18,9 @@ Gem::Specification.new do |spec|
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
19
  spec.require_paths = ["lib"]
20
20
 
21
- spec.add_dependency 'activeresource', ">= 4.0.0"
21
+ spec.add_dependency 'activeresource'
22
22
  spec.add_dependency 'activesupport'
23
- spec.add_dependency "shopify_api", ">= 3.0.0"
23
+ spec.add_dependency "shopify_api", ">= 3.2.1"
24
24
 
25
25
  spec.add_development_dependency "bundler", "~> 1.3"
26
26
  spec.add_development_dependency "rake"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shopify_unlimited
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13.threadsafe
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Johnston
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ! '>='
18
18
  - !ruby/object:Gem::Version
19
- version: 4.0.0
19
+ version: '0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ! '>='
25
25
  - !ruby/object:Gem::Version
26
- version: 4.0.0
26
+ version: '0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: activesupport
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - ! '>='
46
46
  - !ruby/object:Gem::Version
47
- version: 3.0.0
47
+ version: 3.2.1
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - ! '>='
53
53
  - !ruby/object:Gem::Version
54
- version: 3.0.0
54
+ version: 3.2.1
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: bundler
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -128,9 +128,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
128
128
  version: '0'
129
129
  required_rubygems_version: !ruby/object:Gem::Requirement
130
130
  requirements:
131
- - - ! '>='
131
+ - - ! '>'
132
132
  - !ruby/object:Gem::Version
133
- version: '0'
133
+ version: 1.3.1
134
134
  requirements: []
135
135
  rubyforge_project:
136
136
  rubygems_version: 2.0.6