[DRE-commits] [ruby-grape-entity] branch master updated (2bad4a4 -> 7105092)

Lucas Kanashiro kanashiro.duarte at gmail.com
Mon Mar 14 21:53:57 UTC 2016


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

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

      from  2bad4a4   Use new default gem2deb Rakefile to run the tests
      adds  b1fd16a   Imported Upstream version 0.5.0
       new  4037615   Merge tag 'upstream/0.5.0'
       new  6b1fee9   debian/changelog: new upstream release 0.5.0
       new  8835a95   Create patch to require activesupport hash in lib/grape_entity/options.rb
       new  7105092   Prepare version 0.5.0-1 to unstable

The 4 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.yml                                       |   1 +
 .rubocop_todo.yml                                  |  50 +-
 CHANGELOG.md                                       |  95 ++-
 CONTRIBUTING.md                                    |   8 +-
 Gemfile                                            |   2 +-
 README.md                                          | 118 ++-
 RELEASING.md                                       |   2 +-
 Rakefile                                           |   2 +-
 debian/changelog                                   |  17 +
 .../patches/0002-require_activesupport_hash.patch  |  13 +
 debian/patches/series                              |   1 +
 grape-entity.gemspec                               |   2 +-
 lib/grape_entity.rb                                |   9 +-
 lib/grape_entity/condition.rb                      |  26 +
 lib/grape_entity/condition/base.rb                 |  35 +
 lib/grape_entity/condition/block_condition.rb      |  21 +
 lib/grape_entity/condition/hash_condition.rb       |  25 +
 lib/grape_entity/condition/symbol_condition.rb     |  21 +
 lib/grape_entity/delegator.rb                      |  23 +
 lib/grape_entity/delegator/base.rb                 |  17 +
 lib/grape_entity/delegator/fetchable_object.rb     |  11 +
 lib/grape_entity/delegator/hash_object.rb          |  11 +
 lib/grape_entity/delegator/openstruct_object.rb    |  11 +
 lib/grape_entity/delegator/plain_object.rb         |  15 +
 lib/grape_entity/entity.rb                         | 358 +++------
 lib/grape_entity/exposure.rb                       |  77 ++
 lib/grape_entity/exposure/base.rb                  | 118 +++
 lib/grape_entity/exposure/block_exposure.rb        |  29 +
 lib/grape_entity/exposure/delegator_exposure.rb    |  11 +
 .../exposure/formatter_block_exposure.rb           |  25 +
 lib/grape_entity/exposure/formatter_exposure.rb    |  30 +
 lib/grape_entity/exposure/nesting_exposure.rb      | 128 +++
 .../exposure/nesting_exposure/nested_exposures.rb  |  70 ++
 lib/grape_entity/exposure/represent_exposure.rb    |  47 ++
 lib/grape_entity/options.rb                        | 142 ++++
 lib/grape_entity/version.rb                        |   2 +-
 metadata.yml                                       |  31 +-
 spec/grape_entity/entity_spec.rb                   | 880 ++++++++++++++++-----
 .../nesting_exposure/nested_exposures_spec.rb      |  34 +
 spec/grape_entity/exposure_spec.rb                 |  90 +++
 40 files changed, 2078 insertions(+), 530 deletions(-)
 create mode 100644 debian/patches/0002-require_activesupport_hash.patch
 create mode 100644 lib/grape_entity/condition.rb
 create mode 100644 lib/grape_entity/condition/base.rb
 create mode 100644 lib/grape_entity/condition/block_condition.rb
 create mode 100644 lib/grape_entity/condition/hash_condition.rb
 create mode 100644 lib/grape_entity/condition/symbol_condition.rb
 create mode 100644 lib/grape_entity/delegator.rb
 create mode 100644 lib/grape_entity/delegator/base.rb
 create mode 100644 lib/grape_entity/delegator/fetchable_object.rb
 create mode 100644 lib/grape_entity/delegator/hash_object.rb
 create mode 100644 lib/grape_entity/delegator/openstruct_object.rb
 create mode 100644 lib/grape_entity/delegator/plain_object.rb
 create mode 100644 lib/grape_entity/exposure.rb
 create mode 100644 lib/grape_entity/exposure/base.rb
 create mode 100644 lib/grape_entity/exposure/block_exposure.rb
 create mode 100644 lib/grape_entity/exposure/delegator_exposure.rb
 create mode 100644 lib/grape_entity/exposure/formatter_block_exposure.rb
 create mode 100644 lib/grape_entity/exposure/formatter_exposure.rb
 create mode 100644 lib/grape_entity/exposure/nesting_exposure.rb
 create mode 100644 lib/grape_entity/exposure/nesting_exposure/nested_exposures.rb
 create mode 100644 lib/grape_entity/exposure/represent_exposure.rb
 create mode 100644 lib/grape_entity/options.rb
 create mode 100644 spec/grape_entity/exposure/nesting_exposure/nested_exposures_spec.rb
 create mode 100644 spec/grape_entity/exposure_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