rfacebook 0.8.0 → 0.8.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.
@@ -2,6 +2,8 @@
2
2
  require "rfacebook_on_rails/controller_extensions"
3
3
  module RFacebook
4
4
  module RailsControllerExtensions
5
- include RFacebook::Rails::ControllerExtensions
5
+ def self.included(base)
6
+ base.send(:include, RFacebook::Rails::ControllerExtensions)
7
+ end
6
8
  end
7
9
  end
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.9.1
2
+ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: rfacebook
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.8.0
7
- date: 2007-08-05 00:00:00 -07:00
8
- summary: A Ruby interface to the Facebook API v1.0+. Supports the new features from F8.
6
+ version: 0.8.1
7
+ date: 2007-08-06 00:00:00 -07:00
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:
10
10
  - lib
11
11
  email: matt@livelearncode.com