graph-api 0.9.1 → 0.9.2

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.
data/.gitignore ADDED
@@ -0,0 +1 @@
1
+ graph-api-*.gem
@@ -1,3 +1,3 @@
1
1
  module GraphAPI
2
- VERSION = '0.9.1'
2
+ VERSION = '0.9.2'
3
3
  end
data/readme.md CHANGED
@@ -7,7 +7,7 @@ Here is how to use it.
7
7
 
8
8
  ### Add it to your Gemfile
9
9
 
10
- gem 'sprock-assets', require 'sprock_assets'
10
+ gem 'graph-api', require 'graph_api'
11
11
 
12
12
  ### Set up your Facebook Appications constants
13
13
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graph-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -51,6 +51,7 @@ executables: []
51
51
  extensions: []
52
52
  extra_rdoc_files: []
53
53
  files:
54
+ - .gitignore
54
55
  - Gemfile
55
56
  - Gemfile.lock
56
57
  - Rakefile