shopifydev 0.0.17 → 0.0.19

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NThmZmM3ZDJlZDNiZjliZjk4ZGE1ZGYzMDAxZTM1ODMxOGQ5ODgzMQ==
4
+ NDg5ZDEzNWNiYWMyZmExY2Y0N2U3OWFkOTE1NzlmMzFjMjc3MTQ5Ng==
5
5
  data.tar.gz: !binary |-
6
- YWE2MDg3MjM3ZjliYmRkMDBkNmFmOWE5NWU0NWYyMGEyMzFhMThkZA==
6
+ NzExYzg2OGIwM2M5MDg1NWFjNTdmMzMwOTcxNGQ2NWUwOTliMGU5Mw==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- YmI5MGRlZjk5YmUzZDU1MGMzYzczNzA0MTlhMTA3NTA5MjUxZjYzZmIzM2U2
10
- OWRiMmJkODQ4YWI0YWQ0ODgzYzk5MTY1OGUwYzJmNjEzZmY1MWY4YjliY2Fk
11
- OWY0ODVmOWU3MmI1ZjAxOWU1MWQ5MWI1Y2FlMjdjODcwY2NiYWQ=
9
+ M2ZhM2M2Y2RiNTc3OTE5N2JiZTY0ODM0YTlkNGIwMGI3MmNiYmM0NTc0ZGFi
10
+ NTNhOWE5NzY1OWUxNWVlNzBhZTRiMDU0ZWEyMjcwZjI4NzcyNjU2Y2I5ZmYy
11
+ MmE5MzAxNDkyZjRlOTVlYWZkMWUyMDY5MTRiNjc3OTZiNDBhNzE=
12
12
  data.tar.gz: !binary |-
13
- YmExMWNkYTY4Y2JjZjNlNjU1NjA0NDk3N2Y3NThkZjVhOTM5YzIxMGExYjBl
14
- YjY0ODNjMmY3YWFmMGNkZTM5ODc3OWVmM2Y1MWRiODQwMmM1M2U3ZTAwZjBi
15
- Y2EyNTUyZjQ1OGIyZmQyNmNlYTIxNTUzNjdlMmNmMDk5ODI2NDI=
13
+ NDRkOGMzMjdkODJmZGVjZmEzODljYjE2ZmMyMDAzMGRiNWNmZTFjMjIyNTMy
14
+ OTYwYzRmZDI0ODFiOTY5ZGE0MWJiYzE1ZGZhZTg5YTE4YzIxNDZiZGUwNmQ3
15
+ ZGJjYzk4ZWNjNWRlZjg1MDRkMGY3N2IwYThkYmQ0ZGU2MjRmMjc=
@@ -1,12 +1,3 @@
1
- require 'shopifydev/pry/commands'
2
- require 'shopifydev/pry/save_json'
3
- require 'shopifydev/shopify_api/caches'
4
-
5
- require 'term/ansicolor'
6
-
7
- require 'shydra'
8
- require 'shydra/hydra'
9
-
10
1
  class Color
11
2
  if Pry.config.color
12
3
  extend Term::ANSIColor
@@ -19,4 +10,15 @@ class Color
19
10
  end
20
11
  end
21
12
 
13
+ require 'shopifydev/pry/commands'
14
+ require 'shopifydev/pry/save_json'
15
+ require 'shopifydev/shopify_api/caches'
16
+
17
+ require 'term/ansicolor'
18
+
19
+ require 'shydra'
20
+ require 'shydra/hydra'
21
+
22
+
23
+
22
24
  Pry.config.hooks.add_hook(:before_session, :set_context) { |_, _, pry| pry.input = StringIO.new("cd ShopifyAPI") }
@@ -1,3 +1,3 @@
1
1
  module Shopifydev
2
- VERSION = "0.0.17"
2
+ VERSION = "0.0.19"
3
3
  end
data/shopifydev.gemspec CHANGED
@@ -19,13 +19,8 @@ Gem::Specification.new do |gem|
19
19
 
20
20
  gem.add_dependency "json", ">= 1.8.0"
21
21
 
22
- # the release of Rails 4.0 caused a dependency problem with apps that specify both
23
- # shopifydev and shopify_api in their Gemfile, and so far the only way we've found
24
- # to deal with it is to explicitly specify a rails version, so shopifydev currently
25
- # can only be used with rails 3.2.13
26
-
27
- gem.add_dependency 'activeresource', "= 3.2.13"
28
- gem.add_dependency 'railties', "= 3.2.13"
22
+ gem.add_dependency 'activeresource'
23
+ gem.add_dependency 'railties'
29
24
  gem.add_dependency 'activesupport'
30
25
 
31
26
  gem.add_dependency "shopify_api", ">= 3.0.0"
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.17
4
+ version: 0.0.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Johnston
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-03 00:00:00.000000000 Z
11
+ date: 2013-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
@@ -28,30 +28,30 @@ dependencies:
28
28
  name: activeresource
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - '='
31
+ - - ! '>='
32
32
  - !ruby/object:Gem::Version
33
- version: 3.2.13
33
+ version: '0'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - '='
38
+ - - ! '>='
39
39
  - !ruby/object:Gem::Version
40
- version: 3.2.13
40
+ version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: railties
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - '='
45
+ - - ! '>='
46
46
  - !ruby/object:Gem::Version
47
- version: 3.2.13
47
+ version: '0'
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.2.13
54
+ version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: activesupport
57
57
  requirement: !ruby/object:Gem::Requirement