New Upstream Snapshot - ruby-text-table

Ready changes

Summary

Merged new upstream version: 1.2.4+git20150204.1.42b0f78 (was: 1.2.4).

Resulting package

Built on 2022-10-16T06:33 (took 23m45s)

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

apt install -t fresh-snapshots ruby-text-table

Lintian Result

Diff

diff --git a/README.rdoc b/README.rdoc
index 02085a0..4e5db16 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -1,7 +1,4 @@
-= text-table
-{<img src="https://badge.fury.io/rb/text-table.png" alt="Gem Version" />}[https://rubygems.org/gems/text-table]
-{<img src="https://secure.travis-ci.org/aptinio/text-table.png" alt="Build Status" />}[http://travis-ci.org/aptinio/text-table]
-{<img src="https://codeclimate.com/github/aptinio/text-table.png" alt="Code Climate" />}[https://codeclimate.com/github/aptinio/text-table]
+= text-table {<img src="https://secure.travis-ci.org/aptinio/text-table.png" />}[http://travis-ci.org/aptinio/text-table]
 
 A feature-rich, easy-to-use plain text table formatter.
 
diff --git a/debian/changelog b/debian/changelog
index 7457766..a50f181 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-ruby-text-table (1.2.4-4) UNRELEASED; urgency=medium
+ruby-text-table (1.2.4+git20150204.1.42b0f78-1) UNRELEASED; urgency=medium
 
   [ Utkarsh Gupta ]
   * Add salsa-ci.yml
@@ -15,8 +15,9 @@ ruby-text-table (1.2.4-4) UNRELEASED; urgency=medium
   * Update watch file format version to 4.
   * Bump debhelper from old 12 to 13.
   * Set upstream metadata fields: Repository-Browse.
+  * New upstream snapshot.
 
- -- Utkarsh Gupta <guptautkarsh2102@gmail.com>  Tue, 13 Aug 2019 07:58:34 +0530
+ -- Utkarsh Gupta <guptautkarsh2102@gmail.com>  Sun, 16 Oct 2022 06:17:44 -0000
 
 ruby-text-table (1.2.4-3) unstable; urgency=medium
 
diff --git a/debian/patches/0001-spec-integration_helper-remove-unused-variable.patch b/debian/patches/0001-spec-integration_helper-remove-unused-variable.patch
index 73a0edd..09d8a70 100644
--- a/debian/patches/0001-spec-integration_helper-remove-unused-variable.patch
+++ b/debian/patches/0001-spec-integration_helper-remove-unused-variable.patch
@@ -12,10 +12,10 @@ Fixes #14
  spec/integration_helper.rb | 1 -
  1 file changed, 1 deletion(-)
 
-diff --git a/spec/integration_helper.rb b/spec/integration_helper.rb
-index 05b9325..a4ba2de 100644
---- a/spec/integration_helper.rb
-+++ b/spec/integration_helper.rb
+Index: ruby-text-table.git/spec/integration_helper.rb
+===================================================================
+--- ruby-text-table.git.orig/spec/integration_helper.rb
++++ ruby-text-table.git/spec/integration_helper.rb
 @@ -8,6 +8,5 @@ RSpec.configure do |config|
              %w( aaa  bbbb c    dd   ),
      ]
diff --git a/debian/patches/0002-spec-spec_helper.rb-remove-unecessary-require.patch b/debian/patches/0002-spec-spec_helper.rb-remove-unecessary-require.patch
index 087666b..8ce6745 100644
--- a/debian/patches/0002-spec-spec_helper.rb-remove-unecessary-require.patch
+++ b/debian/patches/0002-spec-spec_helper.rb-remove-unecessary-require.patch
@@ -7,11 +7,11 @@ Under RSpec 3, this generates a warning
  spec/spec_helper.rb | 1 -
  1 file changed, 1 deletion(-)
 
-diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
-index 557ceb6..9973f9b 100644
---- a/spec/spec_helper.rb
-+++ b/spec/spec_helper.rb
-@@ -2,7 +2,6 @@ $LOAD_PATH.unshift(File.dirname(__FILE__))
+Index: ruby-text-table.git/spec/spec_helper.rb
+===================================================================
+--- ruby-text-table.git.orig/spec/spec_helper.rb
++++ ruby-text-table.git/spec/spec_helper.rb
+@@ -2,7 +2,6 @@ $LOAD_PATH.unshift(File.dirname(__FILE__
  $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
  require 'text-table'
  require 'rspec'
diff --git a/debian/patches/0003-Convert-test-suite-to-RSpec-3.patch b/debian/patches/0003-Convert-test-suite-to-RSpec-3.patch
index 5dabcdd..1de2bb9 100644
--- a/debian/patches/0003-Convert-test-suite-to-RSpec-3.patch
+++ b/debian/patches/0003-Convert-test-suite-to-RSpec-3.patch
@@ -13,10 +13,10 @@ Subject: Convert test suite to RSpec 3
  text-table.gemspec                    |  2 +-
  8 files changed, 89 insertions(+), 89 deletions(-)
 
-diff --git a/spec/cell_spec.rb b/spec/cell_spec.rb
-index ae9f7e0..0a4f430 100644
---- a/spec/cell_spec.rb
-+++ b/spec/cell_spec.rb
+Index: ruby-text-table.git/spec/cell_spec.rb
+===================================================================
+--- ruby-text-table.git.orig/spec/cell_spec.rb
++++ ruby-text-table.git/spec/cell_spec.rb
 @@ -7,7 +7,7 @@ describe Text::Table::Cell do
    end
  
@@ -39,10 +39,10 @@ index ae9f7e0..0a4f430 100644
    end
  
  end
-diff --git a/spec/enumerable_spec.rb b/spec/enumerable_spec.rb
-index 9bcae8d..2c7cf0a 100644
---- a/spec/enumerable_spec.rb
-+++ b/spec/enumerable_spec.rb
+Index: ruby-text-table.git/spec/enumerable_spec.rb
+===================================================================
+--- ruby-text-table.git.orig/spec/enumerable_spec.rb
++++ ruby-text-table.git/spec/enumerable_spec.rb
 @@ -11,45 +11,45 @@ describe Enumerable do
      end
  
@@ -136,10 +136,10 @@ index 9bcae8d..2c7cf0a 100644
      end
    end
  end
-diff --git a/spec/integration/alignment_spec.rb b/spec/integration/alignment_spec.rb
-index 12c8e16..84521b0 100644
---- a/spec/integration/alignment_spec.rb
-+++ b/spec/integration/alignment_spec.rb
+Index: ruby-text-table.git/spec/integration/alignment_spec.rb
+===================================================================
+--- ruby-text-table.git.orig/spec/integration/alignment_spec.rb
++++ ruby-text-table.git/spec/integration/alignment_spec.rb
 @@ -14,40 +14,40 @@ describe Text::Table do
      context 'when left' do
        let(:align) { :left }
@@ -317,10 +317,10 @@ index 12c8e16..84521b0 100644
      end
    end
  end
-diff --git a/spec/integration/boundaries_spec.rb b/spec/integration/boundaries_spec.rb
-index 2287f2b..6d61929 100644
---- a/spec/integration/boundaries_spec.rb
-+++ b/spec/integration/boundaries_spec.rb
+Index: ruby-text-table.git/spec/integration/boundaries_spec.rb
+===================================================================
+--- ruby-text-table.git.orig/spec/integration/boundaries_spec.rb
++++ ruby-text-table.git/spec/integration/boundaries_spec.rb
 @@ -16,7 +16,7 @@ describe Text::Table do
      context 'when ":"' do
        let(:horizontal_boundary) { ':' }
@@ -423,10 +423,10 @@ index 2287f2b..6d61929 100644
 +    })) }
    end
  end
-diff --git a/spec/integration/column_spans_spec.rb b/spec/integration/column_spans_spec.rb
-index bdfbe11..4d71ca8 100644
---- a/spec/integration/column_spans_spec.rb
-+++ b/spec/integration/column_spans_spec.rb
+Index: ruby-text-table.git/spec/integration/column_spans_spec.rb
+===================================================================
+--- ruby-text-table.git.orig/spec/integration/column_spans_spec.rb
++++ ruby-text-table.git/spec/integration/column_spans_spec.rb
 @@ -13,7 +13,7 @@ describe Text::Table do
        context 'aligned to the left' do
          let(:align) { :left }
@@ -627,10 +627,10 @@ index bdfbe11..4d71ca8 100644
        end
      end
    end
-diff --git a/spec/integration/parts_spec.rb b/spec/integration/parts_spec.rb
-index 443aeeb..7dcc0cf 100644
---- a/spec/integration/parts_spec.rb
-+++ b/spec/integration/parts_spec.rb
+Index: ruby-text-table.git/spec/integration/parts_spec.rb
+===================================================================
+--- ruby-text-table.git.orig/spec/integration/parts_spec.rb
++++ ruby-text-table.git/spec/integration/parts_spec.rb
 @@ -8,61 +8,61 @@ describe Text::Table do
    subject { table.to_s }
  
@@ -703,10 +703,10 @@ index 443aeeb..7dcc0cf 100644
 +    })) }
    end
  end
