selectable_attr_rails 0.3.13 → 0.3.14

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.13
1
+ 0.3.14
@@ -25,7 +25,7 @@ module SelectableAttrRails::Helpers
25
25
  :name => "#{@object_name}[#{@param_name}][]"
26
26
  }, @check_box_options, options)
27
27
  options[:checked] = 'checked' if @entry_hash[:select]
28
- @template.content_tag("input", nil, options)
28
+ @template.tag("input", options)
29
29
  end
30
30
 
31
31
  def label(text = nil, options = nil)
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{selectable_attr_rails}
8
- s.version = "0.3.13"
8
+ s.version = "0.3.14"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Takeshi Akima"]
12
- s.date = %q{2011-02-06}
12
+ s.date = %q{2011-02-07}
13
13
  s.description = %q{selectable_attr_rails makes possible to use selectable_attr in rails application}
14
14
  s.email = %q{akm2000@gmail.com}
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 13
9
- version: 0.3.13
8
+ - 14
9
+ version: 0.3.14
10
10
  platform: ruby
11
11
  authors:
12
12
  - Takeshi Akima
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-02-06 00:00:00 +09:00
17
+ date: 2011-02-07 00:00:00 +09:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -355,7 +355,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
355
355
  requirements:
356
356
  - - ">="
357
357
  - !ruby/object:Gem::Version
358
- hash: -4071698846018474655
358
+ hash: 3629518717196867583
359
359
  segments:
360
360
  - 0
361
361
  version: "0"