shopify_app 3.0.1 → 3.0.2
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.
- data/README.rdoc +1 -1
- data/lib/shopify_app/version.rb +1 -1
- data/shopify_app.gemspec +1 -1
- metadata +12 -11
data/README.rdoc
CHANGED
|
@@ -57,6 +57,6 @@ Rails 3.0 (as in before the big changes in 3.1) is supported on a branch of our
|
|
|
57
57
|
|
|
58
58
|
http://api.shopify.com <= Read up on the possible API calls!
|
|
59
59
|
|
|
60
|
-
|
|
60
|
+
http://stackoverflow.com/questions/tagged/shopify <= Ask questions!
|
|
61
61
|
|
|
62
62
|
http://wiki.shopify.com/Shopify_App_Development <= Edit the docs!
|
data/lib/shopify_app/version.rb
CHANGED
data/shopify_app.gemspec
CHANGED
|
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
|
|
|
15
15
|
s.rubyforge_project = "shopify-api"
|
|
16
16
|
|
|
17
17
|
s.add_runtime_dependency('rails', '~> 3.1')
|
|
18
|
-
s.add_runtime_dependency('shopify_api', '3.0.0')
|
|
18
|
+
s.add_runtime_dependency('shopify_api', '~> 3.0.0')
|
|
19
19
|
s.add_runtime_dependency('omniauth-shopify-oauth2', '1.0.0')
|
|
20
20
|
|
|
21
21
|
s.add_development_dependency('rake')
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: shopify_app
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-06-
|
|
12
|
+
date: 2012-06-15 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &2155421520 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ~>
|
|
@@ -21,21 +21,21 @@ dependencies:
|
|
|
21
21
|
version: '3.1'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *2155421520
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: shopify_api
|
|
27
|
-
requirement: &
|
|
27
|
+
requirement: &2155421020 !ruby/object:Gem::Requirement
|
|
28
28
|
none: false
|
|
29
29
|
requirements:
|
|
30
|
-
- -
|
|
30
|
+
- - ~>
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 3.0.0
|
|
33
33
|
type: :runtime
|
|
34
34
|
prerelease: false
|
|
35
|
-
version_requirements: *
|
|
35
|
+
version_requirements: *2155421020
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
37
|
name: omniauth-shopify-oauth2
|
|
38
|
-
requirement: &
|
|
38
|
+
requirement: &2155420560 !ruby/object:Gem::Requirement
|
|
39
39
|
none: false
|
|
40
40
|
requirements:
|
|
41
41
|
- - =
|
|
@@ -43,10 +43,10 @@ dependencies:
|
|
|
43
43
|
version: 1.0.0
|
|
44
44
|
type: :runtime
|
|
45
45
|
prerelease: false
|
|
46
|
-
version_requirements: *
|
|
46
|
+
version_requirements: *2155420560
|
|
47
47
|
- !ruby/object:Gem::Dependency
|
|
48
48
|
name: rake
|
|
49
|
-
requirement: &
|
|
49
|
+
requirement: &2155420180 !ruby/object:Gem::Requirement
|
|
50
50
|
none: false
|
|
51
51
|
requirements:
|
|
52
52
|
- - ! '>='
|
|
@@ -54,7 +54,7 @@ dependencies:
|
|
|
54
54
|
version: '0'
|
|
55
55
|
type: :development
|
|
56
56
|
prerelease: false
|
|
57
|
-
version_requirements: *
|
|
57
|
+
version_requirements: *2155420180
|
|
58
58
|
description: Creates a basic login controller for authenticating with your Shop and
|
|
59
59
|
also a product controller which lets your edit your products easily.
|
|
60
60
|
email:
|
|
@@ -134,3 +134,4 @@ signing_key:
|
|
|
134
134
|
specification_version: 3
|
|
135
135
|
summary: This gem is used to get quickly started with the Shopify API
|
|
136
136
|
test_files: []
|
|
137
|
+
has_rdoc:
|