-diff --git a/spec/integration/performance_spec.rb b/spec/integration/performance_spec.rb
-index 19c9e5c..79c373e 100644
---- a/spec/integration/performance_spec.rb
-+++ b/spec/integration/performance_spec.rb
+Index: ruby-text-table.git/spec/integration/performance_spec.rb
+===================================================================
+--- ruby-text-table.git.orig/spec/integration/performance_spec.rb
++++ ruby-text-table.git/spec/integration/performance_spec.rb
 @@ -6,7 +6,7 @@ describe Text::Table, 'performance' do
      base = time_to_render_num_of_rows  1_000
      time = time_to_render_num_of_rows 10_000
@@ -716,10 +716,10 @@ index 19c9e5c..79c373e 100644
    end
  
    def time_to_render_num_of_rows(num)
-diff --git a/text-table.gemspec b/text-table.gemspec
-index 68e15d9..1cf4b16 100644
---- a/text-table.gemspec
-+++ b/text-table.gemspec
+Index: ruby-text-table.git/text-table.gemspec
+===================================================================
+--- ruby-text-table.git.orig/text-table.gemspec
++++ ruby-text-table.git/text-table.gemspec
 @@ -17,6 +17,6 @@ Gem::Specification.new do |gem|
    gem.files = `git ls-files`.split($/)
    gem.test_files = `git ls-files -- spec/*`.split($/)
