shopify_unlimited 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/shopify_unlimited/version.rb +1 -1
- data/shopify_unlimited.gemspec +2 -2
- metadata +5 -6
data/shopify_unlimited.gemspec
CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.version = ShopifyUnlimited::VERSION
|
9
9
|
spec.authors = ["Michael Johnston"]
|
10
10
|
spec.email = ["lastobelus@mac.com"]
|
11
|
-
spec.description = %q{use limit: false in api requests
|
12
|
-
spec.summary = %q{use limit: false in api requests
|
11
|
+
spec.description = %q{allow use of limit: false in api requests}
|
12
|
+
spec.summary = %q{allow use of limit: false in api requests}
|
13
13
|
spec.homepage = ""
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
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.
|
4
|
+
version: 0.0.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -123,8 +123,7 @@ dependencies:
|
|
123
123
|
- - ! '>='
|
124
124
|
- !ruby/object:Gem::Version
|
125
125
|
version: '0'
|
126
|
-
description: ! 'use limit: false in api requests
|
127
|
-
to reset'
|
126
|
+
description: ! 'allow use of limit: false in api requests'
|
128
127
|
email:
|
129
128
|
- lastobelus@mac.com
|
130
129
|
executables: []
|
@@ -157,7 +156,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
157
156
|
version: '0'
|
158
157
|
segments:
|
159
158
|
- 0
|
160
|
-
hash:
|
159
|
+
hash: 739836980305257526
|
161
160
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
162
161
|
none: false
|
163
162
|
requirements:
|
@@ -166,12 +165,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
166
165
|
version: '0'
|
167
166
|
segments:
|
168
167
|
- 0
|
169
|
-
hash:
|
168
|
+
hash: 739836980305257526
|
170
169
|
requirements: []
|
171
170
|
rubyforge_project:
|
172
171
|
rubygems_version: 1.8.25
|
173
172
|
signing_key:
|
174
173
|
specification_version: 3
|
175
|
-
summary: ! 'use limit: false in api requests
|
174
|
+
summary: ! 'allow use of limit: false in api requests'
|
176
175
|
test_files:
|
177
176
|
- spec/spec_helper.rb
|