[DRE-commits] [ruby-text-table] branch master updated (078e48d -> 0d7932a)

Cédric Boutillier boutil at alioth.debian.org
Thu Aug 1 15:24:47 UTC 2013


This is an automated email from the git hooks/post-receive script.

boutil pushed a change to branch master
in repository ruby-text-table.

      from  078e48d   use canonical URI in Vcs-* fields
      adds  6b45b13   Imported Upstream version 1.2.3
       new  dac9a8c   Merge tag 'upstream/1.2.3'
       new  d3f7b2b   drop remove_requirement_on_spec.patch (not needed), add upstream fix_specs_for_ruby18.patch
       new  0d7932a   prepare changelog

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .document                                       |    5 +-
 .gitignore                                      |   30 +-
 CHANGELOG.rdoc                                  |    8 +-
 Gemfile                                         |    3 +
 README.rdoc                                     |   68 ++--
 Rakefile                                        |   46 ---
 VERSION                                         |    1 -
 checksums.yaml.gz                               |  Bin 0 -> 269 bytes
 debian/changelog                                |   10 +
 debian/patches/fix_specs_for_ruby18.patch       |   17 +
 debian/patches/remove_requirement_on_spec.patch |   22 -
 debian/patches/series                           |    2 +-
 lib/text-table/table.rb                         |    1 +
 lib/text-table/version.rb                       |    5 +
 metadata.yml                                    |  128 +++---
 spec/cell_spec.rb                               |    2 +-
 spec/enumerable_spec.rb                         |   30 +-
 spec/integration/alignment_spec.rb              |  183 +++++++++
 spec/integration/boundaries_spec.rb             |  113 ++++++
 spec/integration/column_spans_spec.rb           |  226 +++++++++++
 spec/integration/parts_spec.rb                  |   68 ++++
 spec/integration/performance_spec.rb            |   19 +
 spec/integration_helper.rb                      |   13 +
 spec/spec.opts                                  |    2 -
 spec/spec_helper.rb                             |   14 +-
 spec/table_spec.rb                              |  491 -----------------------
 text-table.gemspec                              |   84 +---
 27 files changed, 802 insertions(+), 789 deletions(-)
 create mode 100644 Gemfile
 delete mode 100644 Rakefile
 delete mode 100644 VERSION
 create mode 100644 checksums.yaml.gz
 create mode 100644 debian/patches/fix_specs_for_ruby18.patch
 delete mode 100644 debian/patches/remove_requirement_on_spec.patch
 create mode 100644 lib/text-table/version.rb
 create mode 100644 spec/integration/alignment_spec.rb
 create mode 100644 spec/integration/boundaries_spec.rb
 create mode 100644 spec/integration/column_spans_spec.rb
 create mode 100644 spec/integration/parts_spec.rb
 create mode 100644 spec/integration/performance_spec.rb
 create mode 100644 spec/integration_helper.rb
 delete mode 100644 spec/spec.opts
 delete mode 100644 spec/table_spec.rb

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-text-table.git



More information about the Pkg-ruby-extras-commits mailing list