diff --git a/lib/text-table/version.rb b/lib/text-table/version.rb
index a319bb3..5d6ec78 100644
--- a/lib/text-table/version.rb
+++ b/lib/text-table/version.rb
@@ -1,5 +1,5 @@
 module Text
   class Table
-    VERSION = '1.2.4'
+    VERSION = '1.2.3'
   end
 end
diff --git a/metadata.yml b/metadata.yml
deleted file mode 100644
index f33ca61..0000000
--- a/metadata.yml
+++ /dev/null
@@ -1,94 +0,0 @@
---- !ruby/object:Gem::Specification
-name: text-table
-version: !ruby/object:Gem::Version
-  version: 1.2.4
-platform: ruby
-authors:
-- Aaron Tinio
-autorequire: 
-bindir: bin
-cert_chain: []
-date: 2015-02-03 00:00:00.000000000 Z
-dependencies:
-- !ruby/object:Gem::Dependency
-  name: rspec
-  requirement: !ruby/object:Gem::Requirement
-    requirements:
-    - - "~>"
-      - !ruby/object:Gem::Version
-        version: '2'
-  type: :development
-  prerelease: false
-  version_requirements: !ruby/object:Gem::Requirement
-    requirements:
-    - - "~>"
-      - !ruby/object:Gem::Version
-        version: '2'
-description: Allows you to easily create and format plain text tables, useful when
-  working with the terminal or when you want to quickly print formatted tables to
-  a dot-matrix printer.
-email: aptinio@gmail.com
-executables: []
-extensions: []
-extra_rdoc_files:
-- LICENSE
-- README.rdoc
-files:
-- ".document"
-- ".gitignore"
-- ".travis.yml"
-- CHANGELOG.rdoc
-- Gemfile
-- LICENSE
-- README.rdoc
-- lib/text-table.rb
-- lib/text-table/cell.rb
-- lib/text-table/enumerable.rb
-- lib/text-table/row.rb
-- lib/text-table/symbol.rb
-- lib/text-table/table.rb
-- lib/text-table/version.rb
-- spec/cell_spec.rb
-- spec/enumerable_spec.rb
-- spec/integration/alignment_spec.rb
-- spec/integration/boundaries_spec.rb
-- spec/integration/column_spans_spec.rb
-- spec/integration/parts_spec.rb
-- spec/integration/performance_spec.rb
-- spec/integration_helper.rb
-- spec/spec_helper.rb
-- text-table.gemspec
-homepage: https://github.com/aptinio/text-table
-licenses:
-- MIT
-metadata: {}
-post_install_message: 
-rdoc_options: []
-require_paths:
-- lib
-required_ruby_version: !ruby/object:Gem::Requirement
-  requirements:
-  - - ">="
-    - !ruby/object:Gem::Version
-      version: '0'
-required_rubygems_version: !ruby/object:Gem::Requirement
-  requirements:
-  - - ">="
-    - !ruby/object:Gem::Version
-      version: '0'
-requirements: []
-rubyforge_project: 
-rubygems_version: 2.4.5
-signing_key: 
-specification_version: 4
-summary: A feature-rich, easy-to-use plain text table formatter.
-test_files:
-- spec/cell_spec.rb
-- spec/enumerable_spec.rb
-- spec/integration/alignment_spec.rb
-- spec/integration/boundaries_spec.rb
-- spec/integration/column_spans_spec.rb
-- spec/integration/parts_spec.rb
-- spec/integration/performance_spec.rb
-- spec/integration_helper.rb
-- spec/spec_helper.rb

More details

Full run details