meskyanichi-generators 0.4.2 → 0.4.3
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/CHANGELOG +6 -0
- data/VERSION.yml +1 -1
- data/generators/capistrano_template/templates/deploy.rb +2 -1
- data/generators.gemspec +1 -1
- metadata +1 -1
data/CHANGELOG
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
Meskyanichi - Generators |0.4.3|
|
|
2
|
+
-----------------------------------------------------------
|
|
3
|
+
|
|
4
|
+
- Fixed the bug where the system would not CHMOD the javascripts and stylesheets directories
|
|
5
|
+
|
|
6
|
+
|
|
1
7
|
Meskyanichi - Generators |0.4.1|
|
|
2
8
|
-----------------------------------------------------------
|
|
3
9
|
|
data/VERSION.yml
CHANGED
|
@@ -96,4 +96,5 @@ after 'deploy:setup', 'deploy:setup_shared_folder'
|
|
|
96
96
|
after 'deploy:setup', 'deploy:sync_database_config_file'
|
|
97
97
|
|
|
98
98
|
# Tasks that run directly after deployment
|
|
99
|
-
after 'deploy:update_code', 'deploy:setup_symlinks'
|
|
99
|
+
after 'deploy:update_code', 'deploy:setup_symlinks'
|
|
100
|
+
after 'deploy:update_code', 'deploy:make_js_and_css_writable'
|
data/generators.gemspec
CHANGED