Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-sshkit for openSUSE:Factory 
checked in at 2022-10-12 18:25:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-sshkit (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-sshkit.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-sshkit"

Wed Oct 12 18:25:14 2022 rev:30 rq:1010066 version:1.21.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-sshkit/rubygem-sshkit.changes    
2021-01-21 21:56:18.437833716 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-sshkit.new.2275/rubygem-sshkit.changes  
2022-10-12 18:27:02.522000314 +0200
@@ -1,0 +2,7 @@
+Mon Oct 10 13:24:31 UTC 2022 - Stephan Kulow <co...@suse.com>
+
+updated to version 1.21.3
+ see installed CHANGELOG.md
+
+
+-------------------------------------------------------------------

Old:
----
  sshkit-1.21.2.gem

New:
----
  sshkit-1.21.3.gem

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

Other differences:
------------------
++++++ rubygem-sshkit.spec ++++++
--- /var/tmp/diff_new_pack.L9qAu7/_old  2022-10-12 18:27:03.750003017 +0200
+++ /var/tmp/diff_new_pack.L9qAu7/_new  2022-10-12 18:27:03.754003026 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-sshkit
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 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-sshkit
-Version:        1.21.2
+Version:        1.21.3
 Release:        0
 %define mod_name sshkit
 %define mod_full_name %{mod_name}-%{version}

++++++ sshkit-1.21.2.gem -> sshkit-1.21.3.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.github/dependabot.yml new/.github/dependabot.yml
--- old/.github/dependabot.yml  1970-01-01 01:00:00.000000000 +0100
+++ new/.github/dependabot.yml  2022-09-06 01:51:02.000000000 +0200
@@ -0,0 +1,16 @@
+version: 2
+updates:
+- package-ecosystem: bundler
+  directory: "/"
+  schedule:
+    interval: monthly
+  open-pull-requests-limit: 10
+  ignore:
+  - dependency-name: rubocop
+    versions:
+    - "> 0.49.1"
+- package-ecosystem: "github-actions"
+  directory: "/"
+  schedule: 
+    interval: monthly
+  open-pull-requests-limit: 10
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      2021-01-18 18:29:48.000000000 +0100
+++ new/.github/workflows/push.yml      2022-09-06 01:51:02.000000000 +0200
@@ -7,6 +7,6 @@
     steps:
       - uses: actions/checkout@master
       - name: Draft Release
-        uses: toolmantim/release-drafter@v5.2.0
+        uses: toolmantim/release-drafter@v5.20.1
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/EXAMPLES.md new/EXAMPLES.md
--- old/EXAMPLES.md     2021-01-18 18:29:48.000000000 +0100
+++ new/EXAMPLES.md     2022-09-06 01:51:02.000000000 +0200
@@ -339,6 +339,15 @@
 This will resolve the `example.com` hostname into a `SSHKit::Host` object, and
 try to pull up the correct configuration for it.
 
+## Connect to a host on a port different than 22
+
+If your ssh server is running on a port different than 22, you can change this 
is
+shown:
+
+```ruby
+on('example.com', {port: 1234}) do
+end
+```
 
 ## Run a command without it being command-mapped
 
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/sshkit/version.rb new/lib/sshkit/version.rb
--- old/lib/sshkit/version.rb   2021-01-18 18:29:48.000000000 +0100
+++ new/lib/sshkit/version.rb   2022-09-06 01:51:02.000000000 +0200
@@ -1,3 +1,3 @@
 module SSHKit
-  VERSION = "1.21.2".freeze
+  VERSION = "1.21.3".freeze
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2021-01-18 18:29:48.000000000 +0100
+++ new/metadata        2022-09-06 01:51:02.000000000 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: sshkit
 version: !ruby/object:Gem::Version
-  version: 1.21.2
+  version: 1.21.3
 platform: ruby
 authors:
 - Lee Hambley
@@ -9,7 +9,7 @@
 autorequire:
 bindir: bin
 cert_chain: []
-date: 2021-01-18 00:00:00.000000000 Z
+date: 2022-09-05 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: net-ssh
@@ -180,6 +180,7 @@
 extensions: []
 extra_rdoc_files: []
 files:
+- ".github/dependabot.yml"
 - ".github/release-drafter.yml"
 - ".github/workflows/push.yml"
 - ".gitignore"
@@ -290,7 +291,7 @@
     - !ruby/object:Gem::Version
       version: '0'
 requirements: []
-rubygems_version: 3.2.5
+rubygems_version: 3.3.21
 signing_key:
 specification_version: 4
 summary: SSHKit makes it easy to write structured, testable SSH commands in 
Ruby

Reply via email to