PeterCoulton-rotten-generators 0.0.1 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.3
@@ -8,6 +8,7 @@ class RottenLayoutGenerator < Rails::Generator::Base
8
8
  def manifest
9
9
  record do |m|
10
10
  m.directory 'app/views/layouts'
11
+ m.directory 'app/views/shared'
11
12
  m.directory 'app/stylesheets/public'
12
13
  m.directory 'app/stylesheets/sass'
13
14
  m.directory 'app/helpers'
@@ -16,15 +17,15 @@ class RottenLayoutGenerator < Rails::Generator::Base
16
17
  m.template "layout.html.haml", "app/views/layouts/application.html.haml"
17
18
  m.file "shared_analytics.html.haml", "app/views/shared/_analytics.html.haml"
18
19
 
19
- m.file "sass/screen.sass", "public/stylesheets/public/screen.sass"
20
- m.file "sass/print.sass", "public/stylesheets/public/print.sass"
21
- m.file "sass/ie.sass", "public/stylesheets/public/ie.sass"
20
+ m.file "sass/screen.sass", "app/stylesheets/public/screen.sass"
21
+ m.file "sass/print.sass", "app/stylesheets/public/print.sass"
22
+ m.file "sass/ie.sass", "app/stylesheets/public/ie.sass"
22
23
 
23
- m.file "sass/color.sass", "public/stylesheets/sass/color.sass"
24
- m.file "sass/form.sass", "public/stylesheets/sass/form.sass"
25
- m.file "sass/layout.sass", "public/stylesheets/sass/layout.sass"
26
- m.file "sass/reset.sass", "public/stylesheets/sass/reset.sass"
27
- m.file "sass/type.sass", "public/stylesheets/sass/type.sass"
24
+ m.file "sass/color.sass", "app/stylesheets/sass/color.sass"
25
+ m.file "sass/form.sass", "app/stylesheets/sass/form.sass"
26
+ m.file "sass/layout.sass", "app/stylesheets/sass/layout.sass"
27
+ m.file "sass/reset.sass", "app/stylesheets/sass/reset.sass"
28
+ m.file "sass/type.sass", "app/stylesheets/sass/type.sass"
28
29
 
29
30
  m.file "helper.rb", "app/helpers/layout_helper.rb"
30
31
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{rotten-generators}
5
- s.version = "0.0.1"
5
+ s.version = "0.0.3"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Peter Coulton"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: PeterCoulton-rotten-generators
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Coulton