airbrussh 1.3.3 → 1.3.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/airbrussh.gemspec +7 -1
- data/lib/airbrussh/version.rb +1 -1
- metadata +7 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0716af185ab77db33016ad4b498ccf34cee605cee982e485eafbae11ece23db7
|
4
|
+
data.tar.gz: 8e2c8f0243af476498c0eb2577570fc6c2e7d9a0efe1a4804ad02c26010cf76f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8192966437d80fd0a0d7afe954c1fd983960e17144d4288d497e11d49029ffb4b8828fab6b477a1ab9423eac86c14f67eac3d40a63676963b9224583f7bd7eee
|
7
|
+
data.tar.gz: 32c77e23b79b8dfff85776e86f55b483c5699d113e88833cb085ee2f8cd200870f89272d991ba45cc3a2c448110004f560f968eb21b24ae606e1f9127bd4479c
|
data/airbrussh.gemspec
CHANGED
@@ -6,6 +6,7 @@ require "airbrussh/version"
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.name = "airbrussh"
|
8
8
|
spec.version = Airbrussh::VERSION
|
9
|
+
spec.license = "MIT"
|
9
10
|
spec.authors = ["Matt Brictson"]
|
10
11
|
spec.email = ["airbrussh@mattbrictson.com"]
|
11
12
|
spec.summary = "Airbrussh pretties up your SSHKit and Capistrano output"
|
@@ -14,7 +15,12 @@ Gem::Specification.new do |spec|
|
|
14
15
|
"Airbrussh to your Capfile and enjoy concise, useful "\
|
15
16
|
"log output that is easy to read."
|
16
17
|
spec.homepage = "https://github.com/mattbrictson/airbrussh"
|
17
|
-
spec.
|
18
|
+
spec.metadata = {
|
19
|
+
"bug_tracker_uri" => "https://github.com/mattbrictson/airbrussh/issues",
|
20
|
+
"changelog_uri" => "https://github.com/mattbrictson/airbrussh/releases",
|
21
|
+
"source_code_uri" => "https://github.com/mattbrictson/airbrussh",
|
22
|
+
"homepage_uri" => "https://github.com/mattbrictson/airbrussh"
|
23
|
+
}
|
18
24
|
|
19
25
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/|\.(gif|png)$}) }
|
20
26
|
spec.bindir = "exe"
|
data/lib/airbrussh/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: airbrussh
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Brictson
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-09-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sshkit
|
@@ -145,7 +145,11 @@ files:
|
|
145
145
|
homepage: https://github.com/mattbrictson/airbrussh
|
146
146
|
licenses:
|
147
147
|
- MIT
|
148
|
-
metadata:
|
148
|
+
metadata:
|
149
|
+
bug_tracker_uri: https://github.com/mattbrictson/airbrussh/issues
|
150
|
+
changelog_uri: https://github.com/mattbrictson/airbrussh/releases
|
151
|
+
source_code_uri: https://github.com/mattbrictson/airbrussh
|
152
|
+
homepage_uri: https://github.com/mattbrictson/airbrussh
|
149
153
|
post_install_message:
|
150
154
|
rdoc_options: []
|
151
155
|
require_paths:
|