appmake 0.0.19 → 0.0.20

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 (2) hide show
  1. data/lib/appmake.rb +3 -3
  2. metadata +1 -1
data/lib/appmake.rb CHANGED
@@ -335,12 +335,12 @@ APP_TPL_JS = <<'EOS'
335
335
  }())
336
336
  EOS
337
337
 
338
- WELCOME_HTML = << 'EOS'
338
+ WELCOME_HTML = <<'EOS'
339
339
  <h1>{{= it.title }}</h1>
340
340
  <p>{{= it.description }}</p>
341
341
  EOS
342
342
 
343
- APP_SCSS = << 'EOS'
343
+ APP_SCSS = <<'EOS'
344
344
  @import "body";
345
345
 
346
346
  body {
@@ -349,7 +349,7 @@ body {
349
349
  }
350
350
  EOS
351
351
 
352
- BODY_SCSS = << 'EOS'
352
+ BODY_SCSS = <<'EOS'
353
353
  $bodyColor: #A47;
354
354
  $bodyBackgroundColor: #BCF;
355
355
  EOS
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.19
4
+ version: 0.0.20
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: