headstart 0.4.2 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.5.0
|
@@ -44,6 +44,9 @@ class HeadstartGenerator < Rails::Generator::Base
|
|
44
44
|
m.file "reset.css", "public/stylesheets/reset.css"
|
45
45
|
m.file "text.css", "public/stylesheets/text.css"
|
46
46
|
m.file "layout.css", "public/stylesheets/layout.css"
|
47
|
+
m.file "delete.png", "public/images/delete.png"
|
48
|
+
m.file "add.png", "public/images/add.png"
|
49
|
+
m.file "application_edit.png", "public/images/application_edit.png"
|
47
50
|
|
48
51
|
m.file "modernizr-1.5.min.js", "public/javascripts/modernizr-1.5.min.js"
|
49
52
|
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -5,9 +5,9 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
-
|
10
|
-
version: 0.
|
8
|
+
- 5
|
9
|
+
- 0
|
10
|
+
version: 0.5.0
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Bran Burridge
|
@@ -121,10 +121,13 @@ files:
|
|
121
121
|
- generators/headstart/lib/insert_commands.rb
|
122
122
|
- generators/headstart/lib/rake_commands.rb
|
123
123
|
- generators/headstart/templates/README
|
124
|
+
- generators/headstart/templates/add.png
|
124
125
|
- generators/headstart/templates/app/controllers/sessions_controller.rb
|
125
126
|
- generators/headstart/templates/app/helpers/application_helper.rb
|
126
127
|
- generators/headstart/templates/app/views/sessions/index.html.erb
|
127
128
|
- generators/headstart/templates/application.html.erb
|
129
|
+
- generators/headstart/templates/application_edit.png
|
130
|
+
- generators/headstart/templates/delete.png
|
128
131
|
- generators/headstart/templates/factories.rb
|
129
132
|
- generators/headstart/templates/headstart.rb
|
130
133
|
- generators/headstart/templates/headstart.yml
|