[DRE-commits] [ruby-addressable] branch master updated (3584768 -> e12d730)

Cédric Boutillier boutil at moszumanska.debian.org
Sat Jun 4 14:25:59 UTC 2016


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

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

      from  3584768   Run wrap-and-sort on packaging files
      adds  3402230   Imported Upstream version 2.4.0
       new  7821114   Merge tag 'upstream/2.4.0'
       new  5a740f5   update years and homepage in copyright file
       new  fc8aded   Bump Standards-Version to 3.9.8 (no changes needed)
       new  d3a4241   build-depend on ruby-rack-mount
       new  5b41758   refresh remove_rubygems_stuff.patch to remove also bundler usage
       new  dcc2aeb   prepare changelog
       new  e12d730   put minimal version on the ruby-rack-mount dependency

The 7 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:
 CHANGELOG.md                               |  12 ++
 Gemfile                                    |  26 +--
 README.md                                  |   8 +-
 Rakefile                                   |   6 +-
 addressable.gemspec                        |  28 +--
 debian/changelog                           |  13 ++
 debian/control                             |   3 +-
 debian/copyright                           |   4 +-
 debian/patches/remove_rubygems_stuff.patch |  13 +-
 lib/addressable.rb                         |   2 +
 lib/addressable/idna/pure.rb               |   5 +-
 lib/addressable/template.rb                | 149 ++++++++++++--
 lib/addressable/uri.rb                     | 311 +++++++++++++++++------------
 lib/addressable/version.rb                 |   4 +-
 metadata.yml                               |  74 +------
 spec/addressable/idna_spec.rb              |  16 ++
 spec/addressable/rack_mount_compat_spec.rb | 104 ++++++++++
 spec/addressable/security_spec.rb          |  57 ++++++
 spec/addressable/template_spec.rb          |  53 ++++-
 spec/addressable/uri_spec.rb               | 177 +++++++++++++++-
 spec/spec_helper.rb                        |  11 +-
 tasks/gem.rake                             |   9 +-
 tasks/rspec.rake                           |  34 +---
 website/index.html                         | 110 ----------
 24 files changed, 818 insertions(+), 411 deletions(-)
 create mode 100644 lib/addressable.rb
 create mode 100644 spec/addressable/rack_mount_compat_spec.rb
 create mode 100644 spec/addressable/security_spec.rb
 delete mode 100644 website/index.html

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



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