slickplan-rooftop 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 87269584924ecfb1390d11e981044b314df7001c
|
4
|
+
data.tar.gz: f55402d3f4635af071ba0e83ce37c07265d734d0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 228c24977dfee009312354a20aa5ca3a420e9c740528051e65bfed083440463361e59f46c4cc04b3f21c8b3714c8d4aec9a358910f5a99af226f0f9e0a7ea337
|
7
|
+
data.tar.gz: 5688fb77003fc7618c723471622540810f14827c2839335df75b68ba1c78ae25ba57120b31ec28386bf6cc4df55ab5af486036cc4ac8213d828038d5541c06d8
|
@@ -49,7 +49,7 @@ namespace :slickplan do
|
|
49
49
|
|
50
50
|
puts "Generating templates in Rails"
|
51
51
|
@sitemap.templates.each do |template|
|
52
|
-
`rails g rooftop:template #{template.parameterize.underscore}`
|
52
|
+
`rails g rooftop:template #{template.name.parameterize.underscore}`
|
53
53
|
end
|
54
54
|
puts "Done."
|
55
55
|
|