capistrano-harrow 0.5.2 → 0.5.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/capistrano/harrow/banner.rb +1 -11
- data/lib/capistrano/harrow/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 88e880e5fdcdb2b22db1b013815b3d747780df18
|
4
|
+
data.tar.gz: ac861a9d30e90e599ec766de62a9cbbdd1c414d0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c9799b7b2323b4e5746626b6218f1a8eedbbd50993cfb5fdcda31a19d9fe9478851a10d4bb3dd67c57382f69f37f171a39cb50ca0bed347e642d3e96f1e1c475
|
7
|
+
data.tar.gz: 36d0f15ad6820cfe942372898674584e4e17925f68d68afc86a9feb00b098a3c0de03e970bf0230aeabab38390078fdde04505914dc053854e5d59e8249ce97f
|
@@ -22,17 +22,7 @@ module Capistrano
|
|
22
22
|
Learn about our web-based collaboration and
|
23
23
|
automation platform for Capistrano: hrw.io/auto-cap
|
24
24
|
|
25
|
-
}
|
26
|
-
%q{
|
27
|
-
___ _ ___ ___ ___ _____ ___ _ _ _ ___
|
28
|
-
/ __| /_\ | _ \_ _/ __|_ _| _ \ /_\ | \| |/ _ \
|
29
|
-
| (__ / _ \| _/| |\__ \ | | | / / _ \| .` | (_) |
|
30
|
-
\___/_/ \_\_| |___|___/ |_| |_|_\/_/ \_\_|\_|\___/
|
31
|
-
|
32
|
-
Enhance Capistrano with awesome collaboration and
|
33
|
-
automation features, learn more at hrw.io/cap-auto
|
34
|
-
|
35
|
-
},
|
25
|
+
}
|
36
26
|
]
|
37
27
|
end
|
38
28
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capistrano-harrow
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lee Hambley
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-
|
12
|
+
date: 2016-07-28 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -168,7 +168,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
168
168
|
version: '0'
|
169
169
|
requirements: []
|
170
170
|
rubyforge_project:
|
171
|
-
rubygems_version: 2.
|
171
|
+
rubygems_version: 2.4.8
|
172
172
|
signing_key:
|
173
173
|
specification_version: 4
|
174
174
|
summary: A plugin to improve the user experience for users of Capistrano and Harrow
|