rpbertp13-merb_facebooker 0.0.2.5 → 0.0.2.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,7 @@ module Facebooker
9
9
  def absolute_url(*args)
10
10
  options = extract_options_from_args!(args) || {}
11
11
  options[:protocol] ||= request.protocol
12
- options[:host] = Facebooker.canvas_server_base + Facebooker.facebook_path_prefix
12
+ options[:host] ||= Facebooker.canvas_server_base + Facebooker.facebook_path_prefix
13
13
  args << options
14
14
  super(*args)
15
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rpbertp13-merb_facebooker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2.5
4
+ version: 0.0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Van Pelt
@@ -56,6 +56,7 @@ files:
56
56
  - templates/config/facebooker.yml
57
57
  has_rdoc: true
58
58
  homepage: http://merb-plugins.rubyforge.org/merb_facebooker/
59
+ licenses:
59
60
  post_install_message:
60
61
  rdoc_options: []
61
62
 
@@ -76,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
77
  requirements: []
77
78
 
78
79
  rubyforge_project:
79
- rubygems_version: 1.2.0
80
+ rubygems_version: 1.3.5
80
81
  signing_key:
81
82
  specification_version: 2
82
83
  summary: Merb plugin that makes rfacebooker work with merb...