rfacebook 0.8.9 → 0.9.0
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/lib/rfacebook_on_rails/plugin/init.rb +5 -1
- metadata +1 -1
@@ -120,4 +120,8 @@ RFacebook::Rails::Toolbox::patch_session_store_class(CGI::Session::ActiveRecordS
|
|
120
120
|
RFacebook::Rails::Toolbox::patch_session_store_class(CGI::Session::DRbStore)
|
121
121
|
RFacebook::Rails::Toolbox::patch_session_store_class(CGI::Session::FileStore)
|
122
122
|
RFacebook::Rails::Toolbox::patch_session_store_class(CGI::Session::MemoryStore)
|
123
|
-
|
123
|
+
begin
|
124
|
+
RFacebook::Rails::Toolbox::patch_session_store_class(CGI::Session::MemCacheStore)
|
125
|
+
rescue
|
126
|
+
# TODO: this needs to be handled better
|
127
|
+
end
|
metadata
CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.1
|
|
3
3
|
specification_version: 1
|
4
4
|
name: rfacebook
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.
|
6
|
+
version: 0.9.0
|
7
7
|
date: 2007-08-18 00:00:00 -05:00
|
8
8
|
summary: A Ruby interface to the Facebook API v1.0+ (F8 and beyond). Works with RFacebook on Rails plugin (see rfacebook.rubyforge.org).
|
9
9
|
require_paths:
|