stefanpenner-my_scaffold 1.2.1 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 1
3
- :minor: 2
4
- :patch: 1
3
+ :minor: 4
4
+ :patch: 0
@@ -1,5 +1,6 @@
1
1
  <% for attribute in attributes -%>
2
2
  .text_field
3
3
  = form.label :<%= attribute.name %>
4
+ %br
4
5
  = form.<%= attribute.field_type %> :<%= attribute.name %> , :class => 'text'
5
6
  <% end -%>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stefanpenner-my_scaffold
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefan Penner
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-02-12 00:00:00 -08:00
12
+ date: 2009-02-14 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies: []
15
15