splendeo-lightbox2_helpers 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -38,12 +38,12 @@ module Lightbox2Helpers::FormHelpers
38
38
  end
39
39
 
40
40
  if options[:group]
41
- html_options.merge {:rel => "lightbox[#{options[:group]}]"}
41
+ html_options.merge!( {:rel => "lightbox[#{options[:group]}]"} )
42
42
  else
43
- html_options.merge {:rel => "lightbox"}
43
+ html_options.merge!( {:rel => "lightbox"} )
44
44
  end
45
45
 
46
- html_options.merge {:title => options[:title]} if options[:title]
46
+ html_options.merge!( {:title => options[:title]} ) if options[:title]
47
47
 
48
48
  if block_given?
49
49
  return concat(link_to(capture(&block), options, html_options))
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: splendeo-lightbox2_helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Enrique Garcia Cota (egarcia)