New Upstream Snapshot - tmuxinator

Ready changes

Summary

Merged new upstream version: 3.0.5+git20220920.1.7aa8092 (was: 3.0.5).

Resulting package

Built on 2023-01-20T05:14 (took 3m6s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-snapshots tmuxinator

Lintian Result

Diff

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
deleted file mode 100644
index 3109340..0000000
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-name: Bug report
-about: Create a bug report to help us improve tmuxinator
-
----
-
-**Describe the bug**
-A clear and concise description of what the bug is.
-
-**To Reproduce**
-Steps to reproduce the behavior. 
-
-**Expected behavior**
-A clear and concise description of what you expected to happen.
-
-**Environment**
- - tmuxinator Version: [output of `tmuxinator -v`, e.g. "tmuxinator 0.13.0"]
-- tmux Version: [output of `tmux -V`, e.g. "tmux 2.3"]
- - Ruby Version: [output of `ruby -v`, e.g. "ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux]"]
- - OS: [specific command varies, e.g. "Debian GNU/Linux 9.5 (stretch)"]
-
-**Additional information**
-Add any other context or (potentially) useful information about the problem here. Feel free to include screenshots, videos, scripts, Dockerfiles, etc. which may help others diagnose/reproduce the issue.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
deleted file mode 100644
index 066b2d9..0000000
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-name: Feature request
-about: Suggest an idea for this project
-
----
-
-**Is your feature request related to a problem? Please describe.**
-A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
-
-**Describe the solution you'd like**
-A clear and concise description of what you want to happen.
-
-**Describe alternatives you've considered**
-A clear and concise description of any alternative solutions or features you've considered.
-
-**Additional context**
-Add any other context or screenshots about the feature request here.
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 21dae78..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,21 +0,0 @@
-*.gem
-*.rbc
-.bundle
-.config
-.yardoc
-.coveralls.yml
-Gemfile.lock
-InstalledFiles
-_yardoc
-coverage
-doc/
-lib/bundler/man
-pkg
-rdoc
-spec/reports
-tmp
-db
-vendor/
-tags
-.env*
-.env
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 84fb483..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,47 +0,0 @@
-language: ruby
-rvm:
-  - "2.6.7"
-  - "2.7.3"
-  - "3.0.1"
-env:
-  - TMUX_VERSION=3.3a
-  - TMUX_VERSION=3.3
-  - TMUX_VERSION=3.2a
-  - TMUX_VERSION=3.2
-  - TMUX_VERSION=3.1c
-  - TMUX_VERSION=3.1b
-  - TMUX_VERSION=3.1a
-  - TMUX_VERSION=3.1
-  - TMUX_VERSION=3.0a
-  - TMUX_VERSION=3.0
-  - TMUX_VERSION=2.9a
-  - TMUX_VERSION=2.9
-  - TMUX_VERSION=2.8
-  - TMUX_VERSION=2.7
-  - TMUX_VERSION=2.6
-  - TMUX_VERSION=2.5
-  - TMUX_VERSION=2.4
-  - TMUX_VERSION=2.3
-  - TMUX_VERSION=2.2
-  - TMUX_VERSION=2.1
-  - TMUX_VERSION=2.0
-  - TMUX_VERSION=1.9
-  - TMUX_VERSION=1.8
-  - TMUX_VERSION=1.7
-  - TMUX_VERSION=1.6
-  - TMUX_VERSION=1.5
-matrix:
-  allow_failures:
-    - env: TMUX_VERSION=1.7
-before_install:
-  - gem install bundler
-  - sudo apt-get update -qq
-  - sudo apt-get install -qq libevent-dev libncurses-dev
-  - git clone https://github.com/tmux/tmux.git tmux
-  - cd tmux
-  - git checkout $TMUX_VERSION
-  - sh autogen.sh
-  - ./configure && make && sudo make install
-  - cd ..
-  - tmux -V
-script: bundle exec rake test
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5f521e0..3cbd28d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,8 @@
-## 3.0.5
+## Unreleased
 ### tmux
 - add tmux 3.3a to (currently defunct) Travis test matrix; add 3.3a to supported tmux versions list
+### CI
+- replace Travis CI config with GH Actions
 
 ## 3.0.4
 ### tmux
diff --git a/README.md b/README.md
index 3a3e2d8..ccfcb6f 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Tmuxinator
 
-[![Gem Version](https://badge.fury.io/rb/tmuxinator.svg)](http://badge.fury.io/rb/tmuxinator) [![Build Status](https://secure.travis-ci.org/tmuxinator/tmuxinator.png?branch=master)](http://travis-ci.org/tmuxinator/tmuxinator?branch=master) [![Coverage Status](https://img.shields.io/coveralls/tmuxinator/tmuxinator.svg)](https://coveralls.io/r/tmuxinator/tmuxinator?branch=master) [![Code Climate](https://codeclimate.com/github/tmuxinator/tmuxinator/badges/gpa.svg)](https://codeclimate.com/github/tmuxinator/tmuxinator) [![Dependency Status](https://gemnasium.com/tmuxinator/tmuxinator.svg)](https://gemnasium.com/tmuxinator/tmuxinator) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/tmuxinator/tmuxinator?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
+[![Gem Version](https://badge.fury.io/rb/tmuxinator.svg)](http://badge.fury.io/rb/tmuxinator) [![Integration Tests](https://github.com/tmuxinator/tmuxinator/actions/workflows/ci.yaml/badge.svg)](https://github.com/tmuxinator/tmuxinator/actions/workflows/ci.yaml) [![Coverage Status](https://img.shields.io/coveralls/tmuxinator/tmuxinator.svg)](https://coveralls.io/r/tmuxinator/tmuxinator?branch=master) [![Code Climate](https://codeclimate.com/github/tmuxinator/tmuxinator/badges/gpa.svg)](https://codeclimate.com/github/tmuxinator/tmuxinator) [![Dependency Status](https://gemnasium.com/tmuxinator/tmuxinator.svg)](https://gemnasium.com/tmuxinator/tmuxinator) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/tmuxinator/tmuxinator?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
 
 Create and manage tmux sessions easily.
 
diff --git a/debian/changelog b/debian/changelog
index 8ec2cb7..cbe8ada 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tmuxinator (3.0.5+git20220920.1.7aa8092-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Fri, 20 Jan 2023 05:12:29 -0000
+
 tmuxinator (3.0.5-1) unstable; urgency=medium
 
   * New upstream version 3.0.5
diff --git a/debian/patches/0001-drop-bash-completion-shebang.patch b/debian/patches/0001-drop-bash-completion-shebang.patch
index def58e6..cbbdf41 100644
--- a/debian/patches/0001-drop-bash-completion-shebang.patch
+++ b/debian/patches/0001-drop-bash-completion-shebang.patch
@@ -6,10 +6,10 @@ Subject: drop bash completion
  completion/tmuxinator.bash | 2 --
  1 file changed, 2 deletions(-)
 
-diff --git a/completion/tmuxinator.bash b/completion/tmuxinator.bash
-index e0f5802..26e8643 100644
---- a/completion/tmuxinator.bash
-+++ b/completion/tmuxinator.bash
+Index: tmuxinator.git/completion/tmuxinator.bash
+===================================================================
+--- tmuxinator.git.orig/completion/tmuxinator.bash
++++ tmuxinator.git/completion/tmuxinator.bash
 @@ -1,5 +1,3 @@
 -#!/usr/bin/env bash
 -
diff --git a/debian/patches/0002-Drop-SimpleCov-for-reproducible-build.patch b/debian/patches/0002-Drop-SimpleCov-for-reproducible-build.patch
index a1e832c..63b0e75 100644
--- a/debian/patches/0002-Drop-SimpleCov-for-reproducible-build.patch
+++ b/debian/patches/0002-Drop-SimpleCov-for-reproducible-build.patch
@@ -8,8 +8,10 @@ Signed-off-by: Youhei SASAKI <uwabami@gfd-dennou.org>
  tmuxinator.gemspec  |  1 -
  2 files changed, 11 deletions(-)
 
---- a/spec/spec_helper.rb
-+++ b/spec/spec_helper.rb
+Index: tmuxinator.git/spec/spec_helper.rb
+===================================================================
+--- tmuxinator.git.orig/spec/spec_helper.rb
++++ tmuxinator.git/spec/spec_helper.rb
 @@ -1,17 +1,7 @@
  require "coveralls"
  require "pry"
@@ -28,9 +30,11 @@ Signed-off-by: Youhei SASAKI <uwabami@gfd-dennou.org>
  require "tmuxinator"
  require "factory_bot"
  
---- a/tmuxinator.gemspec
-+++ b/tmuxinator.gemspec
-@@ -52,7 +52,6 @@
+Index: tmuxinator.git/tmuxinator.gemspec
+===================================================================
+--- tmuxinator.git.orig/tmuxinator.gemspec
++++ tmuxinator.git/tmuxinator.gemspec
+@@ -52,7 +52,6 @@ Gem::Specification.new do |s|
    s.add_development_dependency "rake", "~> 12.3.3"
    s.add_development_dependency "rspec", "~> 3.3"
    s.add_development_dependency "rubocop", "~> 0.48.1"
diff --git a/lib/tmuxinator/version.rb b/lib/tmuxinator/version.rb
index 89a1d3c..d835adf 100644
--- a/lib/tmuxinator/version.rb
+++ b/lib/tmuxinator/version.rb
@@ -1,3 +1,3 @@
 module Tmuxinator
-  VERSION = "3.0.5".freeze
+  VERSION = "3.0.4".freeze
 end

Debdiff

[The following lists of changes regard files as different if they have different names, permissions or owners.]

Files in second set of .debs but not in first

-rw-r--r--  root/root   /usr/share/rubygems-integration/all/specifications/tmuxinator-3.0.4.gemspec

Files in first set of .debs but not in second

-rw-r--r--  root/root   /usr/share/rubygems-integration/all/specifications/tmuxinator-3.0.5.gemspec

No differences were encountered in the control files

More details

Full run details