capistrano-robo 0.1.0 → 0.2.0

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: e0757ad8f06dc51b68742eaa95b745124f12d5f7
4
- data.tar.gz: 089f9e95bcd78a0901908a9adbd9fff5a8e4956e
3
+ metadata.gz: 0da4ffff37c4038b318ab6b57ec7662d5fd02ddb
4
+ data.tar.gz: 1ff09a9895ab31df8b43fdd826e8fd71f507e1ad
5
5
  SHA512:
6
- metadata.gz: dc874f7dd1aab18186ebf0c307cc18fa7e8a08ff1177a7a63ba5cb0ec25d82100f39b789bb2cc0ae8cfc84dc6d68e563a3bf9904c81a1c9b5c344b04d5c6b10b
7
- data.tar.gz: 3035a24726dc88b78977de299c61d68190010c8289c1537044406aaae3161b5aaaa288f24792fad950d0687b1d70da1c5f615496173dee5c7cfb7e23379dc232
6
+ metadata.gz: 5ef9bad9ef1e1b23a12e5940b7ac3a488840400bbc6babced8db86069adcf2a038489d98658d5cd2810b096b343a4ab2f154ff2eaf3a2844b12740c12502d1c7
7
+ data.tar.gz: c63b791bfd5a91dce90c7fa47a77d3a17bd1cf2301dfa5e63f72d8ba4dde11909b8575a8232c0cf9f81877065826f8eea49061113f305a0baa30b17b4e594685
@@ -19,6 +19,7 @@ task :robo, :task_name do |t, args|
19
19
  execute fetch(:robo_exec), fetch(:robo_flags), command, *args.extras
20
20
  end
21
21
  end
22
+ Rake::Task[:robo].reenable
22
23
  end
23
24
 
24
25
  namespace :robo do
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Robo
3
- VERSION = "0.1.0"
3
+ VERSION = "0.2.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-robo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eduardo Sampaio
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-15 00:00:00.000000000 Z
11
+ date: 2015-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano