shopify_api 1.2.1 → 1.2.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/CHANGELOG +4 -0
- data/lib/shopify_api.rb +3 -0
- data/shopify_api.gemspec +2 -2
- metadata +4 -15
data/CHANGELOG
CHANGED
data/lib/shopify_api.rb
CHANGED
@@ -502,6 +502,9 @@ module ShopifyAPI
|
|
502
502
|
class ProductSearchEngine < Base
|
503
503
|
end
|
504
504
|
|
505
|
+
class ScriptTag < Base
|
506
|
+
end
|
507
|
+
|
505
508
|
# Include Metafields module in all enabled classes
|
506
509
|
METAFIELD_ENABLED_CLASSES.each do |klass|
|
507
510
|
"ShopifyAPI::#{klass}".constantize.send(:include, Metafields)
|
data/shopify_api.gemspec
CHANGED
@@ -2,10 +2,10 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{shopify_api}
|
5
|
-
s.version = "1.2.
|
5
|
+
s.version = "1.2.2"
|
6
6
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
8
|
-
s.authors = ["Tobias L\303\274tke", "Cody Fauser", "Dennis Theisen"]
|
8
|
+
s.authors = ["Tobias L\303\274tke", "Cody Fauser", "Dennis Theisen", "Edward Ocampo-Gooding"]
|
9
9
|
s.date = %q{2010-10-05}
|
10
10
|
s.description = %q{= Shopify API
|
11
11
|
|
metadata
CHANGED
@@ -1,18 +1,18 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: shopify_api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash: 29
|
5
4
|
prerelease: false
|
6
5
|
segments:
|
7
6
|
- 1
|
8
7
|
- 2
|
9
|
-
-
|
10
|
-
version: 1.2.
|
8
|
+
- 2
|
9
|
+
version: 1.2.2
|
11
10
|
platform: ruby
|
12
11
|
authors:
|
13
12
|
- "Tobias L\xC3\xBCtke"
|
14
13
|
- Cody Fauser
|
15
14
|
- Dennis Theisen
|
15
|
+
- Edward Ocampo-Gooding
|
16
16
|
autorequire:
|
17
17
|
bindir: bin
|
18
18
|
cert_chain: []
|
@@ -24,11 +24,9 @@ dependencies:
|
|
24
24
|
name: activeresource
|
25
25
|
prerelease: false
|
26
26
|
requirement: &id001 !ruby/object:Gem::Requirement
|
27
|
-
none: false
|
28
27
|
requirements:
|
29
28
|
- - ">="
|
30
29
|
- !ruby/object:Gem::Version
|
31
|
-
hash: 3
|
32
30
|
segments:
|
33
31
|
- 2
|
34
32
|
- 2
|
@@ -40,11 +38,9 @@ dependencies:
|
|
40
38
|
name: thor
|
41
39
|
prerelease: false
|
42
40
|
requirement: &id002 !ruby/object:Gem::Requirement
|
43
|
-
none: false
|
44
41
|
requirements:
|
45
42
|
- - ">="
|
46
43
|
- !ruby/object:Gem::Version
|
47
|
-
hash: 47
|
48
44
|
segments:
|
49
45
|
- 0
|
50
46
|
- 14
|
@@ -56,11 +52,9 @@ dependencies:
|
|
56
52
|
name: mocha
|
57
53
|
prerelease: false
|
58
54
|
requirement: &id003 !ruby/object:Gem::Requirement
|
59
|
-
none: false
|
60
55
|
requirements:
|
61
56
|
- - ">="
|
62
57
|
- !ruby/object:Gem::Version
|
63
|
-
hash: 43
|
64
58
|
segments:
|
65
59
|
- 0
|
66
60
|
- 9
|
@@ -109,7 +103,6 @@ files:
|
|
109
103
|
- test/order_test.rb
|
110
104
|
- test/shopify_api_test.rb
|
111
105
|
- test/test_helper.rb
|
112
|
-
- bin/shopify
|
113
106
|
has_rdoc: true
|
114
107
|
homepage: http://github.com/Shopify/shopify_api
|
115
108
|
licenses: []
|
@@ -120,27 +113,23 @@ rdoc_options:
|
|
120
113
|
require_paths:
|
121
114
|
- lib
|
122
115
|
required_ruby_version: !ruby/object:Gem::Requirement
|
123
|
-
none: false
|
124
116
|
requirements:
|
125
117
|
- - ">="
|
126
118
|
- !ruby/object:Gem::Version
|
127
|
-
hash: 3
|
128
119
|
segments:
|
129
120
|
- 0
|
130
121
|
version: "0"
|
131
122
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
132
|
-
none: false
|
133
123
|
requirements:
|
134
124
|
- - ">="
|
135
125
|
- !ruby/object:Gem::Version
|
136
|
-
hash: 3
|
137
126
|
segments:
|
138
127
|
- 0
|
139
128
|
version: "0"
|
140
129
|
requirements: []
|
141
130
|
|
142
131
|
rubyforge_project: shopify-api
|
143
|
-
rubygems_version: 1.3.
|
132
|
+
rubygems_version: 1.3.6
|
144
133
|
signing_key:
|
145
134
|
specification_version: 3
|
146
135
|
summary: ShopifyAPI is a lightweight gem for accessing the Shopify admin REST web services
|