New Upstream Snapshot - ruby-airbrussh

Ready changes

Summary

Merged new upstream version: 1.4.1+git20221105.1.5f28258 (was: 1.4.1).

Resulting package

Built on 2023-02-26T11:50 (took 22m22s)

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

apt install -t fresh-snapshots ruby-airbrussh

Lintian Result

Diff

diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
deleted file mode 100644
index 07fafcd..0000000
--- a/.github/release-drafter.yml
+++ /dev/null
@@ -1,25 +0,0 @@
-name-template: "$RESOLVED_VERSION"
-tag-template: "v$RESOLVED_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"
-version-resolver:
-  minor:
-    labels:
-      - "⚠️ Breaking"
-      - "✨ Feature"
-  default: patch
-change-template: "- $TITLE (#$NUMBER) @$AUTHOR"
-no-changes-template: "- No changes"
-template: |
-  $CHANGES
-
-  **Full Changelog:** https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml
deleted file mode 100644
index 2241998..0000000
--- a/.github/workflows/push.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-name: Release Drafter
-on:
-  push:
-    branches:
-      - main
-jobs:
-  update_release_draft:
-    runs-on: ubuntu-latest
-    steps:
-      - uses: release-drafter/release-drafter@v5
-        env:
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index fc8d0ec..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,15 +0,0 @@
-/.bundle/
-/.yardoc
-/Gemfile.lock
-/_yardoc/
-/coverage/
-/doc/
-/log/
-/pkg/
-/spec/reports/
-/tmp/
-*.bundle
-*.so
-*.o
-*.a
-mkmf.log
diff --git a/Gemfile b/Gemfile
index d5b7ba9..6429e6a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -11,6 +11,10 @@ if RUBY_VERSION == "1.9.3"
   gem "rake", "< 12.3"
   gem "term-ansicolor", "~> 1.3.2"
   gem "tins", "~> 1.6.0"
+elsif RUBY_VERSION < "2.6"
+  # These gems need specific versions for Ruby < 2.6
+  gem "minitest", "< 5.16" # rubocop:disable Bundler/DuplicatedGem
+  gem "net-ssh", "< 7" # rubocop:disable Bundler/DuplicatedGem
 end
 
 if RUBY_VERSION >= "2.5"
@@ -18,8 +22,8 @@ if RUBY_VERSION >= "2.5"
   gem "coveralls_reborn", "~> 0.24.0"
 end
 
-if RUBY_VERSION >= "2.1"
-  # These gems need at least Ruby 2.1
+if RUBY_VERSION >= "2.5"
+  # These gems need at least Ruby 2.5
   gem "rubocop", "0.50.0"
 
   # Optional development dependencies; requires bundler >= 1.10.
diff --git a/debian/changelog b/debian/changelog
index 8f26e7e..5455faf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-airbrussh (1.4.1+git20221105.1.5f28258-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sun, 26 Feb 2023 11:37:43 -0000
+
 ruby-airbrussh (1.4.1-1) unstable; urgency=medium
 
   * Team upload

Debdiff

File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)

  • Ruby-Versions: all

More details

Full run details