gitrubydeploy 0.0.9 → 0.0.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.
- checksums.yaml +4 -4
- data/lib/generators/git_ruby_deploy/install_generator.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 52fbbc22a6c373460c3182c893e549d3c12ffb7d
|
4
|
+
data.tar.gz: 22c0fb0f8fe0a497401665ced76619aba4d83c03
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 68fa0e40ebba520a9befea99465c464824428f3ecdb790a192d3d9d6d3e438afc362cc06cf2a888acfb04797aa3a0035486e74ab9396266be6e9549452e508d3
|
7
|
+
data.tar.gz: 31686139a5747dd386a149c9ee553397966ec0514102f78910254b52e7773c5a87e94ad15187781b029a1cc4a33e34adbf0e7a1d456e70f614964330e9beabe3
|
@@ -2,7 +2,7 @@ require 'rails/generators'
|
|
2
2
|
module GitRubyDeploy
|
3
3
|
module Generators
|
4
4
|
class InstallGenerator < Rails::Generators::Base
|
5
|
-
source_root File.expand_path('templates', __FILE__)
|
5
|
+
source_root File.expand_path('../templates', __FILE__)
|
6
6
|
desc "Generate controllers"
|
7
7
|
|
8
8
|
# Commandline options can be defined here using Thor-like options:
|