golf 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/lib/golf/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Golf
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
File without changes
File without changes
File without changes
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: golf
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.0
5
+ version: 0.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Micha Niskin, Alan Dipert, Julio Capote
@@ -68,6 +68,9 @@ files:
68
68
  - templates/new/components/HelloWorld/HelloWorld.html
69
69
  - templates/new/config.ru
70
70
  - templates/new/controller.js
71
+ - templates/new/plugins/mylib.js
72
+ - templates/new/scripts/00-myscript.js
73
+ - templates/new/styles/main.css
71
74
  - test/data/app_error.html
72
75
  - test/data/components.js
73
76
  - test/data/components/HelloWorld/HelloWorld.html