fbauth 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.
Files changed (2) hide show
  1. metadata +3 -3
  2. /data/{init.rb → rails/init.rb} +0 -0
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 9
8
- - 1
9
- version: 0.9.1
8
+ - 2
9
+ version: 0.9.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Three Wise Men Inc.
@@ -31,7 +31,7 @@ files:
31
31
  - lib/facebook_config.rb
32
32
  - lib/facebook_graph.rb
33
33
  - lib/fbauth.rb
34
- - init.rb
34
+ - rails/init.rb
35
35
  - README.mdown
36
36
  has_rdoc: true
37
37
  homepage: http://github.com/ThreeWiseMen/fbauth
File without changes