quimby 0.4.0 → 0.4.1

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.
Files changed (2) hide show
  1. data/README.md +6 -0
  2. metadata +3 -3
data/README.md CHANGED
@@ -4,6 +4,12 @@
4
4
 
5
5
  It's a Foursquare API wrapper. It uses objects instead of hashes, and tries to be smart about when to load things.
6
6
 
7
+ ## Installation
8
+
9
+ Install it as a gem (in your `Gemfile`)
10
+
11
+ gem "quimby", :require => 'foursquare'
12
+
7
13
  ## Usage
8
14
 
9
15
  Get a foursquare:
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quimby
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 0
10
- version: 0.4.0
9
+ - 1
10
+ version: 0.4.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Pat Nakajima