facebooker2 0.0.14 → 0.0.15

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/facebooker2.rb +0 -1
  2. metadata +3 -3
@@ -27,7 +27,6 @@ module Facebooker2
27
27
  self.secret = hash[:secret]
28
28
  self.app_id = hash[:app_id]
29
29
  self.cookie_prefix = 'fbsr_' unless hash[:oauth2].blank?
30
- self.oauth2 = hash[:oauth2].blank? ? false : true
31
30
  end
32
31
 
33
32
  def self.load_facebooker_yaml
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 14
9
- version: 0.0.14
8
+ - 15
9
+ version: 0.0.15
10
10
  platform: ruby
11
11
  authors:
12
12
  - Mike Mangino
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-12-01 00:00:00 -05:00
17
+ date: 2011-12-12 00:00:00 -05:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency