airbrussh 1.3.3 → 1.3.4

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
  SHA256:
3
- metadata.gz: 5972d5a25da5b2a294399e61f8c990e114f8db834fd24f06667bc2142306d61e
4
- data.tar.gz: 5268fc918712c67ab022fe333e209b3a9f80432ee1fb705ec1cc21117ebe3ec3
3
+ metadata.gz: 0716af185ab77db33016ad4b498ccf34cee605cee982e485eafbae11ece23db7
4
+ data.tar.gz: 8e2c8f0243af476498c0eb2577570fc6c2e7d9a0efe1a4804ad02c26010cf76f
5
5
  SHA512:
6
- metadata.gz: 93ff3fcacf61eccbdd009c2d2ec2d97663bc40b90ce49afc267b82f9f2f7d7938ad575f2bb3aea018218fda8f0065b6fb6e0c53f8f7cb1ee2fddb14f47554aae
7
- data.tar.gz: 4e4628098b941a29c8b4e551e49c20c7d353baf7b5e6176e24ccdb17bf91341caca13e20039dd9270b99181dacea1741eab954690dee1791684d4d947db4fc1c
6
+ metadata.gz: 8192966437d80fd0a0d7afe954c1fd983960e17144d4288d497e11d49029ffb4b8828fab6b477a1ab9423eac86c14f67eac3d40a63676963b9224583f7bd7eee
7
+ data.tar.gz: 32c77e23b79b8dfff85776e86f55b483c5699d113e88833cb085ee2f8cd200870f89272d991ba45cc3a2c448110004f560f968eb21b24ae606e1f9127bd4479c
@@ -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.license = "MIT"
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"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Airbrussh
4
- VERSION = "1.3.3".freeze
4
+ VERSION = "1.3.4".freeze
5
5
  end
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.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-08-17 00:00:00.000000000 Z
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: