yelp 2.0.5 → 2.0.6
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 +4 -16
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c649a05c048827a7b42822d18b146e00ca08ec8a
|
|
4
|
+
data.tar.gz: df80203b30d5c7ee4cff1b4e775d99a22e4b2742
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 312181550e78caecf377712e3a1eeb192c29de842e81ad59e8e4152db22b5a1e41d681662c8b2cea9f41ad379803f9ba0ee7ff0b03a571bfa4bd68dee7ed4339
|
|
7
|
+
data.tar.gz: 841fb134b26d17678b36f9899bdaf7d84a6bc922b09c1a35608c9183455032a3c7c797e90931974a51ad37ff0b032147d40d659538599548df9e532c1c9c17ad
|
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.
|
|
34
|
+
spec.add_runtime_dependency 'simple_oauth', '~> 0.3.1'
|
|
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.6
|
|
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: 2015-
|
|
13
|
+
date: 2015-07-09 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: bundler
|
|
@@ -194,26 +194,14 @@ dependencies:
|
|
|
194
194
|
requirements:
|
|
195
195
|
- - "~>"
|
|
196
196
|
- !ruby/object:Gem::Version
|
|
197
|
-
version:
|
|
198
|
-
- - ">="
|
|
199
|
-
- !ruby/object:Gem::Version
|
|
200
|
-
version: 0.2.0
|
|
201
|
-
- - "<"
|
|
202
|
-
- !ruby/object:Gem::Version
|
|
203
|
-
version: 0.3.0
|
|
197
|
+
version: 0.3.1
|
|
204
198
|
type: :runtime
|
|
205
199
|
prerelease: false
|
|
206
200
|
version_requirements: !ruby/object:Gem::Requirement
|
|
207
201
|
requirements:
|
|
208
202
|
- - "~>"
|
|
209
203
|
- !ruby/object:Gem::Version
|
|
210
|
-
version:
|
|
211
|
-
- - ">="
|
|
212
|
-
- !ruby/object:Gem::Version
|
|
213
|
-
version: 0.2.0
|
|
214
|
-
- - "<"
|
|
215
|
-
- !ruby/object:Gem::Version
|
|
216
|
-
version: 0.3.0
|
|
204
|
+
version: 0.3.1
|
|
217
205
|
description: Provides easy way to interact with the Yelp API in any kind of application
|
|
218
206
|
email:
|
|
219
207
|
- telmalem@gmail.com
|