jeffleeismyhero-shoulda_generator 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 3
4
- :patch: 0
4
+ :patch: 1
@@ -103,8 +103,6 @@ class ShouldaScaffoldGenerator < Rails::Generator::NamedBase
103
103
  m.directory(File.join('test/functional', controller_class_path))
104
104
  m.directory(File.join('test/unit', class_path))
105
105
 
106
- m.directory('public/stylesheets/blueprint')
107
-
108
106
  for view in scaffold_views
109
107
  m.template(
110
108
  "#{templating}/#{view}.html.#{templating}",
@@ -1,5 +1,5 @@
1
1
  <div class="inline-actions">
2
- <%= link_to 'Show', @<%= singular_name %> %>
2
+ <%%= link_to 'Show', @<%= singular_name %> %>
3
3
  |
4
4
  <%%= link_to 'Back', <%= plural_name %>_path %>
5
5
  </div>
@@ -2,9 +2,6 @@
2
2
  <html>
3
3
  <head>
4
4
  <title><%%= "#{controller.controller_name}: #{controller.action_name}" %></title>
5
- <%%= stylesheet_link_tag 'blueprint/screen', :media => 'screen' %>
6
- <%%= stylesheet_link_tag 'blueprint/print', :media => 'print' %>
7
- <%%= "<!--[if IE]>#{stylesheet_link_tag 'blueprint/ie', :media => 'screen'}<![endif]-->" %>
8
5
  </head>
9
6
  <body>
10
7
  <div class="container">
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jeffleeismyhero-shoulda_generator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Nichols