PeterCoulton-rotten-generators 0.0.3 → 0.0.4

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.3
1
+ 0.0.4
@@ -21,7 +21,7 @@ class RottenLayoutGenerator < Rails::Generator::Base
21
21
  m.file "sass/print.sass", "app/stylesheets/public/print.sass"
22
22
  m.file "sass/ie.sass", "app/stylesheets/public/ie.sass"
23
23
 
24
- m.file "sass/color.sass", "app/stylesheets/sass/color.sass"
24
+ m.file "sass/colour.sass", "app/stylesheets/sass/colour.sass"
25
25
  m.file "sass/form.sass", "app/stylesheets/sass/form.sass"
26
26
  m.file "sass/layout.sass", "app/stylesheets/sass/layout.sass"
27
27
  m.file "sass/reset.sass", "app/stylesheets/sass/reset.sass"
@@ -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.3"
5
+ s.version = "0.0.4"
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.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Coulton