rfacebook 0.6.2 → 0.6.3

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. data/lib/facebook_session.rb +1 -1
  2. metadata +2 -2
@@ -154,7 +154,7 @@ class FacebookSession
154
154
  end
155
155
 
156
156
  # set up params hash
157
- params = params ||= {}
157
+ params = params.dup # patch courtesy of Project Agape
158
158
  params[:method] = "facebook.#{method}"
159
159
  params[:api_key] = @api_key
160
160
  params[:v] = "1.0"
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: rfacebook
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.6.2
7
- date: 2007-06-05 00:00:00 -07:00
6
+ version: 0.6.3
7
+ date: 2007-07-03 00:00:00 -07:00
8
8
  summary: A Ruby interface to the Facebook API v1.0+. Supports the new features from F8.
9
9
  require_paths:
10
10
  - lib