crapapult 0.0.1 → 0.0.2
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/README.md +3 -1
- data/Rakefile +1 -1
- data/lib/crapapult.rb +1 -1
- metadata +3 -3
data/README.md
CHANGED
data/Rakefile
CHANGED
|
@@ -10,7 +10,7 @@ Jeweler::Tasks.new do |gem|
|
|
|
10
10
|
gem.description = %Q{Yammer's Capistrano-based deploy crap.}
|
|
11
11
|
gem.email = "coda.hale@gmail.com"
|
|
12
12
|
gem.authors = ["Coda Hale"]
|
|
13
|
-
gem.version = "0.0.
|
|
13
|
+
gem.version = "0.0.2"
|
|
14
14
|
|
|
15
15
|
gem.add_runtime_dependency "json", ">= 1.2.4"
|
|
16
16
|
gem.add_runtime_dependency "capistrano", ">= 2.5.9"
|
data/lib/crapapult.rb
CHANGED
|
@@ -193,7 +193,7 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
|
193
193
|
@data[:host] = server.host
|
|
194
194
|
@hosts[server.host].call
|
|
195
195
|
$current_host = server.host
|
|
196
|
-
execute_task
|
|
196
|
+
execute_task namespaces[:execute].tasks[:parallel]
|
|
197
197
|
end
|
|
198
198
|
@data = original_data
|
|
199
199
|
end
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: crapapult
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Coda Hale
|