[DRE-commits] [ruby-enumerize] 01/05: Merge tag 'upstream/1.1.1'

Cédric Boutillier boutil at moszumanska.debian.org
Wed Jul 6 20:54:37 UTC 2016


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

boutil pushed a commit to branch master
in repository ruby-enumerize.

commit 44f94010defbfeae883c14eb1fa99b23cff2f448
Merge: 2285b2d dcb1bdc
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Jul 6 22:45:20 2016 +0200

    Merge tag 'upstream/1.1.1'
    
    Upstream version 1.1.1
    
    # gpg: Signature faite le mer. 06 juil. 2016 22:45:19 CEST
    # gpg:                avec la clef RSA 0x89AF82B739CD217A
    # gpg: Bonne signature de « Cédric Boutillier <boutil at debian.org> » [ultime]
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at upmc.fr> » [ultime]
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at polytechnique.org> » [ultime]
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at gmail.com> » [ultime]
    # Empreinte de clef principale : 3041 4D81 DC28 290C 2568  6DE3 DA49 58F6 11E1 49E9
    #    Empreinte de la sous-clef : 9CCD 6B31 9DBF 8E40 AB1A  BD1A 89AF 82B7 39CD 217A

 .rspec                                            |   2 +
 CHANGELOG.md                                      |  15 ++
 Gemfile                                           |  25 +-
 Gemfile.rails40 => Gemfile.global                 |   4 +-
 Gemfile.mongo_mapper                              |  23 +-
 Gemfile.rails40                                   |  21 +-
 README.md                                         | 158 +++++++++++-
 Rakefile                                          |   6 +-
 lib/enumerize.rb                                  |   7 +
 lib/enumerize/base.rb                             |   4 +-
 lib/enumerize/hooks/sequel_dataset.rb             |  19 ++
 lib/enumerize/integrations/rspec/matcher.rb       | 133 ++++++++--
 lib/enumerize/predicates.rb                       |   2 +-
 lib/enumerize/scope/sequel.rb                     |  40 +++
 lib/enumerize/sequel.rb                           |  57 +++++
 lib/enumerize/set.rb                              |   3 +-
 lib/enumerize/version.rb                          |   2 +-
 metadata.yml                                      | 126 ----------
 spec/enumerize/integrations/rspec/matcher_spec.rb | 258 +++++++++++++++++++
 spec/spec_helper.rb                               |  28 +++
 test/mongoid_test.rb                              |   5 +-
 test/predicates_test.rb                           |   6 +
 test/rspec_matcher_test.rb                        |  76 ------
 test/rspec_spec.rb                                |  14 --
 test/sequel_test.rb                               | 291 ++++++++++++++++++++++
 test/value_test.rb                                |  62 +++--
 26 files changed, 1038 insertions(+), 349 deletions(-)

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



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