capistrano-technogate 0.1.0 → 0.1.1
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.
|
@@ -38,4 +38,8 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
|
38
38
|
after "deploy:finalize_update", "rails:install_configuration_files"
|
|
39
39
|
after "rails:install_configuration_files", "rails:install_rvmrc_file"
|
|
40
40
|
after "deploy:restart", "rails:fix_permissions"
|
|
41
|
+
|
|
42
|
+
# Capistrano is broken
|
|
43
|
+
# See: https://github.com/capistrano/capistrano/issues/81
|
|
44
|
+
before "deploy:assets:precompile", "bundle:install"
|
|
41
45
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano-technogate
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -14,7 +14,7 @@ default_executable:
|
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: capistrano
|
|
17
|
-
requirement: &
|
|
17
|
+
requirement: &2156710520 !ruby/object:Gem::Requirement
|
|
18
18
|
none: false
|
|
19
19
|
requirements:
|
|
20
20
|
- - ! '>='
|
|
@@ -22,7 +22,7 @@ dependencies:
|
|
|
22
22
|
version: 1.0.0
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
|
-
version_requirements: *
|
|
25
|
+
version_requirements: *2156710520
|
|
26
26
|
description: This gem provides some receipts for helping me in my every-day development
|
|
27
27
|
email:
|
|
28
28
|
- wael.nasreddine@gmail.com
|