john-mayer 0.0.8 → 0.0.9
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +8 -0
- data/lib/foursquare.rb +2 -1
- metadata +3 -3
data/README.md
CHANGED
@@ -19,3 +19,11 @@ Find a checkin:
|
|
19
19
|
Find a venue:
|
20
20
|
|
21
21
|
foursquare.venues.find("VENUE_ID")
|
22
|
+
|
23
|
+
### Logging
|
24
|
+
|
25
|
+
If you want to see what's going on up in there, you can set `Foursquare.verbose` to `true`
|
26
|
+
|
27
|
+
Foursquare.verbose = true
|
28
|
+
|
29
|
+
Right now it'll log to `STDOUT`. Maybe I'll add nicer logging later. If you're lucky.
|
data/lib/foursquare.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: john-mayer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 13
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 9
|
10
|
+
version: 0.0.9
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Pat Nakajima
|