headstart 0.5.4 → 0.5.5

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.4
1
+ 0.5.5
@@ -9,7 +9,6 @@ class HeadstartGenerator < Rails::Generator::Base
9
9
  m.directory File.join("config", "initializers")
10
10
  m.file "headstart.rb", "config/initializers/headstart.rb"
11
11
  m.file "headstart.yml", "config/headstart.yml"
12
- m.file "assets.yml", "config/assets.yml"
13
12
 
14
13
  m.directory File.join("app", "views", "layouts")
15
14
  m.directory File.join("app", "views", "sessions")
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: headstart
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 4
10
- version: 0.5.4
9
+ - 5
10
+ version: 0.5.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Bran Burridge
@@ -126,7 +126,6 @@ files:
126
126
  - generators/headstart/templates/app/views/sessions/index.html.erb
127
127
  - generators/headstart/templates/application.html.erb
128
128
  - generators/headstart/templates/application_edit.png
129
- - generators/headstart/templates/assets.yml
130
129
  - generators/headstart/templates/delete.png
131
130
  - generators/headstart/templates/factories.rb
132
131
  - generators/headstart/templates/headstart.rb
@@ -1,14 +0,0 @@
1
- embed_assets: off
2
-
3
- javascripts:
4
- workspace:
5
- - public/javascripts/application.js
6
- - public/javascripts/modernizr-1.5.min.js
7
-
8
- stylesheets:
9
- workspace:
10
- - public/stylesheets/layout.css
11
- - public/stylesheets/report.css
12
- - public/stylesheets/reset.css
13
- - public/stylesheets/style.css
14
- - public/stylesheets/text.css