bizratr 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source "http://rubygems.org"
2
+
3
+ # Specify your gem's dependencies in bandit.gemspec
4
+ gemspec
data/Gemfile.lock ADDED
@@ -0,0 +1,44 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ bizratr (0.0.1)
5
+ foursquare2
6
+ geocoder
7
+ google_places
8
+ google_places
9
+ levenshtein
10
+ yelpster
11
+
12
+ GEM
13
+ remote: http://rubygems.org/
14
+ specs:
15
+ faraday (0.8.4)
16
+ multipart-post (~> 1.1)
17
+ faraday_middleware (0.8.8)
18
+ faraday (>= 0.7.4, < 0.9)
19
+ foursquare2 (1.8.2)
20
+ faraday (~> 0.8)
21
+ faraday_middleware (>= 0.8)
22
+ hashie (~> 1.0)
23
+ geocoder (1.1.3)
24
+ google_places (0.1.1)
25
+ httparty
26
+ hashie (1.2.0)
27
+ httparty (0.9.0)
28
+ multi_json (~> 1.0)
29
+ multi_xml
30
+ json (1.7.5)
31
+ levenshtein (0.2.2)
32
+ multi_json (1.3.6)
33
+ multi_xml (0.5.1)
34
+ multipart-post (1.1.5)
35
+ oauth (0.4.7)
36
+ yelpster (1.1.1)
37
+ json (>= 1.1.1)
38
+ oauth (>= 0.4.5)
39
+
40
+ PLATFORMS
41
+ ruby
42
+
43
+ DEPENDENCIES
44
+ bizratr!