bootstrap_form_builder_new 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -156,6 +156,10 @@ module BootstrapFormBuilder
156
156
  control_group(*args) { super }
157
157
  end
158
158
 
159
+ def text_area(*args)
160
+ control_group(*args) { super }
161
+ end
162
+
159
163
  def actions()
160
164
  @template.content_tag(:div, class: 'form-actions') do
161
165
  yield
@@ -1,3 +1,3 @@
1
1
  module BootstrapFormBuilder
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap_form_builder_new
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-24 00:00:00.000000000 Z
12
+ date: 2012-12-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -85,18 +85,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
85
85
  - - ! '>='
86
86
  - !ruby/object:Gem::Version
87
87
  version: '0'
88
- segments:
89
- - 0
90
- hash: 608427743801919577
91
88
  required_rubygems_version: !ruby/object:Gem::Requirement
92
89
  none: false
93
90
  requirements:
94
91
  - - ! '>='
95
92
  - !ruby/object:Gem::Version
96
93
  version: '0'
97
- segments:
98
- - 0
99
- hash: 608427743801919577
100
94
  requirements: []
101
95
  rubyforge_project:
102
96
  rubygems_version: 1.8.24