Hello community,

here is the log from the commit of package rubygem-capistrano for 
openSUSE:Factory checked in at 2020-10-05 19:30:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-capistrano (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-capistrano.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-capistrano"

Mon Oct  5 19:30:17 2020 rev:35 rq:838024 version:3.14.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-capistrano/rubygem-capistrano.changes    
2020-05-11 13:40:33.913019073 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-capistrano.new.4249/rubygem-capistrano.changes
  2020-10-05 19:30:22.220557067 +0200
@@ -1,0 +2,7 @@
+Fri Sep 25 13:44:30 UTC 2020 - Stephan Kulow <[email protected]>
+
+updated to version 3.14.1
+ see installed CHANGELOG.md
+
+
+-------------------------------------------------------------------

Old:
----
  capistrano-3.14.0.gem

New:
----
  capistrano-3.14.1.gem

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

Other differences:
------------------
++++++ rubygem-capistrano.spec ++++++
--- /var/tmp/diff_new_pack.QJtNWN/_old  2020-10-05 19:30:23.080557898 +0200
+++ /var/tmp/diff_new_pack.QJtNWN/_new  2020-10-05 19:30:23.084557901 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-capistrano
-Version:        3.14.0
+Version:        3.14.1
 Release:        0
 %define mod_name capistrano
 %define mod_full_name %{mod_name}-%{version}

++++++ capistrano-3.14.0.gem -> capistrano-3.14.1.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml     2020-05-06 03:37:37.000000000 +0200
+++ new/.travis.yml     2020-06-10 18:17:17.000000000 +0200
@@ -1,8 +1,9 @@
 language: ruby
 rvm:
-  - 2.6.3
-  - 2.5.5
-  - 2.4.6
+  - 2.7.1
+  - 2.6.6
+  - 2.5.8
+  - 2.4.10
   - 2.3.8
   - 2.2
   - 2.1
@@ -16,8 +17,8 @@
   include:
     - rvm: rbx-2
       script: bundle exec rake spec
-    # Run Danger only once, on 2.5.3
-    - rvm: 2.5.5
+    # Run Danger only once, on 2.5.8
+    - rvm: 2.5.8
       before_script: bundle exec danger
 
 script: bundle exec rake spec rubocop
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/capistrano/dsl.rb new/lib/capistrano/dsl.rb
--- old/lib/capistrano/dsl.rb   2020-05-06 03:37:37.000000000 +0200
+++ new/lib/capistrano/dsl.rb   2020-06-10 18:17:17.000000000 +0200
@@ -33,7 +33,7 @@
     end
 
     def t(key, options={})
-      I18n.t(key, options.merge(scope: :capistrano))
+      I18n.t(key, **options.merge(scope: :capistrano))
     end
 
     def scm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/capistrano/version.rb 
new/lib/capistrano/version.rb
--- old/lib/capistrano/version.rb       2020-05-06 03:37:37.000000000 +0200
+++ new/lib/capistrano/version.rb       2020-06-10 18:17:17.000000000 +0200
@@ -1,3 +1,3 @@
 module Capistrano
-  VERSION = "3.14.0".freeze
+  VERSION = "3.14.1".freeze
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2020-05-06 03:37:37.000000000 +0200
+++ new/metadata        2020-06-10 18:17:17.000000000 +0200
@@ -1,15 +1,15 @@
 --- !ruby/object:Gem::Specification
 name: capistrano
 version: !ruby/object:Gem::Version
-  version: 3.14.0
+  version: 3.14.1
 platform: ruby
 authors:
 - Tom Clements
 - Lee Hambley
-autorequire: 
+autorequire:
 bindir: bin
 cert_chain: []
-date: 2020-05-06 00:00:00.000000000 Z
+date: 2020-06-10 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: airbrussh
@@ -262,7 +262,7 @@
   source_code_uri: https://github.com/capistrano/capistrano
   homepage_uri: https://capistranorb.com/
   documentation_uri: https://capistranorb.com/
-post_install_message: 
+post_install_message:
 rdoc_options: []
 require_paths:
 - lib
@@ -277,8 +277,8 @@
     - !ruby/object:Gem::Version
       version: '0'
 requirements: []
-rubygems_version: 3.1.2
-signing_key: 
+rubygems_version: 3.1.4
+signing_key:
 specification_version: 4
 summary: Capistrano - Welcome to easy deployment with Ruby over SSH
 test_files:


Reply via email to