capistrano_webfaction_recipes 0.0.3 → 0.0.4
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.
|
@@ -105,13 +105,9 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
|
105
105
|
|
|
106
106
|
end
|
|
107
107
|
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
task :invoke do
|
|
112
|
-
run "cd #{fetch(:current_path)}; bundle exec rake #{ENV['task']} RAILS_ENV=#{fetch(:rails_env)} RAILS_RAKE_TASK=1"
|
|
113
|
-
end
|
|
114
|
-
|
|
108
|
+
desc "Run a task on a remote server. Use it with cap rake:invoke task=task_name"
|
|
109
|
+
task :rake_invoke do
|
|
110
|
+
run "cd #{fetch(:current_path)}; bundle exec rake #{ENV['task']} RAILS_ENV=#{fetch(:rails_env)} RAILS_RAKE_TASK=1"
|
|
115
111
|
end
|
|
116
112
|
|
|
117
113
|
desc "Display local gemfile path"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano_webfaction_recipes
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -133,7 +133,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
133
133
|
version: '0'
|
|
134
134
|
segments:
|
|
135
135
|
- 0
|
|
136
|
-
hash:
|
|
136
|
+
hash: 2871315500591468788
|
|
137
137
|
requirements: []
|
|
138
138
|
rubyforge_project:
|
|
139
139
|
rubygems_version: 1.8.25
|