[DRE-commits] [ruby-hashie] branch master updated (e5026aa -> 4794f9b)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Jul 3 13:49:01 UTC 2017


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

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

      from  e5026aa   Update changelog for 3.4.4-1 release
      adds  256d6bd   New upstream version 3.5.5
       new  753199f   Merge tag 'upstream/3.5.5'
       new  cda7a29   update changelog
       new  d23b311   remove patch fixup-tests.patch and disable rails tests
       new  44eb77e   update build deps
       new  4794f9b   update changelog

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                                       | 157 ++++++++++++++++++---
 README.md                                          |  79 ++++++++++-
 Rakefile                                           |  19 ++-
 UPGRADING.md                                       |  25 ++++
 debian/changelog                                   |  10 ++
 debian/control                                     |   8 +-
 .../0001-spec-spec_helper.rb-don-t-load-pry.patch  |  10 +-
 debian/patches/fixup-tests.patch                   |  55 --------
 debian/patches/series                              |   1 -
 debian/ruby-tests.rake                             |   2 +-
 hashie.gemspec                                     |   2 +-
 lib/hashie.rb                                      |  15 +-
 lib/hashie/array.rb                                |  21 +++
 lib/hashie/dash.rb                                 |   6 +-
 lib/hashie/extensions/array/pretty_inspect.rb      |  19 +++
 lib/hashie/extensions/coercion.rb                  |  12 +-
 lib/hashie/extensions/dash/indifferent_access.rb   |   3 +-
 lib/hashie/extensions/deep_locate.rb               |   9 +-
 lib/hashie/extensions/deep_merge.rb                |   2 +-
 lib/hashie/extensions/mash/keep_original_keys.rb   |  54 +++++++
 lib/hashie/extensions/mash/symbolize_keys.rb       |  38 +++++
 lib/hashie/extensions/parsers/yaml_erb_parser.rb   |   2 +-
 lib/hashie/extensions/ruby_version.rb              |  60 ++++++++
 lib/hashie/extensions/ruby_version_check.rb        |  17 +++
 lib/hashie/logger.rb                               |  18 +++
 lib/hashie/mash.rb                                 |  66 ++++++++-
 lib/hashie/railtie.rb                              |  14 ++
 lib/hashie/utils.rb                                |  16 +++
 lib/hashie/version.rb                              |   2 +-
 spec/hashie/array_spec.rb                          |  29 ++++
 spec/hashie/dash_spec.rb                           |  37 +++++
 spec/hashie/extensions/coercion_spec.rb            |  10 +-
 spec/hashie/extensions/deep_find_spec.rb           |  25 ++++
 spec/hashie/extensions/deep_merge_spec.rb          |   9 +-
 spec/hashie/extensions/indifferent_access_spec.rb  |  37 +++++
 .../extensions/mash/keep_original_keys_spec.rb     |  46 ++++++
 spec/hashie/extensions/mash/symbolize_keys_spec.rb |  39 +++++
 spec/hashie/mash_spec.rb                           |  69 ++++++++-
 spec/hashie/parsers/yaml_erb_parser_spec.rb        |  43 ++++--
 spec/hashie/utils_spec.rb                          |  25 ++++
 spec/hashie_spec.rb                                |  13 ++
 spec/integration/omniauth-oauth2/app.rb            |  53 +++++++
 .../omniauth-oauth2/integration_spec.rb            |  26 ++++
 spec/integration/omniauth-oauth2/some_site.rb      |  38 +++++
 spec/integration/omniauth/app.rb                   |  11 ++
 spec/integration/omniauth/integration_spec.rb      |  38 +++++
 .../rails-without-dependency/integration_spec.rb   |  15 ++
 spec/integration/rails/app.rb                      |  48 +++++++
 spec/integration/rails/integration_spec.rb         |  26 ++++
 spec/spec_helper.rb                                |  10 +-
 spec/support/integration_specs.rb                  |  36 +++++
 spec/support/logger.rb                             |  24 ++++
 spec/support/ruby_version_check.rb                 |   6 +
 53 files changed, 1327 insertions(+), 128 deletions(-)
 delete mode 100644 debian/patches/fixup-tests.patch
 create mode 100644 lib/hashie/array.rb
 create mode 100644 lib/hashie/extensions/array/pretty_inspect.rb
 create mode 100644 lib/hashie/extensions/mash/keep_original_keys.rb
 create mode 100644 lib/hashie/extensions/mash/symbolize_keys.rb
 create mode 100644 lib/hashie/extensions/ruby_version.rb
 create mode 100644 lib/hashie/extensions/ruby_version_check.rb
 create mode 100644 lib/hashie/logger.rb
 create mode 100644 lib/hashie/railtie.rb
 create mode 100644 lib/hashie/utils.rb
 create mode 100644 spec/hashie/array_spec.rb
 create mode 100644 spec/hashie/extensions/mash/keep_original_keys_spec.rb
 create mode 100644 spec/hashie/extensions/mash/symbolize_keys_spec.rb
 create mode 100644 spec/hashie/utils_spec.rb
 create mode 100644 spec/hashie_spec.rb
 create mode 100644 spec/integration/omniauth-oauth2/app.rb
 create mode 100644 spec/integration/omniauth-oauth2/integration_spec.rb
 create mode 100644 spec/integration/omniauth-oauth2/some_site.rb
 create mode 100644 spec/integration/omniauth/app.rb
 create mode 100644 spec/integration/omniauth/integration_spec.rb
 create mode 100644 spec/integration/rails-without-dependency/integration_spec.rb
 create mode 100644 spec/integration/rails/app.rb
 create mode 100644 spec/integration/rails/integration_spec.rb
 create mode 100644 spec/support/integration_specs.rb
 create mode 100644 spec/support/logger.rb
 create mode 100644 spec/support/ruby_version_check.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