[DRE-commits] [ruby-grape-entity] 01/04: Merge tag 'upstream/0.5.0'

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


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

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

commit 4037615b02b3411bcc60b5a9d6881fa311a9c539
Merge: 2bad4a4 b1fd16a
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Mon Mar 14 18:25:07 2016 -0300

    Merge tag 'upstream/0.5.0'
    
    Upstream version 0.5.0
    
    # gpg: Signature made Mon 14 Mar 2016 06:25:05 PM BRT using RSA key ID 9883C97C
    # gpg: Good signature from "Lucas Kanashiro <kanashiro.duarte at gmail.com>"
    # gpg: WARNING: This key is not certified with a trusted signature!
    # gpg:          There is no indication that the signature belongs to the owner.
    # Primary key fingerprint: 8ED6 C3F8 BAC9 DB7F C130  A870 F823 A272 9883 C97C

 .rubocop.yml                                       |   1 +
 .rubocop_todo.yml                                  |  50 +-
 CHANGELOG.md                                       |  95 ++-
 CONTRIBUTING.md                                    |   8 +-
 Gemfile                                            |   2 +-
 README.md                                          | 118 ++-
 RELEASING.md                                       |   2 +-
 Rakefile                                           |   2 +-
 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 +++
 37 files changed, 2047 insertions(+), 530 deletions(-)

-- 
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