New Upstream Snapshot - ruby-rushover

Ready changes

Summary

Merged new upstream version: 0.3.0+git20130304.1.7708bfc (was: 0.3.0).

Resulting package

Built on 2023-01-20T03:59 (took 6m13s)

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

apt install -t fresh-snapshots ruby-rushover

Lintian Result

Diff

diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index f1fdeb5..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,18 +0,0 @@
-*.gem
-*.rbc
-.bundle
-.config
-.yardoc
-Gemfile.lock
-InstalledFiles
-_yardoc
-coverage
-doc/
-lib/bundler/man
-pkg
-rdoc
-spec/reports
-test/tmp
-test/version_tmp
-tmp
-.rvmrc
diff --git a/README.md b/README.md
index 59d62cc..9a4e036 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ resp.ok? # => true
 client.notify(user_key, "some message", :priority => 2, :expire => 180, :retry => 60)
 
 # Check a receipt
-client.reciept("S2sXbSL2IKfl6caouD8hJXVn4SoD36")
+client.receipt("S2sXbSL2IKfl6caouD8hJXVn4SoD36")
 
 # Validate that a user exists
 client.validate!(existing_user_key) # => true
diff --git a/debian/changelog b/debian/changelog
index 9d1bdd4..1cc9dc2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-ruby-rushover (0.3.0-3) UNRELEASED; urgency=low
+ruby-rushover (0.3.0+git20130304.1.7708bfc-1) UNRELEASED; urgency=low
 
   * Set field Upstream-Contact in debian/copyright.
   * Remove obsolete fields Contact, Name from debian/upstream/metadata (already
@@ -7,8 +7,9 @@ ruby-rushover (0.3.0-3) UNRELEASED; urgency=low
   * Bump debhelper from old 12 to 13.
   * Update standards version to 4.5.1, no changes needed.
   * Update standards version to 4.6.1, no changes needed.
+  * New upstream snapshot.
 
- -- Debian Janitor <janitor@jelmer.uk>  Fri, 04 Sep 2020 07:53:49 -0000
+ -- Debian Janitor <janitor@jelmer.uk>  Fri, 20 Jan 2023 03:55:18 -0000
 
 ruby-rushover (0.3.0-2) unstable; urgency=medium
 
diff --git a/debian/patches/0001-Fix-tests-with-rest-client-2.patch b/debian/patches/0001-Fix-tests-with-rest-client-2.patch
index 5a870fd..517dab2 100644
--- a/debian/patches/0001-Fix-tests-with-rest-client-2.patch
+++ b/debian/patches/0001-Fix-tests-with-rest-client-2.patch
@@ -7,11 +7,11 @@ https://github.com/chrisk/fakeweb/issues/61
  test/test_helper.rb | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/test/test_helper.rb b/test/test_helper.rb
-index ec9fcb2..4461097 100644
---- a/test/test_helper.rb
-+++ b/test/test_helper.rb
-@@ -21,7 +21,7 @@ class RushoverTest < Test::Unit::TestCase
+Index: ruby-rushover.git/test/test_helper.rb
+===================================================================
+--- ruby-rushover.git.orig/test/test_helper.rb
++++ ruby-rushover.git/test/test_helper.rb
+@@ -21,7 +21,7 @@ class RushoverTest < Test::Unit::TestCas
    end
  
    def last_request_param(param)

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details