unittk-nifty-generators 0.1.7 → 0.1.7.1

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"
6
+ s.version = "0.1.7.1"
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"]
@@ -8,7 +8,7 @@
8
8
  - for <%= singular_name %> in @<%= plural_name %>
9
9
  %tr
10
10
  <%- for attribute in attributes -%>
11
- %td=& <%= singular_name %>.<%= attribute.name %>
11
+ %td&= <%= singular_name %>.<%= attribute.name %>
12
12
  <%- end -%>
13
13
  <%- if action? :show -%>
14
14
  %td= link_to 'Show', <%= singular_name %>
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
4
+ version: 0.1.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Bates