New Upstream Snapshot - ruby-crack

Ready changes

Summary

Merged new upstream version: 0.4.4+git20201226.1.a951228 (was: 0.4.4).

Resulting package

Built on 2022-12-13T01:52 (took 5m27s)

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

apt install -t fresh-snapshots ruby-crack

Lintian Result

Diff

diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 7cb93ef..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-*.sw?
-.DS_Store
-coverage
-rdoc
-pkg
-*.gem
-/.bundle
-/Gemfile.lock
diff --git a/History b/History
index bd953bf..1e5ec9b 100644
--- a/History
+++ b/History
@@ -1,3 +1,8 @@
+== 0.4.5 2020-12-26
+
+* 1 minor patch
+  * Add REXML as gem runtime dependency
+
 == 0.4.4 2020-09-17
 
 * 1 minor patch
@@ -6,9 +11,11 @@
 == 0.1.7 2010-02-19
 * 1 minor patch
   * Added patch from @purp for ISO 8601 date/time format
+
 == 0.1.6 2010-01-31
 * 1 minor patch
   * Added Crack::VERSION constant - http://weblog.rubyonrails.org/2009/9/1/gem-packaging-best-practices
+
 == 0.1.5 2010-01-27
 * 1 minor patch
   * Strings that begin with dates shouldn't be parsed as such (sandro)
diff --git a/crack.gemspec b/crack.gemspec
index ba55b60..47a9fcf 100644
--- a/crack.gemspec
+++ b/crack.gemspec
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
   gem.email         = ["nunemaker@gmail.com"]
   gem.description   = %q{Really simple JSON and XML parsing, ripped from Merb and Rails.}
   gem.summary       = %q{Really simple JSON and XML parsing, ripped from Merb and Rails.}
-  gem.homepage      = "http://github.com/jnunemaker/crack"
+  gem.homepage      = "https://github.com/jnunemaker/crack"
 
   gem.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
   gem.files         = `git ls-files -- lib/*`.split("\n")
@@ -14,4 +14,6 @@ Gem::Specification.new do |gem|
   gem.require_paths = ["lib"]
   gem.version       = Crack::VERSION
   gem.license       = "MIT"
+
+  gem.add_runtime_dependency("rexml")
 end
diff --git a/debian/changelog b/debian/changelog
index d9536fd..976d15c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-crack (0.4.4+git20201226.1.a951228-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 13 Dec 2022 01:49:22 -0000
+
 ruby-crack (0.4.4-4) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/patches/0001-Use-named-parameters-for-safe_load.patch b/debian/patches/0001-Use-named-parameters-for-safe_load.patch
index 2d1e13e..475bb43 100644
--- a/debian/patches/0001-Use-named-parameters-for-safe_load.patch
+++ b/debian/patches/0001-Use-named-parameters-for-safe_load.patch
@@ -15,10 +15,10 @@ Fixes #72
  lib/crack/json.rb | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/lib/crack/json.rb b/lib/crack/json.rb
-index 1a27ac7..528aad6 100644
---- a/lib/crack/json.rb
-+++ b/lib/crack/json.rb
+Index: ruby-crack.git/lib/crack/json.rb
+===================================================================
+--- ruby-crack.git.orig/lib/crack/json.rb
++++ ruby-crack.git/lib/crack/json.rb
 @@ -13,7 +13,7 @@ module Crack
  
      def self.parse(json)
@@ -28,6 +28,3 @@ index 1a27ac7..528aad6 100644
      rescue *parser_exceptions
        raise ParseError, "Invalid JSON string"
      rescue Psych::DisallowedClass
--- 
-2.30.2
-
diff --git a/debian/patches/don't_relly_on_git.patch b/debian/patches/don't_relly_on_git.patch
index 33a9300..dddc800 100644
--- a/debian/patches/don't_relly_on_git.patch
+++ b/debian/patches/don't_relly_on_git.patch
@@ -2,13 +2,13 @@ Description: For ruby integration,dont relly on git
 Author: Abhijith PA <abhijith@openmailbox.org>
 Date: 29/10/2015
 
-Index: ruby-crack/crack.gemspec
+Index: ruby-crack.git/crack.gemspec
 ===================================================================
---- ruby-crack.orig/crack.gemspec
-+++ ruby-crack/crack.gemspec
+--- ruby-crack.git.orig/crack.gemspec
++++ ruby-crack.git/crack.gemspec
 @@ -8,8 +8,9 @@ Gem::Specification.new do |gem|
    gem.summary       = %q{Really simple JSON and XML parsing, ripped from Merb and Rails.}
-   gem.homepage      = "http://github.com/jnunemaker/crack"
+   gem.homepage      = "https://github.com/jnunemaker/crack"
  
 -  gem.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
 -  gem.files         = `git ls-files -- lib/*`.split("\n")
diff --git a/lib/crack/version.rb b/lib/crack/version.rb
index e87a21d..1991c24 100644
--- a/lib/crack/version.rb
+++ b/lib/crack/version.rb
@@ -1,3 +1,3 @@
 module Crack
-  VERSION = "0.4.4"
+  VERSION = "0.4.5"
 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/crack-0.4.5.gemspec

Files in first set of .debs but not in second

-rw-r--r--  root/root   /usr/share/rubygems-integration/all/specifications/crack-0.4.4.gemspec

No differences were encountered in the control files

More details

Full run details