headstart 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -15,6 +15,7 @@ class HeadstartAdminGenerator < Rails::Generator::Base
|
|
15
15
|
"app/views/admin/users/index.html.erb",
|
16
16
|
"app/views/admin/users/new.html.erb",
|
17
17
|
"app/views/admin/admin/index.html.erb",
|
18
|
+
"app/views/admin/_admin_header.html.erb",
|
18
19
|
"app/views/admin/users/show.html.erb"].each do |file|
|
19
20
|
m.file file, file
|
20
21
|
end
|
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:
|
4
|
+
hash: 13
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 4
|
9
|
-
-
|
10
|
-
version: 0.4.
|
9
|
+
- 1
|
10
|
+
version: 0.4.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Bran Burridge
|