capistrano-hostmenu 0.1.2 → 0.1.3

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: de028c4a3bb191e202915c2a5402e6e3bf476f1f
4
- data.tar.gz: 54ad7b085fc7127e3a93b0d5d4bbb03549f6a35f
3
+ metadata.gz: e61e228388284a1c25fc8bad337517ad352605ba
4
+ data.tar.gz: 9218065db179cde6a25821c06e27630f208523a9
5
5
  SHA512:
6
- metadata.gz: e64f32ea72769ea24474a2bd8a47e2e9a038d236b56b8ac258bdf9241b00e2e861ca08b25318bdd4528a0a5a36ce3c3a9cd01d24dd4c4dc22693879e875eaba0
7
- data.tar.gz: 2f4c37425648697cf503f55bac362edb042494836ebb9c00581a1dfe9714daa20dcae956e67e566b882fdcc604b09c375dad6e5f8d77b98850ae9111a021a901
6
+ metadata.gz: b1bf987f68018ffe59ef021d3cb176e80814bb72ea82063e2aebbda6f7b4eef7d7ac568f10555a1162b47bb4dcfcbe95f6e716b38f0fc9b30275d30dd35af563
7
+ data.tar.gz: 05820a0783ac9c81d009c3f2e5682829cf84b76c131ea852fc33dd972cf8974c5b064128c8378522a0d3ca39f14d11283fd8721c8570134fe2eb6394d5a59c47
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- capistrano-hostmenu (0.1.2)
4
+ capistrano-hostmenu (0.1.3)
5
5
  capistrano (>= 3.0.0)
6
6
  colored (> 0)
7
7
 
@@ -1,3 +1,5 @@
1
+ require 'colored'
2
+
1
3
  module Capistrano
2
4
 
3
5
  class Hostmenu
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-hostmenu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - qhwa