john-mayer 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +7 -1
- data/lib/foursquare.rb +1 -0
- data/lib/foursquare/base.rb +4 -0
- metadata +3 -3
data/README.md
CHANGED
@@ -26,4 +26,10 @@ If you want to see what's going on up in there, you can set `Foursquare.verbose`
|
|
26
26
|
|
27
27
|
Foursquare.verbose = true
|
28
28
|
|
29
|
-
Right now it'll log to `STDOUT`. Maybe I'll add nicer logging later. If you're lucky.
|
29
|
+
Right now it'll log to `STDOUT`. Maybe I'll add nicer logging later. If you're lucky.
|
30
|
+
|
31
|
+
## TODO
|
32
|
+
|
33
|
+
* Creating checkins works, but it should really return notifications. Also, if the
|
34
|
+
checkin can't be created, it should return errors.
|
35
|
+
* I don't know, so much other stuff.
|
data/lib/foursquare.rb
CHANGED
data/lib/foursquare/base.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: 25
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 1
|
10
|
+
version: 0.1.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Pat Nakajima
|