[DRE-commits] [ruby-extlib] branch master updated (1e65be2 -> 8c8c3b1)
Cédric Boutillier
boutil at moszumanska.debian.org
Tue May 26 22:55:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
boutil pushed a change to branch master
in repository ruby-extlib.
from 1e65be2 update debian/watch. Thanks Bart Martens
adds b182171 Bumped version to 0.9.16
adds 7207804 Changed usage of be_true and be_false to be(true) and be(false) in specs
adds bdb8b8f Update the copyright date
adds 25c50e3 Added paths to ignore in coverage reports
adds f1ee5a5 Updated rake/rcov tasks to match other DM gems
adds 4f9d475 Fix Hash#to_params to URI encode query keys and values
adds 4652aae Minor formatting change to inflection rule definitions
adds 573577e Sorted inflection word exceptions alphabetically
adds 268063f Fixed incorrect spec name
adds 0516ecb Added exception for inflection of drive <-> drives
adds f392832 Updated gemspec
adds 3dc07e6 Fixed incorrect spec names
adds 53055ee Added specs for extra singularization rules
adds f54d775 Explicitly require "uri" for 1.9.2-preview3+
adds 42bb7ba The Rakefile needs no execute permissions
adds 7513f6f Ignore all Gemfile variants apart from the original
adds f419510 Updated Rakefile to use jeweler 1.5.2
adds 35290c8 Imported Upstream version 0.9.16
new 253cecf Merge tag 'upstream/0.9.16'
new 70a2281 drop transitional packages, bump standards-version, set Vcs-* to git repos, exchange maintainer/uploader fields, update homepage
new 202edec set format source to 3.0 (quilt)
new 67c450b Convert copyright file to copyright-format 1.0
new 9e83545 restore upstream lib/extlib/rubygems.rb
new 8c8c3b1 prepare changelog
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:
.gitignore | 3 +-
LICENSE | 2 +-
README.rdoc | 2 +-
Rakefile | 6 +-
VERSION | 2 +-
debian/changelog | 15 +++
debian/control | 51 +--------
debian/copyright | 233 ++++++++++++++++++++-------------------
debian/source/format | 1 +
extlib.gemspec | 197 ++++++++++++++-------------------
lib/extlib/hash.rb | 7 +-
lib/extlib/inflection.rb | 152 ++++++++++++-------------
lib/extlib/rubygems.rb | 2 +-
spec/hash_spec.rb | 20 +++-
spec/inflection/plural_spec.rb | 14 +--
spec/inflection/singular_spec.rb | 20 ++--
spec/lazy_array_spec.rb | 8 +-
spec/mash_spec.rb | 54 ++++-----
spec/object_spec.rb | 30 ++---
spec/pooling_spec.rb | 8 +-
spec/rcov.opts | 2 +-
spec/simple_set_spec.rb | 2 +-
tasks/spec.rake | 36 ++++--
23 files changed, 423 insertions(+), 444 deletions(-)
mode change 100755 => 100644 Rakefile
create mode 100644 debian/source/format
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-extlib.git
More information about the Pkg-ruby-extras-commits
mailing list