[DRE-commits] [ruby-enumerize] branch master updated (2285b2d -> 7f19881)

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 change to branch master
in repository ruby-enumerize.

      from  2285b2d   Bump Standards-Version to 3.9.7 (no changes needed)
      adds  dcb1bdc   Imported Upstream version 1.1.1
       new  44f9401   Merge tag 'upstream/1.1.1'
       new  49dd518   3.9.8 standards-version
       new  d9e5bef   preapare changelog
       new  882fad3   Drop no_test_value.patch, merged upstream
       new  7f19881   Build depend on ruby-sequel

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:
 .rspec                                            |   2 +
 CHANGELOG.md                                      |  15 ++
 Gemfile                                           |  25 +-
 Gemfile.rails40 => Gemfile.global                 |   4 +-
 Gemfile.mongo_mapper                              |  23 +-
 Gemfile.rails40                                   |  21 +-
 README.md                                         | 158 +++++++++++-
 Rakefile                                          |   6 +-
 debian/changelog                                  |  11 +
 debian/control                                    |   3 +-
 debian/patches/no_test_value.patch                | 161 ------------
 debian/patches/series                             |   1 -
 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 +++--
 30 files changed, 1051 insertions(+), 512 deletions(-)
 create mode 100644 .rspec
 copy Gemfile.rails40 => Gemfile.global (81%)
 delete mode 100644 debian/patches/no_test_value.patch
 create mode 100644 lib/enumerize/hooks/sequel_dataset.rb
 create mode 100644 lib/enumerize/scope/sequel.rb
 create mode 100644 lib/enumerize/sequel.rb
 delete mode 100644 metadata.yml
 create mode 100644 spec/enumerize/integrations/rspec/matcher_spec.rb
 create mode 100644 spec/spec_helper.rb
 delete mode 100644 test/rspec_matcher_test.rb
 delete mode 100644 test/rspec_spec.rb
 create mode 100644 test/sequel_test.rb

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