unittk-nifty-generators 0.1.7.1 → 0.1.7.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = %q{nifty-generators}
6
- s.version = "0.1.7.1"
6
+ s.version = "0.1.7.2"
7
7
 
8
8
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
9
9
  s.authors = ["Ryan Bates", "Kenneth Unitt"]
@@ -3,7 +3,7 @@
3
3
  <%- for attribute in attributes -%>
4
4
  %p
5
5
  %strong <%= attribute.column.human_name.titleize %>:
6
- =& @<%= singular_name %>.<%= attribute.name %>
6
+ &= @<%= singular_name %>.<%= attribute.name %>
7
7
  <%- end -%>
8
8
 
9
9
  %p
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unittk-nifty-generators
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7.1
4
+ version: 0.1.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Bates