New Upstream Snapshot - ruby-diffy

Ready changes

Summary

Merged new upstream version: 3.4.2+git20221017.1.85b18fa (was: 3.4.2).

Resulting package

Built on 2022-10-17T22:51 (took 8m43s)

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

apt install -t fresh-snapshots ruby-diffy

Lintian Result

Diff

diff --git a/.travis.yml b/.travis.yml
index 510cf45..55e3470 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,7 @@ rvm:
   - 2.2.6
   - 2.3.3
   - 2.4.0
+  - 3.0
   - jruby-9.1.12.0
 matrix:
   allow_failures:
diff --git a/debian/changelog b/debian/changelog
index 274f071..fc23742 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-diffy (3.4.2+git20221017.1.85b18fa-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Mon, 17 Oct 2022 22:46:23 -0000
+
 ruby-diffy (3.4.2-1) unstable; urgency=medium
 
   [ Vinay Keshava ]
diff --git a/debian/patches/01-fix_library_path.patch b/debian/patches/01-fix_library_path.patch
index a5dabde..0adc5eb 100644
--- a/debian/patches/01-fix_library_path.patch
+++ b/debian/patches/01-fix_library_path.patch
@@ -3,8 +3,10 @@ Author: Abhijith PA <abhijith@openmailbox.org>
 Forwarded: not-needed
 Last-Update: 2018-08-01
 
---- a/spec/diffy_spec.rb
-+++ b/spec/diffy_spec.rb
+Index: ruby-diffy.git/spec/diffy_spec.rb
+===================================================================
+--- ruby-diffy.git.orig/spec/diffy_spec.rb
++++ ruby-diffy.git/spec/diffy_spec.rb
 @@ -1,5 +1,5 @@
  require 'rspec'
 -require File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib', 'diffy'))
@@ -12,8 +14,10 @@ Last-Update: 2018-08-01
  
  describe Diffy::Diff do
  
---- a/spec/demo_app.rb
-+++ b/spec/demo_app.rb
+Index: ruby-diffy.git/spec/demo_app.rb
+===================================================================
+--- ruby-diffy.git.orig/spec/demo_app.rb
++++ ruby-diffy.git/spec/demo_app.rb
 @@ -1,7 +1,7 @@
  require 'rubygems'
  require 'sinatra'

More details

Full run details