[DRE-commits] [ruby-columnize] branch master updated (e0be2b5 -> 7b9b2e4)
Nitesh A Jain
niteshjain-guest at moszumanska.debian.org
Fri May 30 18:36:47 UTC 2014
This is an automated email from the git hooks/post-receive script.
niteshjain-guest pushed a change to branch master
in repository ruby-columnize.
from e0be2b5 use canonical URI in Vcs-* fields
adds c554ea0 Imported Upstream version 0.8.9
new e6d3927 Merge tag 'upstream/0.8.9'
new dac17a3 Bumped standards to 3.9.5
new 3bc36cb Bumped gem2deb dependency to 0.7.5
new 7b9b2e4 updated changelog
The 4 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:
.travis.yml | 9 +
AUTHORS | 1 +
COPYING | 6 +-
Gemfile | 3 +
Gemfile.lock | 20 ++
Makefile | 6 +-
NEWS | 25 ++-
README.md | 90 +++++----
Rakefile | 50 +++--
THANKS | 8 +
columnize.gemspec | 12 +-
debian/changelog | 9 +
debian/control | 4 +-
lib/columnize.rb | 355 ++++++++++--------------------------
lib/columnize/columnize.rb | 159 ++++++++++++++++
lib/columnize/opts.rb | 35 ++++
lib/columnize/version.rb | 2 +-
metadata.yml | 120 +++++++-----
test/test-columnize-array.rb | 48 +++++
test/test-columnize.rb | 62 +++----
test/test-columnizer.rb | 112 ++++++++++++
test/test-hashparm.rb | 81 +++-----
test/test-issue3.rb | 39 ++--
test/test-min_rows_and_colwidths.rb | 65 +++++++
24 files changed, 820 insertions(+), 501 deletions(-)
create mode 100644 .travis.yml
create mode 100644 Gemfile
create mode 100644 Gemfile.lock
create mode 100644 THANKS
create mode 100644 lib/columnize/columnize.rb
create mode 100644 lib/columnize/opts.rb
create mode 100755 test/test-columnize-array.rb
create mode 100755 test/test-columnizer.rb
mode change 100644 => 100755 test/test-hashparm.rb
mode change 100644 => 100755 test/test-issue3.rb
create mode 100755 test/test-min_rows_and_colwidths.rb
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-columnize.git
More information about the Pkg-ruby-extras-commits
mailing list