yelp 2.0.3 → 2.0.4
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 +4 -4
- data/lib/yelp/version.rb +1 -1
- data/yelp.gemspec +1 -1
- metadata +9 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0fc270d059e44398f9b065a8aa0fb47de7ddba13
|
|
4
|
+
data.tar.gz: 8ee3396c67d1f7eeb5f0a7758f8caaab4e748510
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 096b0d470f94f7ca9233bedf3b32d38a0c23a1df36511ed23bf60d5bd86c0676d3ae0c326902d2684c92159c62ad387f1fca44a3992c98e8a7677ac2068305e4
|
|
7
|
+
data.tar.gz: 32d9ef5ce84900b5cd3bc4f61ed8d2a638cc9a28950f5aa3cdda860642d62ca1be7fd9a6621d7ab5141ae32cc1a034486d7ee17133df7df2fafd4f739458291f
|
data/lib/yelp/version.rb
CHANGED
data/yelp.gemspec
CHANGED
|
@@ -31,5 +31,5 @@ Gem::Specification.new do |spec|
|
|
|
31
31
|
|
|
32
32
|
spec.add_runtime_dependency 'faraday', '~> 0.8', '>= 0.8.0'
|
|
33
33
|
spec.add_runtime_dependency 'faraday_middleware', '~> 0.8', '>= 0.8.0'
|
|
34
|
-
spec.add_runtime_dependency 'simple_oauth', '~> 0.2', '>= 0.2.0'
|
|
34
|
+
spec.add_runtime_dependency 'simple_oauth', '~> 0.2', '>= 0.2.0', '< 0.3.0'
|
|
35
35
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yelp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tomer Elmalem
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2014-
|
|
13
|
+
date: 2014-10-16 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: bundler
|
|
@@ -198,6 +198,9 @@ dependencies:
|
|
|
198
198
|
- - ">="
|
|
199
199
|
- !ruby/object:Gem::Version
|
|
200
200
|
version: 0.2.0
|
|
201
|
+
- - "<"
|
|
202
|
+
- !ruby/object:Gem::Version
|
|
203
|
+
version: 0.3.0
|
|
201
204
|
type: :runtime
|
|
202
205
|
prerelease: false
|
|
203
206
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -208,6 +211,9 @@ dependencies:
|
|
|
208
211
|
- - ">="
|
|
209
212
|
- !ruby/object:Gem::Version
|
|
210
213
|
version: 0.2.0
|
|
214
|
+
- - "<"
|
|
215
|
+
- !ruby/object:Gem::Version
|
|
216
|
+
version: 0.3.0
|
|
211
217
|
description: Provides easy way to interact with the Yelp API in any kind of application
|
|
212
218
|
email:
|
|
213
219
|
- telmalem@gmail.com
|
|
@@ -285,3 +291,4 @@ test_files:
|
|
|
285
291
|
- spec/yelp/endpoint/search_spec.rb
|
|
286
292
|
- spec/yelp/error_spec.rb
|
|
287
293
|
- spec/yelp/yelp_spec.rb
|
|
294
|
+
has_rdoc:
|