[DRE-commits] [pry] branch master updated (344bd25 -> 3b1b8a0)

Antonio Terceiro terceiro at moszumanska.debian.org
Wed Aug 19 23:04:08 UTC 2015


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

terceiro pushed a change to branch master
in repository pry.

      from  344bd25   Prepare for release
       new  bf0cdf2   Embed a copy of ruby-slop 3.x (Closes: #794657)
       new  7cde46d   make embedded slop use itself
       new  4ce47f2   ruby-tests.rb: run tests with the right interpreter
       new  7b8d162   cherry-pick upstream patch to fix usage on Ruby 2.2
       new  1839fa1   Update packaging with a new dh-make-ruby run
       new  3b1b8a0   release to unstable

The 6 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:
 debian/changelog                        |  10 +
 debian/compat                           |   2 +-
 debian/control                          |  45 ++-
 debian/copyright                        |   4 +
 debian/gbp.conf                         |   2 -
 debian/patches/fix-on-ruby2.2.patch     |  37 ++
 debian/patches/series                   |   2 +
 debian/patches/use-embedded-pry.patch   |  11 +
 debian/ruby-tests.rb                    |   2 +-
 debian/rules                            |  10 +-
 debian/slop-3.6.0/.gitignore            |   7 +
 debian/slop-3.6.0/.travis.yml           |   9 +
 debian/slop-3.6.0/CHANGES.md            | 309 ++++++++++++++
 debian/slop-3.6.0/Gemfile               |   3 +
 LICENSE => debian/slop-3.6.0/LICENSE    |  21 +-
 debian/slop-3.6.0/README.md             | 202 ++++++++++
 debian/slop-3.6.0/Rakefile              |  29 ++
 debian/slop-3.6.0/lib/slop.rb           | 687 ++++++++++++++++++++++++++++++++
 debian/slop-3.6.0/lib/slop/commands.rb  | 196 +++++++++
 debian/slop-3.6.0/lib/slop/option.rb    | 214 ++++++++++
 debian/slop-3.6.0/metadata.yml          |  90 +++++
 debian/slop-3.6.0/slop.gemspec          |  17 +
 debian/slop-3.6.0/test/commands_test.rb |  26 ++
 debian/slop-3.6.0/test/helper.rb        |  12 +
 debian/slop-3.6.0/test/option_test.rb   | 145 +++++++
 debian/slop-3.6.0/test/slop_test.rb     | 518 ++++++++++++++++++++++++
 26 files changed, 2570 insertions(+), 40 deletions(-)
 delete mode 100644 debian/gbp.conf
 create mode 100644 debian/patches/fix-on-ruby2.2.patch
 create mode 100644 debian/patches/use-embedded-pry.patch
 create mode 100644 debian/slop-3.6.0/.gitignore
 create mode 100644 debian/slop-3.6.0/.travis.yml
 create mode 100644 debian/slop-3.6.0/CHANGES.md
 create mode 100644 debian/slop-3.6.0/Gemfile
 copy LICENSE => debian/slop-3.6.0/LICENSE (51%)
 create mode 100644 debian/slop-3.6.0/README.md
 create mode 100644 debian/slop-3.6.0/Rakefile
 create mode 100644 debian/slop-3.6.0/lib/slop.rb
 create mode 100644 debian/slop-3.6.0/lib/slop/commands.rb
 create mode 100644 debian/slop-3.6.0/lib/slop/option.rb
 create mode 100644 debian/slop-3.6.0/metadata.yml
 create mode 100644 debian/slop-3.6.0/slop.gemspec
 create mode 100644 debian/slop-3.6.0/test/commands_test.rb
 create mode 100644 debian/slop-3.6.0/test/helper.rb
 create mode 100644 debian/slop-3.6.0/test/option_test.rb
 create mode 100644 debian/slop-3.6.0/test/slop_test.rb

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



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