capistrano-robo 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f9e6b8953e4aa2d7ad37cafb0e06d650f99917b8
4
- data.tar.gz: 8b48d15195c519984fc4aecf44ffe025ce06a283
3
+ metadata.gz: 3f18c27c135a4df4c18891f4ca1a7a9df226e967
4
+ data.tar.gz: 1d5952e0f0f2b7dee3097d8058dfbff8e8eb2bb1
5
5
  SHA512:
6
- metadata.gz: 24c72082d8c4f1879e8cccb0782ecd0d5a6e311d74bef3609500c279ddda90cc65835f66d4769664f8297ab6b9b055e70991ba9e6d50add7a65793ff9089b8d9
7
- data.tar.gz: 46e6dbdb0d6084716fd60889acb315a8b4280f55c067c8c0ba8d9132ec87ebef50ab2e397a02a6c4148fe17cdb67093533150e65df2005a372cb3d98353107c1
6
+ metadata.gz: c77266b4589b11d90a243f04a30a96a1527e65cbf1445e388443a1f4ba675b4ced37d3364367637fae1940635ef55be652885fc7df94d1a71bec4f206eea0424
7
+ data.tar.gz: 13d6341446bdb39924ae0d40013e1b62fba5404b0d68b0455bdc4c0d6f39b75324f0617de8c37c8752f1685b09769dc60bee56095d7e937e47e1e036744839dd
@@ -16,13 +16,11 @@ task :robo, :task_name do |t, args|
16
16
  options = [fetch(:robo_flags)]
17
17
  options << args[:task_name]
18
18
 
19
- execute :robo, options
19
+ execute fetch(:robo_exec), options
20
20
  end
21
21
  end
22
22
  end
23
23
 
24
- SSHKit.config.command_map[:robo] = proc {fetch(:robo_exec)}
25
-
26
24
  namespace :robo do
27
25
  task default: :robo
28
26
  end
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Robo
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-robo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eduardo Sampaio