commit rubygem-airbrussh for openSUSE:Factory

2020-02-13 Thread root
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 
+
+- 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.0 +0100
+++ new/.github/release-drafter.yml 2019-10-13 17:40:50.0 +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.0 +0100
+++ new/.github/workflows/push.yml  2019-10-13 17:40:50.0 +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/release-drafter@v5.2.0
+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.0 +0200
+++ new/.travis.yml 2019-10-13 17:40:50.0 +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.md2019-06-15 20:42:32.0 +0200
+++ new/CHANGELOG.md2019-10-13 17:40:50.0 +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 

commit rubygem-airbrussh for openSUSE:Factory

2019-07-22 Thread root
Hello community,

here is the log from the commit of package rubygem-airbrussh for 
openSUSE:Factory checked in at 2019-07-22 12:20:27

Comparing /work/SRC/openSUSE:Factory/rubygem-airbrussh (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-airbrussh.new.4126 (New)


Package is "rubygem-airbrussh"

Mon Jul 22 12:20:27 2019 rev:8 rq:717285 version:1.3.2

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-airbrussh/rubygem-airbrussh.changes  
2018-11-26 10:35:37.876653764 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-airbrussh.new.4126/rubygem-airbrussh.changes
2019-07-22 12:20:28.571663017 +0200
@@ -1,0 +2,10 @@
+Fri Jul 19 08:53:19 UTC 2019 - Stephan Kulow 
+
+- updated to version 1.3.2
+ see installed CHANGELOG.md
+
+  ## [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)
+
+---

Old:

  airbrussh-1.3.1.gem

New:

  airbrussh-1.3.2.gem



Other differences:
--
++ rubygem-airbrussh.spec ++
--- /var/tmp/diff_new_pack.17tB5J/_old  2019-07-22 12:20:29.243662840 +0200
+++ /var/tmp/diff_new_pack.17tB5J/_new  2019-07-22 12:20:29.243662840 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-airbrussh
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # 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.1
+Version:1.3.2
 Release:0
 %define mod_name airbrussh
 %define mod_full_name %{mod_name}-%{version}

++ airbrussh-1.3.1.gem -> airbrussh-1.3.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2018-11-04 18:56:51.0 +0100
+++ new/.travis.yml 2019-06-15 20:42:32.0 +0200
@@ -5,10 +5,10 @@
   - 1.9
   - 2.0
   - 2.1
-  - 2.2.9
-  - 2.3.6
-  - 2.4.3
-  - 2.5.0
+  - 2.2.10
+  - 2.3.8
+  - 2.4.5
+  - 2.5.3
   - ruby-head
 env:
   - sshkit="master"
@@ -17,13 +17,13 @@
 matrix:
   exclude:
 # Older versions of SSHKit don't work with Ruby 2.4+, so skip those
-- rvm: 2.4.3
+- rvm: 2.4.5
   env: sshkit="= 1.7.1"
-- rvm: 2.4.3
+- rvm: 2.4.5
   env: sshkit="= 1.6.1"
-- rvm: 2.5.0
+- rvm: 2.5.3
   env: sshkit="= 1.7.1"
-- rvm: 2.5.0
+- rvm: 2.5.3
   env: sshkit="= 1.6.1"
 - rvm: ruby-head
   env: sshkit="= 1.7.1"
@@ -33,10 +33,13 @@
 - rvm: 1.9
   env: sshkit="master"
   include:
-# Run Danger only once, on 2.4.3
-- rvm: 2.4.3
+# Run Danger only once, on 2.4.5
+- rvm: 2.4.5
   script: bundle exec danger
 
 before_install:
-  - gem update --system
-  - gem install bundler --no-document
+  - gem update --system || echo "skipping rubygems upgrade"
+  - gem install bundler -v 1.17.3 --conservative --no-document
+  - gem install executable-hooks --conservative --no-document
+install:
+  - bundle _1.17.3_ install --jobs=3 --retry=3 
--path=${BUNDLE_PATH:-vendor/bundle} || bundle install --jobs=3 --retry=3 
--path=${BUNDLE_PATH:-vendor/bundle}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2018-11-04 18:56:51.0 +0100
+++ new/CHANGELOG.md2019-06-15 20:42:32.0 +0200
@@ -6,6 +6,10 @@
 
 * 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
@@ -141,7 +145,8 @@
 * Initial release
 
 [Semver]: http://semver.org
-[Unreleased]: https://github.com/mattbrictson/airbrussh/compare/v1.3.1...HEAD
+[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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/LICENSE.txt new/LICENSE.txt
--- old/LICENSE.txt 2018-11-04 18:56:51.0 +0100
+++ 

commit rubygem-airbrussh for openSUSE:Factory

2018-11-26 Thread root
Hello community,

here is the log from the commit of package rubygem-airbrussh for 
openSUSE:Factory checked in at 2018-11-26 10:33:43

Comparing /work/SRC/openSUSE:Factory/rubygem-airbrussh (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-airbrussh.new.19453 (New)


Package is "rubygem-airbrussh"

Mon Nov 26 10:33:43 2018 rev:7 rq:651617 version:1.3.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-airbrussh/rubygem-airbrussh.changes  
2017-07-04 11:58:22.781492627 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-airbrussh.new.19453/rubygem-airbrussh.changes
   2018-11-26 10:35:37.876653764 +0100
@@ -1,0 +2,12 @@
+Thu Nov 22 04:58:27 UTC 2018 - Stephan Kulow 
+
+- updated to version 1.3.1
+ see installed CHANGELOG.md
+
+  ## [1.3.1][] (2018-11-04)
+  
+  * Packaging changes to reduce gem size
+  * RuboCop and Travis improvements
+  * No user-facing changes
+
+---

Old:

  airbrussh-1.3.0.gem

New:

  airbrussh-1.3.1.gem



Other differences:
--
++ rubygem-airbrussh.spec ++
--- /var/tmp/diff_new_pack.7RKROW/_old  2018-11-26 10:35:45.540644796 +0100
+++ /var/tmp/diff_new_pack.7RKROW/_new  2018-11-26 10:35:45.540644796 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-airbrussh
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-airbrussh
-Version:1.3.0
+Version:1.3.1
 Release:0
 %define mod_name airbrussh
 %define mod_full_name %{mod_name}-%{version}
@@ -33,7 +33,7 @@
 BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
 Url:https://github.com/mattbrictson/airbrussh
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Airbrussh pretties up your SSHKit and Capistrano output
 License:MIT

++ airbrussh-1.3.0.gem -> airbrussh-1.3.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.rubocop.yml new/.rubocop.yml
--- old/.rubocop.yml2017-06-16 17:06:00.0 +0200
+++ new/.rubocop.yml2018-11-04 18:56:51.0 +0100
@@ -4,6 +4,13 @@
   TargetRubyVersion: 1.9
   Exclude:
 - "*.gemspec"
+- "vendor/**/*"
+
+Layout/EndOfLine:
+  Enabled: false
+
+Layout/SpaceAroundEqualsInParameterDefault:
+  EnforcedStyle: no_space
 
 Metrics/AbcSize:
   Exclude:
@@ -29,12 +36,12 @@
 Style/DoubleNegation:
   Enabled: false
 
+Style/Encoding:
+  Enabled: false
+
 Style/HashSyntax:
   EnforcedStyle: hash_rockets
 
-Style/SpaceAroundEqualsInParameterDefault:
-  EnforcedStyle: no_space
-
 Style/StringLiterals:
   EnforcedStyle: double_quotes
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2017-06-16 17:06:00.0 +0200
+++ new/.travis.yml 2018-11-04 18:56:51.0 +0100
@@ -1,25 +1,42 @@
+sudo: false
 language: ruby
+cache: bundler
 rvm:
   - 1.9
   - 2.0
   - 2.1
-  - 2.2
-  - 2.3.1
-  - 2.4.0
+  - 2.2.9
+  - 2.3.6
+  - 2.4.3
+  - 2.5.0
+  - ruby-head
 env:
   - sshkit="master"
   - sshkit="= 1.7.1"
   - sshkit="= 1.6.1"
 matrix:
   exclude:
-# Older versions of SSHKit don't work with Ruby 2.4, so skip those
-- rvm: 2.4.0
+# Older versions of SSHKit don't work with Ruby 2.4+, so skip those
+- rvm: 2.4.3
   env: sshkit="= 1.7.1"
-- rvm: 2.4.0
+- rvm: 2.4.3
   env: sshkit="= 1.6.1"
+- rvm: 2.5.0
+  env: sshkit="= 1.7.1"
+- rvm: 2.5.0
+  env: sshkit="= 1.6.1"
+- rvm: ruby-head
+  env: sshkit="= 1.7.1"
+- rvm: ruby-head
+  env: sshkit="= 1.6.1"
+# 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.0
-- rvm: 2.4.0
+# Run Danger only once, on 2.4.3
+- rvm: 2.4.3
   script: bundle exec danger
 
-before_install: gem install bundler --conservative --version '~> 1.13.7'
+before_install:
+  - gem update --system
+  - gem install bundler --no-document
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit rubygem-airbrussh for openSUSE:Factory

2017-07-04 Thread root
Hello community,

here is the log from the commit of package rubygem-airbrussh for 
openSUSE:Factory checked in at 2017-07-04 11:58:17

Comparing /work/SRC/openSUSE:Factory/rubygem-airbrussh (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-airbrussh.new (New)


Package is "rubygem-airbrussh"

Tue Jul  4 11:58:17 2017 rev:6 rq:505377 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-airbrussh/rubygem-airbrussh.changes  
2017-04-20 20:58:12.714349737 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-airbrussh.new/rubygem-airbrussh.changes 
2017-07-04 11:58:22.781492627 +0200
@@ -1,0 +2,10 @@
+Tue Jun 20 06:44:53 UTC 2017 - co...@suse.com
+
+- updated to version 1.3.0
+ see installed CHANGELOG.md
+
+  ## [1.3.0][] (2017-06-16)
+  
+  * [#109](https://github.com/mattbrictson/airbrussh/pull/109): Add 
configurable task prefix - [@gondalez](https://github.com/gondalez)
+
+---

Old:

  airbrussh-1.2.0.gem

New:

  airbrussh-1.3.0.gem



Other differences:
--
++ rubygem-airbrussh.spec ++
--- /var/tmp/diff_new_pack.pFQTKF/_old  2017-07-04 11:58:23.581380062 +0200
+++ /var/tmp/diff_new_pack.pFQTKF/_new  2017-07-04 11:58:23.581380062 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-airbrussh
-Version:1.2.0
+Version:1.3.0
 Release:0
 %define mod_name airbrussh
 %define mod_full_name %{mod_name}-%{version}

++ airbrussh-1.2.0.gem -> airbrussh-1.3.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-04-14 18:06:45.0 +0200
+++ new/CHANGELOG.md2017-06-16 17:06:00.0 +0200
@@ -6,6 +6,10 @@
 
 * Your contribution here!
 
+## [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)
@@ -131,7 +135,8 @@
 * Initial release
 
 [Semver]: http://semver.org
-[Unreleased]: https://github.com/mattbrictson/airbrussh/compare/v1.2.0...HEAD
+[Unreleased]: https://github.com/mattbrictson/airbrussh/compare/v1.3.0...HEAD
+[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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2017-04-14 18:06:45.0 +0200
+++ new/README.md   2017-06-16 17:06:00.0 +0200
@@ -67,6 +67,7 @@
 |`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.|
 |`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|
 
 ## FAQ
 
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  2017-04-14 18:06:45.0 +0200
+++ new/lib/airbrussh/configuration.rb  2017-06-16 17:06:00.0 +0200
@@ -5,7 +5,7 @@
 module Airbrussh
   class Configuration
 attr_accessor :log_file, :monkey_patch_rake, :color, :truncate, :banner,
-  :command_output
+  :command_output, :task_prefix
 
 def initialize
   self.log_file = nil
@@ -14,6 +14,7 @@
   self.truncate = :auto
   self.banner = :auto
   self.command_output = false
+  self.task_prefix = nil
 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
--- 

commit rubygem-airbrussh for openSUSE:Factory

2017-04-20 Thread root
Hello community,

here is the log from the commit of package rubygem-airbrussh for 
openSUSE:Factory checked in at 2017-04-20 20:58:12

Comparing /work/SRC/openSUSE:Factory/rubygem-airbrussh (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-airbrussh.new (New)


Package is "rubygem-airbrussh"

Thu Apr 20 20:58:12 2017 rev:5 rq:489037 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-airbrussh/rubygem-airbrussh.changes  
2017-01-15 11:19:52.083192150 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-airbrussh.new/rubygem-airbrussh.changes 
2017-04-20 20:58:12.714349737 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 04:28:42 UTC 2017 - co...@suse.com
+
+- updated to version 1.2.0
+ see installed CHANGELOG.md
+
+  ## [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)
+
+---

Old:

  airbrussh-1.1.2.gem

New:

  airbrussh-1.2.0.gem



Other differences:
--
++ rubygem-airbrussh.spec ++
--- /var/tmp/diff_new_pack.8d9Z8G/_old  2017-04-20 20:58:13.446246231 +0200
+++ /var/tmp/diff_new_pack.8d9Z8G/_new  2017-04-20 20:58:13.450245666 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-airbrussh
-Version:1.1.2
+Version:1.2.0
 Release:0
 %define mod_name airbrussh
 %define mod_full_name %{mod_name}-%{version}

++ airbrussh-1.1.2.gem -> airbrussh-1.2.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2017-01-03 00:14:41.0 +0100
+++ new/.travis.yml 2017-04-14 18:06:45.0 +0200
@@ -22,4 +22,4 @@
 - rvm: 2.4.0
   script: bundle exec danger
 
-before_install: gem install bundler --conservative --version '~> 1.10'
+before_install: gem install bundler --conservative --version '~> 1.13.7'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-01-03 00:14:41.0 +0100
+++ new/CHANGELOG.md2017-04-14 18:06:45.0 +0200
@@ -6,6 +6,11 @@
 
 * Your contribution here!
 
+## [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
@@ -126,7 +131,8 @@
 * Initial release
 
 [Semver]: http://semver.org
-[Unreleased]: https://github.com/mattbrictson/airbrussh/compare/v1.1.2...HEAD
+[Unreleased]: https://github.com/mattbrictson/airbrussh/compare/v1.2.0...HEAD
+[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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Dangerfile new/Dangerfile
--- old/Dangerfile  2017-01-03 00:14:41.0 +0100
+++ new/Dangerfile  2017-04-14 18:06:45.0 +0200
@@ -1,48 +1 @@
-# Adapted from https://github.com/ruby-grape/danger/blob/master/Dangerfile
-# Q: What is a Dangerfile, anyway? A: See http://danger.systems/
-
-# 
--
-# What changed?
-# 
--
-has_lib_changes = !git.modified_files.grep(/^lib/).empty?
-has_test_changes = !git.modified_files.grep(/^test/).empty?
-has_changelog_changes = git.modified_files.include?("CHANGELOG.md")
-
-# 
--
-# You've made changes to lib, but didn't write any tests?
-# 
--
-if has_lib_changes && !has_test_changes
-  warn("There are code changes, but no corresponding tests. "\
-   "Please include tests if this PR introduces any modifications in "\
-   "Airbrussh's behavior.",
-   :sticky => false)

commit rubygem-airbrussh for openSUSE:Factory

2016-10-10 Thread h_root
Hello community,

here is the log from the commit of package rubygem-airbrussh for 
openSUSE:Factory checked in at 2016-10-10 16:22:18

Comparing /work/SRC/openSUSE:Factory/rubygem-airbrussh (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-airbrussh.new (New)


Package is "rubygem-airbrussh"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-airbrussh/rubygem-airbrussh.changes  
2016-08-25 09:55:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-airbrussh.new/rubygem-airbrussh.changes 
2016-10-10 16:22:19.0 +0200
@@ -1,0 +2,13 @@
+Sat Sep 10 04:28:41 UTC 2016 - co...@suse.com
+
+- updated to version 1.1.1
+ see installed CHANGELOG.md
+
+  ## [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)
+
+---

Old:

  airbrussh-1.1.0.gem

New:

  airbrussh-1.1.1.gem



Other differences:
--
++ rubygem-airbrussh.spec ++
--- /var/tmp/diff_new_pack.CZQuwn/_old  2016-10-10 16:22:20.0 +0200
+++ /var/tmp/diff_new_pack.CZQuwn/_new  2016-10-10 16:22:20.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-airbrussh
-Version:1.1.0
+Version:1.1.1
 Release:0
 %define mod_name airbrussh
 %define mod_full_name %{mod_name}-%{version}

++ airbrussh-1.1.0.gem -> airbrussh-1.1.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2016-07-27 01:43:49.0 +0200
+++ new/CHANGELOG.md2016-09-09 18:00:59.0 +0200
@@ -6,6 +6,13 @@
 
 * Your contribution here!
 
+## [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.
@@ -115,7 +122,8 @@
 * Initial release
 
 [Semver]: http://semver.org
-[Unreleased]: https://github.com/mattbrictson/airbrussh/compare/v1.1.0...HEAD
+[Unreleased]: https://github.com/mattbrictson/airbrussh/compare/v1.1.1...HEAD
+[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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2016-07-27 01:43:49.0 +0200
+++ new/Gemfile 2016-09-09 18:00:59.0 +0200
@@ -36,3 +36,6 @@
 
 # net-ssh 3.0+ is not compatible with Ruby 1.9, so pin at older version.
 gem "net-ssh", "~> 2.8" if RUBY_VERSION == "1.9.3"
+
+# tins 1.7.0+ is not compatible with Ruby 1.9, so pin at older version.
+gem "tins", "~> 1.6.0" if RUBY_VERSION == "1.9.3"
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/airbrussh/capistrano/tasks.rb 
new/lib/airbrussh/capistrano/tasks.rb
--- old/lib/airbrussh/capistrano/tasks.rb   2016-07-27 01:43:49.0 
+0200
+++ new/lib/airbrussh/capistrano/tasks.rb   2016-09-09 18:00:59.0 
+0200
@@ -71,7 +71,12 @@
   end
 
   def err_console
-@err_console ||= Airbrussh::Console.new(stderr)
+@err_console ||= begin
+  # Ensure we do not truncate the error output
+  err_config = config.dup
+  err_config.truncate = false
+  Airbrussh::Console.new(stderr, err_config)
+end
   end
 
   def error_line(line="\n")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/airbrussh/version.rb new/lib/airbrussh/version.rb
--- old/lib/airbrussh/version.rb2016-07-27 01:43:49.0 +0200
+++ new/lib/airbrussh/version.rb2016-09-09 18:00:59.0 +0200
@@ -1,4 +1,4 @@
 # frozen_string_literal: true
 module Airbrussh
-  VERSION = "1.1.0".freeze
+  VERSION = "1.1.1".freeze
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2016-07-27 01:43:49.0 +0200
+++ new/metadata2016-09-09 18:00:59.0 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 

commit rubygem-airbrussh for openSUSE:Factory

2016-08-25 Thread h_root
Hello community,

here is the log from the commit of package rubygem-airbrussh for 
openSUSE:Factory checked in at 2016-08-25 09:55:49

Comparing /work/SRC/openSUSE:Factory/rubygem-airbrussh (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-airbrussh.new (New)


Package is "rubygem-airbrussh"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-airbrussh/rubygem-airbrussh.changes  
2016-06-11 00:01:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-airbrussh.new/rubygem-airbrussh.changes 
2016-08-25 09:55:52.0 +0200
@@ -1,0 +2,15 @@
+Wed Jul 27 04:28:32 UTC 2016 - co...@suse.com
+
+- updated to version 1.1.0
+ see installed CHANGELOG.md
+
+  ## [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))
+
+---

Old:

  airbrussh-1.0.2.gem

New:

  airbrussh-1.1.0.gem



Other differences:
--
++ rubygem-airbrussh.spec ++
--- /var/tmp/diff_new_pack.pgoSnC/_old  2016-08-25 09:55:53.0 +0200
+++ /var/tmp/diff_new_pack.pgoSnC/_new  2016-08-25 09:55:53.0 +0200
@@ -24,14 +24,14 @@
 #
 
 Name:   rubygem-airbrussh
-Version:1.0.2
+Version:1.1.0
 Release:0
 %define mod_name airbrussh
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 5
-BuildRequires:  %{ruby}
 BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros >= 5
 Url:https://github.com/mattbrictson/airbrussh
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml

++ airbrussh-1.0.2.gem -> airbrussh-1.1.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2016-05-13 19:24:21.0 +0200
+++ new/CHANGELOG.md2016-07-27 01:43:49.0 +0200
@@ -6,6 +6,15 @@
 
 * Your contribution here!
 
+## [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
@@ -106,7 +115,8 @@
 * Initial release
 
 [Semver]: http://semver.org
-[Unreleased]: https://github.com/mattbrictson/airbrussh/compare/v1.0.2...HEAD
+[Unreleased]: https://github.com/mattbrictson/airbrussh/compare/v1.1.0...HEAD
+[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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2016-05-13 19:24:21.0 +0200
+++ new/Gemfile 2016-07-27 01:43:49.0 +0200
@@ -31,5 +31,8 @@
   gem "sshkit", requirement
 end
 
+# json 2.0+ is not compatible with Ruby 1.9, so pin at older version.
+gem "json", "~> 1.8" if RUBY_VERSION == "1.9.3"
+
 # net-ssh 3.0+ is not compatible with Ruby 1.9, so pin at older version.
 gem "net-ssh", "~> 2.8" if RUBY_VERSION == "1.9.3"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/airbrussh.gemspec new/airbrussh.gemspec
--- old/airbrussh.gemspec   2016-05-13 19:24:21.0 +0200
+++ new/airbrussh.gemspec   2016-07-27 01:43:49.0 +0200
@@ -29,5 +29,5 @@
   spec.add_development_dependency "minitest"
   spec.add_development_dependency "minitest-reporters"
   spec.add_development_dependency "mocha"
-  spec.add_development_dependency "rubocop", ">= 0.37.0"
+  spec.add_development_dependency "rubocop", "~> 0.41.2"
 end
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/airbrussh/command_formatter.rb 
new/lib/airbrussh/command_formatter.rb
--- old/lib/airbrussh/command_formatter.rb  2016-05-13