create 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/create.gemspec +1 -1
  2. data/lib/create.rb +2 -2
  3. metadata +1 -1
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |gem|
2
2
  gem.name = 'create'
3
- gem.version = '0.1.2'
3
+ gem.version = '0.1.3'
4
4
  gem.date = '2011-07-05'
5
5
 
6
6
  gem.description = 'Sinatra directory structure and code generator.'
@@ -72,8 +72,8 @@ File.open "#{app_name}.rb", 'w' do |f|
72
72
  end
73
73
  if @sass || @scss
74
74
  f << "get '/stylesheets/application.css' do\n"
75
- f << " sass :stylesheet, :style => :expanded\n" if @sass
76
- f << " scss :stylesheet, :style => :expanded\n" if @scss
75
+ f << " sass :application, :style => :expanded\n" if @sass
76
+ f << " scss :application, :style => :expanded\n" if @scss
77
77
  f << "end\n"
78
78
  f << "\n"
79
79
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: create
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: