[DRE-commits] [ruby-hashie] branch master updated (19e4708 -> a2bc23d)

zeha at debian.org zeha at debian.org
Wed Mar 2 17:11:40 UTC 2016


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

zeha pushed a change to branch master
in repository ruby-hashie.

      from  19e4708   release to unstable
      adds  09239f1   Imported Upstream version 3.4.3
       new  22879bc   Merge tag 'upstream/3.4.3'
       new  868bacb   Refresh local patches
       new  c64e55c   Update packaging using dh-make-ruby -w
       new  0798ad3   Add patch from upstream improving ruby2.3 compatibility
       new  a2bc23d   Update changelog for 3.4.3-1 release

The 5 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                                       |   9 ++
 README.md                                          |  53 +++++++++-
 debian/changelog                                   |   9 ++
 debian/compat                                      |   2 +-
 debian/control                                     |  10 +-
 .../0001-spec-spec_helper.rb-don-t-load-pry.patch  |  10 +-
 debian/patches/fixup-tests.patch                   |  57 ++++++++---
 debian/patches/github-pr-349.patch                 |  46 +++++++++
 debian/patches/series                              |   1 +
 debian/ruby-tests.rake                             |   6 +-
 hashie.gemspec                                     |   1 +
 lib/hashie.rb                                      |   2 +
 lib/hashie/extensions/coercion.rb                  | 104 +++++++++++--------
 lib/hashie/extensions/dash/coercion.rb             |  25 +++++
 lib/hashie/extensions/dash/property_translation.rb |   2 -
 lib/hashie/extensions/deep_merge.rb                |   4 +-
 lib/hashie/extensions/mash/safe_assignment.rb      |   2 +-
 lib/hashie/extensions/strict_key_access.rb         |  74 ++++++++++++++
 lib/hashie/extensions/stringify_keys.rb            |  11 ++-
 lib/hashie/extensions/symbolize_keys.rb            |  13 ++-
 lib/hashie/mash.rb                                 |  31 +++---
 lib/hashie/version.rb                              |   2 +-
 metadata.yml                                       |  66 ++++++++-----
 spec/hashie/extensions/dash/coercion_spec.rb       |  13 +++
 spec/hashie/extensions/deep_merge_spec.rb          |  20 ++++
 .../hashie/extensions/mash/safe_assignment_spec.rb |  27 +++++
 spec/hashie/extensions/strict_key_access_spec.rb   | 110 +++++++++++++++++++++
 spec/hashie/extensions/stringify_keys_spec.rb      |  23 +++++
 spec/hashie/extensions/symbolize_keys_spec.rb      |  23 +++++
 spec/hashie/mash_spec.rb                           |   5 +-
 spec/spec_helper.rb                                |   1 +
 spec/support/ruby_version.rb                       |  10 --
 32 files changed, 641 insertions(+), 131 deletions(-)
 create mode 100644 debian/patches/github-pr-349.patch
 create mode 100644 lib/hashie/extensions/dash/coercion.rb
 create mode 100644 lib/hashie/extensions/strict_key_access.rb
 create mode 100644 spec/hashie/extensions/dash/coercion_spec.rb
 create mode 100644 spec/hashie/extensions/strict_key_access_spec.rb
 delete mode 100644 spec/support/ruby_version.rb

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



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