[DRE-commits] [ruby-grape-entity] branch master updated (2b20265 -> 6befeab)

Lucas Kanashiro kanashiro at moszumanska.debian.org
Tue Nov 29 19:39:30 UTC 2016


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

kanashiro pushed a change to branch master
in repository ruby-grape-entity.

      from  2b20265   prepare changelog
      adds  b2e4050   New upstream version 0.6.0
       new  8f1fd20   Merge tag 'upstream/0.6.0'
       new  5dcb7e2   update d/changelog: new upstream release
       new  8bd9ed2   Update years of upstream copyright
       new  1b449fb   Update patches
       new  9edc366   Fix debian/control, thanks for cme
       new  c4a8482   debian/control: update my email in Uploaders field
       new  923a902   Add DEP-3 headers in use-unshift-in-gemspec.patch
       new  6befeab   releasing version 0.6.0-1

The 8 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:
 .rubocop_todo.yml                                  |  25 ++--
 .travis.yml                                        |  26 ++--
 CHANGELOG.md                                       | 149 ++++++++++++++-------
 Dangerfile                                         |   1 +
 Gemfile                                            |  14 +-
 LICENSE                                            |   2 +-
 README.md                                          |  47 +++++--
 Rakefile                                           |  20 ++-
 UPGRADING.md                                       |  16 ++-
 debian/changelog                                   |  11 ++
 debian/control                                     |  16 +--
 debian/copyright                                   |   2 +-
 ...helper.patch => 0001-cleanup_spec_helper.patch} |  16 +--
 ...d-kind_of-to-OutputBuilder-to-check-its-o.patch |  43 ------
 debian/patches/series                              |   3 +-
 debian/patches/use-unshift-in-gemspec.patch        |   4 +
 grape-entity.gemspec                               |  13 +-
 lib/grape_entity/condition/base.rb                 |   4 +-
 lib/grape_entity/entity.rb                         |  26 ++--
 lib/grape_entity/exposure/base.rb                  |   6 +-
 lib/grape_entity/exposure/nesting_exposure.rb      |   6 +-
 .../exposure/nesting_exposure/output_builder.rb    |  18 +--
 lib/grape_entity/options.rb                        |  70 +++++-----
 lib/grape_entity/version.rb                        |   2 +-
 spec/grape_entity/entity_spec.rb                   | 132 ++++++++++++++----
 spec/grape_entity/hash_spec.rb                     |  40 ++++++
 spec/spec_helper.rb                                |   2 -
 27 files changed, 456 insertions(+), 258 deletions(-)
 create mode 100644 Dangerfile
 rename debian/patches/{0001-Cleanup-require-stuff-in-spec_helper.patch => 0001-cleanup_spec_helper.patch} (53%)
 delete mode 100644 debian/patches/0004-Add-is_a-and-kind_of-to-OutputBuilder-to-check-its-o.patch
 create mode 100644 spec/grape_entity/hash_spec.rb

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



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