stefanpenner-shoulda_generator 0.2.1 → 0.2.2

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
- patch: 0
2
+ patch: 2
3
3
  major: 0
4
4
  minor: 2
@@ -1,5 +1,5 @@
1
1
  <% for attribute in attributes -%>
2
- .text_field
3
- = form.label :<%= attribute.name %>
4
- = form.<%= attribute.field_type %> :<%= attribute.name %>
2
+ .text_field
3
+ = form.label :<%= attribute.name %>
4
+ = form.<%= attribute.field_type %> :<%= attribute.name %>
5
5
  <% end -%>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stefanpenner-shoulda_generator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Nichols