surveyor 0.6.3 → 0.6.4
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/generators/surveyor/extend_surveyor_generator.rb +1 -1
- data/surveyor.gemspec +1 -1
- metadata +1 -1
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.6.
|
1
|
+
0.6.4
|
@@ -3,7 +3,7 @@ class ExtendSurveyorGenerator < Rails::Generator::Base
|
|
3
3
|
record do |m|
|
4
4
|
|
5
5
|
# Copy README to your app
|
6
|
-
m.file "EXTENDING_SURVEYOR", "
|
6
|
+
m.file "EXTENDING_SURVEYOR", "surveys/EXTENDING_SURVEYOR"
|
7
7
|
|
8
8
|
# Custom layout
|
9
9
|
m.file "extensions/surveyor_custom.html.erb", "app/views/layouts/surveyor_custom.html.erb"
|
data/surveyor.gemspec
CHANGED