Hello community, here is the log from the commit of package rubygem-tmuxinator for openSUSE:Factory checked in at 2020-05-11 13:40:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-tmuxinator (Old) and /work/SRC/openSUSE:Factory/.rubygem-tmuxinator.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-tmuxinator" Mon May 11 13:40:03 2020 rev:5 rq:802381 version:2.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-tmuxinator/rubygem-tmuxinator.changes 2020-02-13 10:11:13.964330133 +0100 +++ /work/SRC/openSUSE:Factory/.rubygem-tmuxinator.new.2738/rubygem-tmuxinator.changes 2020-05-11 13:40:05.756959375 +0200 @@ -1,0 +2,6 @@ +Thu May 7 21:36:01 UTC 2020 - Stephan Kulow <[email protected]> + +- updated to version 2.0.1 + no changelog found + +------------------------------------------------------------------- Old: ---- tmuxinator-1.1.4.gem New: ---- tmuxinator-2.0.1.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-tmuxinator.spec ++++++ --- /var/tmp/diff_new_pack.UI0Q03/_old 2020-05-11 13:40:06.432960792 +0200 +++ /var/tmp/diff_new_pack.UI0Q03/_new 2020-05-11 13:40:06.436960800 +0200 @@ -24,7 +24,7 @@ # Name: rubygem-tmuxinator -Version: 1.1.4 +Version: 2.0.1 Release: 0 %define mod_name tmuxinator %define mod_full_name %{mod_name}-%{version} @@ -35,7 +35,7 @@ %endif # /MANUAL BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: %{ruby >= 2.4.6} +BuildRequires: %{ruby >= 2.5.8} BuildRequires: %{rubygem gem2rpm} BuildRequires: ruby-macros >= 5 BuildRequires: update-alternatives ++++++ tmuxinator-1.1.4.gem -> tmuxinator-2.0.1.gem ++++++ Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/tmuxinator/assets/sample.yml new/lib/tmuxinator/assets/sample.yml --- old/lib/tmuxinator/assets/sample.yml 2019-12-29 02:27:56.000000000 +0100 +++ new/lib/tmuxinator/assets/sample.yml 2020-05-04 15:17:53.000000000 +0200 @@ -10,14 +10,19 @@ # project hooks. # Project hooks + # Runs on project start, always # on_project_start: command + # Run on project start, the first time # on_project_first_start: command + # Run on project start, after the first time # on_project_restart: command + # Run on project exit ( detaching from tmux session ) # on_project_exit: command + # Run on project stop # on_project_stop: command diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/tmuxinator/tmux_version.rb new/lib/tmuxinator/tmux_version.rb --- old/lib/tmuxinator/tmux_version.rb 2019-12-29 02:27:56.000000000 +0100 +++ new/lib/tmuxinator/tmux_version.rb 2020-05-04 15:17:53.000000000 +0200 @@ -1,6 +1,9 @@ module Tmuxinator module TmuxVersion SUPPORTED_TMUX_VERSIONS = [ + "3.1b", + "3.1a", + 3.1, "3.0a", 3.0, "2.9a", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/tmuxinator/version.rb new/lib/tmuxinator/version.rb --- old/lib/tmuxinator/version.rb 2019-12-29 02:27:56.000000000 +0100 +++ new/lib/tmuxinator/version.rb 2020-05-04 15:17:53.000000000 +0200 @@ -1,3 +1,3 @@ module Tmuxinator - VERSION = "1.1.4".freeze + VERSION = "2.0.1".freeze end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/metadata new/metadata --- old/metadata 2019-12-29 02:27:56.000000000 +0100 +++ new/metadata 2020-05-04 15:17:53.000000000 +0200 @@ -1,7 +1,7 @@ --- !ruby/object:Gem::Specification name: tmuxinator version: !ruby/object:Gem::Version - version: 1.1.4 + version: 2.0.1 platform: ruby authors: - Allen Bargi @@ -9,7 +9,7 @@ autorequire: bindir: bin cert_chain: [] -date: 2019-12-29 00:00:00.000000000 Z +date: 2020-05-04 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: erubis @@ -149,14 +149,14 @@ requirements: - - "~>" - !ruby/object:Gem::Version - version: '10.4' + version: 12.3.3 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version - version: '10.4' + version: 12.3.3 - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement @@ -295,7 +295,7 @@ requirements: - - ">=" - !ruby/object:Gem::Version - version: 2.4.6 + version: 2.5.8 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">="
