Hello community,

here is the log from the commit of package rubygem-airbrussh for 
openSUSE:Factory checked in at 2020-02-13 10:12:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-airbrussh (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-airbrussh.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-airbrussh"

Thu Feb 13 10:12:22 2020 rev:9 rq:773723 version:1.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-airbrussh/rubygem-airbrussh.changes      
2019-07-22 12:20:28.571663017 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-airbrussh.new.26092/rubygem-airbrussh.changes
   2020-02-13 10:12:29.428373897 +0100
@@ -1,0 +2,6 @@
+Mon Feb 10 13:54:15 UTC 2020 - Stephan Kulow <[email protected]>
+
+- updated to version 1.4.0
+ see installed CHANGELOG.md
+
+-------------------------------------------------------------------

Old:
----
  airbrussh-1.3.2.gem

New:
----
  airbrussh-1.4.0.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-airbrussh.spec ++++++
--- /var/tmp/diff_new_pack.5FEuxX/_old  2020-02-13 10:12:29.920374182 +0100
+++ /var/tmp/diff_new_pack.5FEuxX/_new  2020-02-13 10:12:29.924374184 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-airbrussh
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-airbrussh
-Version:        1.3.2
+Version:        1.4.0
 Release:        0
 %define mod_name airbrussh
 %define mod_full_name %{mod_name}-%{version}
@@ -32,7 +32,7 @@
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
-Url:            https://github.com/mattbrictson/airbrussh
+URL:            https://github.com/mattbrictson/airbrussh
 Source:         https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:        gem2rpm.yml
 Summary:        Airbrussh pretties up your SSHKit and Capistrano output

++++++ airbrussh-1.3.2.gem -> airbrussh-1.4.0.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.github/release-drafter.yml 
new/.github/release-drafter.yml
--- old/.github/release-drafter.yml     1970-01-01 01:00:00.000000000 +0100
+++ new/.github/release-drafter.yml     2019-10-13 17:40:50.000000000 +0200
@@ -0,0 +1,17 @@
+name-template: "$NEXT_PATCH_VERSION"
+tag-template: "v$NEXT_PATCH_VERSION"
+categories:
+  - title: "⚠️ Breaking Changes"
+    label: "⚠️ Breaking"
+  - title: "✨ New Features"
+    label: "✨ Feature"
+  - title: "🐛 Bug Fixes"
+    label: "🐛 Bug Fix"
+  - title: "📚 Documentation"
+    label: "📚 Docs"
+  - title: "🏠 Housekeeping"
+    label: "🏠 Housekeeping"
+change-template: "- $TITLE (#$NUMBER) @$AUTHOR"
+no-changes-template: "- No changes"
+template: |
+  $CHANGES
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.github/workflows/push.yml 
new/.github/workflows/push.yml
--- old/.github/workflows/push.yml      1970-01-01 01:00:00.000000000 +0100
+++ new/.github/workflows/push.yml      2019-10-13 17:40:50.000000000 +0200
@@ -0,0 +1,12 @@
+on: push
+name: Push
+jobs:
+  draftRelease:
+    name: Draft Release
+    runs-on: ubuntu-latest
+    steps:
+      - uses: actions/checkout@master
+      - name: Draft Release
+        uses: toolmantim/[email protected]
+        env:
+          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml     2019-06-15 20:42:32.000000000 +0200
+++ new/.travis.yml     2019-10-13 17:40:50.000000000 +0200
@@ -1,6 +1,9 @@
 sudo: false
 language: ruby
 cache: bundler
+branches:
+  only:
+  - master
 rvm:
   - 1.9
   - 2.0
@@ -32,10 +35,6 @@
     # Newer versions of SSHKit don't work with Ruby 1.9
     - rvm: 1.9
       env: sshkit="master"
-  include:
-    # Run Danger only once, on 2.4.5
-    - rvm: 2.4.5
-      script: bundle exec danger
 
 before_install:
   - gem update --system || echo "skipping rubygems upgrade"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md    2019-06-15 20:42:32.000000000 +0200
+++ new/CHANGELOG.md    2019-10-13 17:40:50.000000000 +0200
@@ -1,169 +1 @@
-# Airbrussh Change Log
-
-All notable changes to this project will be documented in this file. This 
project adheres to [Semantic Versioning][Semver].
-
-## [Unreleased]
-
-* Your contribution here!
-
-## [1.3.2][] (2019-06-15)
-
-* [#121](https://github.com/mattbrictson/airbrussh/pull/121): Gracefully 
handle SSH output that has invalid UTF-8 encoding instead of raising an 
exception - [@mattbrictson](https://github.com/mattbrictson)
-
-## [1.3.1][] (2018-11-04)
-
-* Packaging changes to reduce gem size
-* RuboCop and Travis improvements
-* No user-facing changes
-
-## [1.3.0][] (2017-06-16)
-
-* [#109](https://github.com/mattbrictson/airbrussh/pull/109): Add configurable 
task prefix - [@gondalez](https://github.com/gondalez)
-
-## [1.2.0][] (2017-04-14)
-
-* [#95](https://github.com/mattbrictson/airbrussh/pull/95): colorize 
LogMessage label on WARN level and above - 
[@klyonrad](https://github.com/klyonrad)
-* [#106](https://github.com/mattbrictson/airbrussh/pull/106): Remove the 
`log_file` parameter from the `CommandFormatter#exit_message` method; it was 
unused - [@mattbrictson](https://github.com/mattbrictson)
-
-## [1.1.2][] (2017-01-02)
-
-* Add Ruby 2.4.0 to testing matrix and fix Ruby 2.4 deprecation warnings
-
-## [1.1.1][] (2016-09-09)
-
-* When a Capistrano deploy fails and the error log is dumped to the console,
-  Airbrussh no longer truncates the error output. This ensures that important
-  troubleshooting information is not lost.
-  [#91](https://github.com/mattbrictson/airbrussh/issues/91)
-
-## [1.1.0][] (2016-07-26)
-
-* Use default color for info messages.
-  When using the `gray` color on some implementation of the `solarized`
-  theme the text is not visible. The `solarized` theme is popular and
-  bugs have been reported about missed error messages, so this patch
-  switches these messages to the default color.
-  (see [#84](https://github.com/mattbrictson/airbrussh/issues/84))
-
-## [1.0.2][] (2016-05-13)
-
-* Fix a crash that can happen in certain multi-server deployments when
-  Capistrano's `invoke` is used to switch Rake tasks in the middle of SSHKit
-  execution ([#78](https://github.com/mattbrictson/airbrussh/issues/78),
-  [#80](https://github.com/mattbrictson/airbrussh/pull/80))
-
-## [1.0.1][] (2016-03-21)
-
-* Fix support for fake TTYs reporting a 0 width console like Ruby's PTY 
library [#76](https://github.com/mattbrictson/airbrussh/pull/76)
-
-## [1.0.0][] (2016-02-27)
-
-* No changes since 1.0.0.beta1.
-
-## [1.0.0.beta1][] (2015-12-27)
-
-Breaking Changes:
-
-* None
-
-Added:
-
-* Airbrussh can now be configured with an options Hash passed to the
-  `Airbrussh::Formatter` constructor. This is in order to standardize how all
-  SSHKit formatters are configured
-  (see [SSHKit #308](https://github.com/capistrano/sshkit/pull/308)).
-
-## [0.8.0][] (2015-11-20)
-
-* Airbrussh now displays the correct user@host output in the following 
edge-cases:
-    * Inside an SSHKit `as(:user => "...")` block
-    * When a user is specified using `set :ssh_options, :user => "..."` ([see 
#65](https://github.com/mattbrictson/airbrussh/issues/65))
-
-## [0.7.0][] (2015-08-08)
-
-Fixes:
-
-* Handle truncation of raw/non-UTF8 output without crashing 
([#57](https://github.com/mattbrictson/airbrussh/issues/57))
-
-Other changes:
-
-* Re-implement the "tail log on deploy failure" feature in pure Ruby 
([#59](https://github.com/mattbrictson/airbrussh/issues/59))
-* Code of contact added to the project
-* Tests now run on Windows 
([#55](https://github.com/mattbrictson/airbrussh/issues/55))
-
-## [0.6.0][] (2015-07-10)
-
-This is another release with mostly behind-the-scenes changes. If you notice 
any differences in Airbrussh's behavior in this version, [please report an 
issue](https://github.com/mattbrictson/airbrussh/issues).
-
-Other changes:
-
-* Bundler 1.10 is now required to build and test airbrussh (this doesn't 
affect users of airbrussh at all).
-* If the directory containing the log file doesn't exist, Airbrussh will now 
attempt to create it using `FileUtils.mkdir_p` 
([#30](https://github.com/mattbrictson/airbrussh/issues/30))
-* By default Airbrussh now always prints `Using airbrussh format.` when it 
starts up. In previous versions, a bug caused this message to sometimes not be 
shown. To change or disable this message, set the `banner` configuration option 
as explained in the README.
-
-## [0.5.1][] (2015-06-24)
-
-* Fix `NameError: uninitialized constant Airbrussh::SimpleDelegator`
-
-## [0.5.0][] (2015-06-24)
-
-There are no changes to the actual behavior and feature set of Airbrussh in 
this release.
-
-There are, however, many behind-the-scenes changes and improvements to overall 
code quality. This release also adds support for upcoming versions of SSHKit.
-
-* Added Rubocop enforcement to Travis
-* Added Code Climate and Coveralls checks (see badges in the README)
-* Airbrussh now has good test coverage, and is tested by Travis against a 
matrix of Ruby and SSHKit versions ([@robd](https://github.com/robd))
-* Changes to support the new SSHKit formatter API, as introduced in [SSHKit 
#257](https://github.com/capistrano/sshkit/pull/257) 
([@robd](https://github.com/robd))
-* `Airbrussh.reset` has been removed
-* Airbrussh now has its own ANSI color code; it no longer relies on a 
third-party gem (i.e. `colorize`)
-
-## [0.4.1][] (2015-05-06)
-
-* Fix `Marshal.dump` warnings by removing `deep_copy` workaround that it is no 
longer needed for the latest SSHKit 
([#10](https://github.com/mattbrictson/airbrussh/issues/10)).
-
-## [0.4.0][] (2015-05-03)
-
-* Changes to ensure compatibility with the upcoming version of SSHKit 
([ec3122b](https://github.com/mattbrictson/airbrussh/commit/ec3122b101de53f2304723da842d5c8b6f70f4f3)).
-* Explicitly specify UTF-8 encoding for source files, for Ruby 1.9.3 
compatibility ([#9](https://github.com/mattbrictson/airbrussh/issues/9)).
-
-## [0.3.0][] (2015-03-28)
-
-* New `config.banner` option allows startup message to be disabled or changed 
(suggestion from [@justindowning](https://github.com/justindowning))
-* New `config.command_output` option gives full control of whether airbrussh 
shows or hides the stderr and stdout data received from remote commands; see 
the usage section of the README for further explanation (suggestion from 
[@carlesso](https://github.com/carlesso))
-
-## [0.2.1][] (2015-03-02)
-
-* Un-pin SSHKit dependency now that SSHKit 1.7.1 has been released.
-
-## [0.2.0][] (2015-03-02)
-
-* Pin SSHKit dependency at `~> 1.6.1` to avoid a [bug in 
1.7.0](https://github.com/capistrano/sshkit/issues/226) that causes command 
exit statuses to be omitted from the log.
-
-## 0.0.1 (2015-02-19)
-
-* Initial release
-
-[Semver]: http://semver.org
-[Unreleased]: https://github.com/mattbrictson/airbrussh/compare/v1.3.2...HEAD
-[1.3.2]: https://github.com/mattbrictson/airbrussh/compare/v1.3.1...v1.3.2
-[1.3.1]: https://github.com/mattbrictson/airbrussh/compare/v1.3.0...v1.3.1
-[1.3.0]: https://github.com/mattbrictson/airbrussh/compare/v1.2.0...v1.3.0
-[1.2.0]: https://github.com/mattbrictson/airbrussh/compare/v1.1.2...v1.2.0
-[1.1.2]: https://github.com/mattbrictson/airbrussh/compare/v1.1.1...v1.1.2
-[1.1.1]: https://github.com/mattbrictson/airbrussh/compare/v1.1.0...v1.1.1
-[1.1.0]: https://github.com/mattbrictson/airbrussh/compare/v1.0.2...v1.1.0
-[1.0.2]: https://github.com/mattbrictson/airbrussh/compare/v1.0.1...v1.0.2
-[1.0.1]: https://github.com/mattbrictson/airbrussh/compare/v1.0.0...v1.0.1
-[1.0.0]: 
https://github.com/mattbrictson/airbrussh/compare/v1.0.0.beta1...v1.0.0
-[1.0.0.beta1]: 
https://github.com/mattbrictson/airbrussh/compare/v0.8.0...v1.0.0.beta1
-[0.8.0]: https://github.com/mattbrictson/airbrussh/compare/v0.7.0...v0.8.0
-[0.7.0]: https://github.com/mattbrictson/airbrussh/compare/v0.6.0...v0.7.0
-[0.6.0]: https://github.com/mattbrictson/airbrussh/compare/v0.5.1...v0.6.0
-[0.5.1]: https://github.com/mattbrictson/airbrussh/compare/v0.5.0...v0.5.1
-[0.5.0]: https://github.com/mattbrictson/airbrussh/compare/v0.4.1...v0.5.0
-[0.4.1]: https://github.com/mattbrictson/airbrussh/compare/v0.4.0...v0.4.1
-[0.4.0]: https://github.com/mattbrictson/airbrussh/compare/v0.3.0...v0.4.0
-[0.3.0]: https://github.com/mattbrictson/airbrussh/compare/v0.2.1...v0.3.0
-[0.2.1]: https://github.com/mattbrictson/airbrussh/compare/v0.2.0...v0.2.1
-[0.2.0]: https://github.com/mattbrictson/airbrussh/compare/v0.0.1...v0.2.0
+Release notes for this project are kept here: 
https://github.com/mattbrictson/airbrussh/releases
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CONTRIBUTING.md new/CONTRIBUTING.md
--- old/CONTRIBUTING.md 2019-06-15 20:42:32.000000000 +0200
+++ new/CONTRIBUTING.md 2019-10-13 17:40:50.000000000 +0200
@@ -7,7 +7,6 @@
 1. Check [Issues][] to see if your contribution has already been discussed 
and/or implemented.
 2. If not, open an issue to discuss your contribution. I won't accept all 
changes and do not want to waste your time.
 3. Once you have the :thumbsup:, fork the repo, make your changes, and open a 
PR.
-4. Don't forget to add your contribution and credit yourself in `CHANGELOG.md`!
 
 ## Coding guidelines
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Dangerfile new/Dangerfile
--- old/Dangerfile      2019-06-15 20:42:32.000000000 +0200
+++ new/Dangerfile      1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-danger.import_dangerfile(:github => "capistrano/danger")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2019-06-15 20:42:32.000000000 +0200
+++ new/Gemfile 2019-10-13 17:40:50.000000000 +0200
@@ -15,7 +15,6 @@
 if RUBY_VERSION >= "2.1"
   # These gems need at least Ruby 2.1
   gem "coveralls", "~> 0.8.15"
-  gem "danger", "~> 4.3"
   gem "rubocop", "0.50.0"
 
   # Optional development dependencies; requires bundler >= 1.10.
@@ -24,7 +23,6 @@
   # bundle install --with extras
   #
   group :extras, :optional => true do
-    gem "chandler"
     gem "guard", ">= 2.2.2"
     gem "guard-minitest"
     gem "rb-fsevent"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md       2019-06-15 20:42:32.000000000 +0200
+++ new/README.md       2019-10-13 17:40:50.000000000 +0200
@@ -65,6 +65,7 @@
 |`banner`|`nil`|Provide a string (e.g. "Capistrano started!") that will be 
printed when Capistrano starts up.|
 |`color`|`:auto`|Use `true` or `false` to enable or disable ansi color. If set 
to `:auto`, Airbrussh automatically uses color based on whether the output is a 
TTY, or if the SSHKIT_COLOR environment variable is set.|
 |`command_output`|`true`|Set to `:stdout`, `:stderr`, or `true` to display the 
SSH output received via stdout, stderr, or both, respectively. Set to `false` 
to not show any SSH output, for a minimal look.|
+|`context`|`Airbrussh::Rake::Context`|Defines the execution context. Targeted 
towards uses of Airbrussh outside of Rake/Capistrano. Alternate implementations 
should provide the definition for `current_task_name`, `register_new_command`, 
and `position`.|
 |`log_file`|`log/capistrano.log`|Capistrano's verbose output is saved to this 
file to facilitate debugging. Set to `nil` to disable completely.|
 |`truncate`|`:auto`|Set to a number (e.g. 80) to truncate the width of the 
output to that many characters, or `false` to disable truncation. If `:auto`, 
output is automatically truncated to the width of the terminal window, if it 
can be determined.|
 |`task_prefix`|`nil`|A string to prefix to task output. Handy for output 
collapsing like 
[buildkite](https://buildkite.com/docs/builds/managing-log-output)'s `---` 
prefix|
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile        2019-06-15 20:42:32.000000000 +0200
+++ new/Rakefile        2019-10-13 17:40:50.000000000 +0200
@@ -15,9 +15,7 @@
   task :default => :test
 end
 
-# rubocop:disable Lint/HandleExceptions
-begin
-  require "chandler/tasks"
-rescue LoadError
+Rake::Task["release"].enhance do
+  puts "Don't forget to publish the release on GitHub!"
+  system "open https://github.com/mattbrictson/airbrussh/releases";
 end
-task "release:rubygem_push" => "chandler:push" if defined?(Chandler)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/airbrussh.gemspec new/airbrussh.gemspec
--- old/airbrussh.gemspec       2019-06-15 20:42:32.000000000 +0200
+++ new/airbrussh.gemspec       2019-10-13 17:40:50.000000000 +0200
@@ -6,6 +6,7 @@
 Gem::Specification.new do |spec|
   spec.name          = "airbrussh"
   spec.version       = Airbrussh::VERSION
+  spec.license       = "MIT"
   spec.authors       = ["Matt Brictson"]
   spec.email         = ["[email protected]"]
   spec.summary       = "Airbrussh pretties up your SSHKit and Capistrano 
output"
@@ -14,7 +15,12 @@
                        "Airbrussh to your Capfile and enjoy concise, useful "\
                        "log output that is easy to read."
   spec.homepage      = "https://github.com/mattbrictson/airbrussh";
-  spec.license       = "MIT"
+  spec.metadata      = {
+    "bug_tracker_uri" => "https://github.com/mattbrictson/airbrussh/issues";,
+    "changelog_uri" => "https://github.com/mattbrictson/airbrussh/releases";,
+    "source_code_uri" => "https://github.com/mattbrictson/airbrussh";,
+    "homepage_uri" => "https://github.com/mattbrictson/airbrussh";
+  }
 
   spec.files         = `git ls-files -z`.split("\x0").reject { |f| 
f.match(%r{^(test|spec|features)/|\.(gif|png)$}) }
   spec.bindir        = "exe"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/appveyor.yml new/appveyor.yml
--- old/appveyor.yml    2019-06-15 20:42:32.000000000 +0200
+++ new/appveyor.yml    2019-10-13 17:40:50.000000000 +0200
@@ -2,6 +2,8 @@
 
 skip_tags: true
 
+skip_branch_with_pr: true
+
 environment:
   matrix:
     - ruby_version: "23"
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/airbrussh/configuration.rb 
new/lib/airbrussh/configuration.rb
--- old/lib/airbrussh/configuration.rb  2019-06-15 20:42:32.000000000 +0200
+++ new/lib/airbrussh/configuration.rb  2019-10-13 17:40:50.000000000 +0200
@@ -5,7 +5,7 @@
 module Airbrussh
   class Configuration
     attr_accessor :log_file, :monkey_patch_rake, :color, :truncate, :banner,
-                  :command_output, :task_prefix
+                  :command_output, :task_prefix, :context
 
     def initialize
       self.log_file = nil
@@ -15,6 +15,7 @@
       self.banner = :auto
       self.command_output = false
       self.task_prefix = nil
+      self.context = Airbrussh::Rake::Context
     end
 
     def apply_options(options)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/airbrussh/console_formatter.rb 
new/lib/airbrussh/console_formatter.rb
--- old/lib/airbrussh/console_formatter.rb      2019-06-15 20:42:32.000000000 
+0200
+++ new/lib/airbrussh/console_formatter.rb      2019-10-13 17:40:50.000000000 
+0200
@@ -16,7 +16,7 @@
       super(io)
 
       @config = config
-      @context = Airbrussh::Rake::Context.new(config)
+      @context = config.context.new(config)
       @console = Airbrussh::Console.new(original_output, config)
 
       write_banner
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/airbrussh/rake/context.rb 
new/lib/airbrussh/rake/context.rb
--- old/lib/airbrussh/rake/context.rb   2019-06-15 20:42:32.000000000 +0200
+++ new/lib/airbrussh/rake/context.rb   2019-10-13 17:40:50.000000000 +0200
@@ -1,5 +1,3 @@
-require "rake"
-
 module Airbrussh
   module Rake
     # Maintains information about what Rake task is currently being invoked,
@@ -53,6 +51,7 @@
         attr_accessor :current_task_name
 
         def install_monkey_patch
+          require "rake"
           return if ::Rake::Task.instance_methods.include?(:_airbrussh_execute)
 
           ::Rake::Task.class_exec do
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/airbrussh/version.rb new/lib/airbrussh/version.rb
--- old/lib/airbrussh/version.rb        2019-06-15 20:42:32.000000000 +0200
+++ new/lib/airbrussh/version.rb        2019-10-13 17:40:50.000000000 +0200
@@ -1,5 +1,5 @@
 # frozen_string_literal: true
 
 module Airbrussh
-  VERSION = "1.3.2".freeze
+  VERSION = "1.4.0".freeze
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2019-06-15 20:42:32.000000000 +0200
+++ new/metadata        2019-10-13 17:40:50.000000000 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: airbrussh
 version: !ruby/object:Gem::Version
-  version: 1.3.2
+  version: 1.4.0
 platform: ruby
 authors:
 - Matt Brictson
 autorequire: 
 bindir: exe
 cert_chain: []
-date: 2019-06-15 00:00:00.000000000 Z
+date: 2019-10-13 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: sshkit
@@ -109,13 +109,14 @@
 extensions: []
 extra_rdoc_files: []
 files:
+- ".github/release-drafter.yml"
+- ".github/workflows/push.yml"
 - ".gitignore"
 - ".rubocop.yml"
 - ".travis.yml"
 - CHANGELOG.md
 - CODE_OF_CONDUCT.md
 - CONTRIBUTING.md
-- Dangerfile
 - Gemfile
 - Guardfile
 - LICENSE.txt
@@ -144,7 +145,11 @@
 homepage: https://github.com/mattbrictson/airbrussh
 licenses:
 - MIT
-metadata: {}
+metadata:
+  bug_tracker_uri: https://github.com/mattbrictson/airbrussh/issues
+  changelog_uri: https://github.com/mattbrictson/airbrussh/releases
+  source_code_uri: https://github.com/mattbrictson/airbrussh
+  homepage_uri: https://github.com/mattbrictson/airbrussh
 post_install_message: 
 rdoc_options: []
 require_paths:
@@ -160,7 +165,7 @@
     - !ruby/object:Gem::Version
       version: '0'
 requirements: []
-rubygems_version: 3.0.3
+rubygems_version: 3.0.6
 signing_key: 
 specification_version: 4
 summary: Airbrussh pretties up your SSHKit and Capistrano output


Reply via email to