galakei 0.6.4 → 0.6.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ module Galakei::SessionIdParameter::InForm
5
5
  def extra_tags_for_form(html_options)
6
6
  return super unless html_options["method"] == :get
7
7
  session_id = extract_session_id!(html_options["action"])
8
- session_id.blank? ? super : super << session_input_tag(session_id)
8
+ session_id.blank? ? super : (super + session_input_tag(session_id)).html_safe
9
9
  end
10
10
 
11
11
  def button_to(name, options = {}, html_options = {})
@@ -1,3 +1,3 @@
1
1
  module Galakei
2
- VERSION = "0.6.4"
2
+ VERSION = "0.6.5"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: galakei
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.6.4
5
+ version: 0.6.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Paul McMahon
@@ -12,7 +12,7 @@ autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
14
 
15
- date: 2011-04-21 00:00:00 +09:00
15
+ date: 2011-04-27 00:00:00 +09:00
16
16
  default_executable:
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency