fbauth 0.9.0 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/fbauth.rb +3 -0
  2. metadata +3 -2
data/lib/fbauth.rb ADDED
@@ -0,0 +1,3 @@
1
+ require 'facebook_auth.rb'
2
+ require 'facebook_config.rb'
3
+ require 'facebook_graph.rb'
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 9
8
- - 0
9
- version: 0.9.0
8
+ - 1
9
+ version: 0.9.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Three Wise Men Inc.
@@ -30,6 +30,7 @@ files:
30
30
  - lib/facebook_auth.rb
31
31
  - lib/facebook_config.rb
32
32
  - lib/facebook_graph.rb
33
+ - lib/fbauth.rb
33
34
  - init.rb
34
35
  - README.mdown
35
36
  has_rdoc: true