prologue 0.3.9 → 0.3.10
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/Gemfile.lock +1 -1
- data/lib/prologue/version.rb +1 -1
- data/templates/admin/layout.rb +1 -0
- data/templates/admin/users.rb +3 -0
- data/templates/home_controller.rb +1 -0
- metadata +3 -3
data/Gemfile.lock
CHANGED
data/lib/prologue/version.rb
CHANGED
data/templates/admin/layout.rb
CHANGED
data/templates/admin/users.rb
CHANGED
|
@@ -92,18 +92,21 @@ create_file 'app/views/admin/users/_form.html.haml' do
|
|
|
92
92
|
FILE
|
|
93
93
|
end
|
|
94
94
|
|
|
95
|
+
remove_file 'app/views/admin/users/edit.html.haml'
|
|
95
96
|
create_file 'app/views/admin/users/edit.html.haml' do
|
|
96
97
|
<<-'FILE'
|
|
97
98
|
= render :partial => "form"
|
|
98
99
|
FILE
|
|
99
100
|
end
|
|
100
101
|
|
|
102
|
+
remove_file 'app/views/admin/users/new.html.haml'
|
|
101
103
|
create_file 'app/views/admin/users/new.html.haml' do
|
|
102
104
|
<<-'FILE'
|
|
103
105
|
= render :partial => "form"
|
|
104
106
|
FILE
|
|
105
107
|
end
|
|
106
108
|
|
|
109
|
+
remove_file 'app/views/admin/users/index.html.haml'
|
|
107
110
|
create_file 'app/views/admin/users/index.html.haml' do
|
|
108
111
|
<<-FILE
|
|
109
112
|
- if !@users.blank?
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 3
|
|
8
|
-
-
|
|
9
|
-
version: 0.3.
|
|
8
|
+
- 10
|
|
9
|
+
version: 0.3.10
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Quick Left
|
|
@@ -184,6 +184,6 @@ rubyforge_project: prologue
|
|
|
184
184
|
rubygems_version: 1.3.7
|
|
185
185
|
signing_key:
|
|
186
186
|
specification_version: 3
|
|
187
|
-
summary: prologue-0.3.
|
|
187
|
+
summary: prologue-0.3.10
|
|
188
188
|
test_files: []
|
|
189
189
|
|