appmake 0.0.20 → 0.0.21

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/appmake.rb +3 -3
  2. metadata +1 -1
data/lib/appmake.rb CHANGED
@@ -19,12 +19,12 @@ class Appmake
19
19
  end
20
20
 
21
21
  puts "=> create /css/app.scss"
22
- f = File.new("/css/app.scss", "w+")
22
+ f = File.new("css/app.scss", "w+")
23
23
  f.puts(APP_SCSS)
24
24
  f.close
25
25
 
26
26
  puts "=> create /css/body.scss"
27
- f = File.new("/css/body.scss", "w+")
27
+ f = File.new("css/body.scss", "w+")
28
28
  f.puts(BODY_SCSS)
29
29
  f.close
30
30
 
@@ -39,7 +39,7 @@ class Appmake
39
39
  end
40
40
 
41
41
  puts "=> create /js/app_tpl.js"
42
- f = File.new("js/app_tpl.js")
42
+ f = File.new("js/app_tpl.js", "w+")
43
43
  f.puts(APP_TPL_JS)
44
44
  f.close
45
45
  FileUtils.touch "js/app_tpl.js"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appmake
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.20
4
+ version: 0.0.21
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: