buddy 2.1.0 → 2.1.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.
@@ -42,11 +42,11 @@ module Buddy
42
42
  end
43
43
 
44
44
  def new_facebook_session
45
- Buddy::Session.create(Buddy.current_config['app_id'], Buddy.current_config['secret'])
45
+ Buddy::Session::User.create(Buddy.config['app_id'], Buddy.config['secret'])
46
46
  end
47
47
 
48
48
  def set_facebook_session
49
- Session.current = facebook_session
49
+ Buddy::Session::User.current = facebook_session
50
50
  return facebook_session.secured?
51
51
  end
52
52
 
data/lib/buddy/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Buddy
2
- VERSION = "2.1.0"
2
+ VERSION = "2.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: buddy
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: