[DRE-commits] [ruby-will-paginate] branch master updated (6c1d62c -> c3ad0a9)

Abhijith PA abhijithpa-guest at moszumanska.debian.org
Mon Mar 7 17:08:50 UTC 2016


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

abhijithpa-guest pushed a change to branch master
in repository ruby-will-paginate.

      from  6c1d62c   Run wrap-and-sort on packaging files
       new  4d0b0cf   Imported Upstream version 3.1.0
       new  c3ad0a9   Merge tag 'upstream/3.1.0'

The 2 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:
 README.md                                   |   2 +-
 checksums.yaml.gz                           | Bin 268 -> 0 bytes
 lib/will_paginate/active_record.rb          |  19 +--
 lib/will_paginate/data_mapper.rb            |   7 +-
 lib/will_paginate/deprecation.rb            |   2 +-
 lib/will_paginate/mongoid.rb                |  46 ++++++++
 lib/will_paginate/railtie.rb                |   7 +-
 lib/will_paginate/version.rb                |   4 +-
 metadata.yml                                |   8 +-
 spec/finders/active_record_spec.rb          | 177 ++--------------------------
 spec/finders/activerecord_test_connector.rb |  13 +-
 spec/finders/data_mapper_spec.rb            |  13 ++
 spec/finders/mongoid_spec.rb                | 140 ++++++++++++++++++++++
 spec/fixtures/admin.rb                      |   2 +-
 spec/fixtures/developer.rb                  |   9 +-
 spec/fixtures/project.rb                    |   2 +-
 spec/page_number_spec.rb                    |  40 +++++--
 spec/spec_helper.rb                         |  22 +++-
 spec/view_helpers/action_view_spec.rb       |  50 +++++---
 spec/view_helpers/base_spec.rb              |   1 +
 spec/view_helpers/view_example_group.rb     |  32 ++++-
 21 files changed, 356 insertions(+), 240 deletions(-)
 delete mode 100644 checksums.yaml.gz
 create mode 100644 lib/will_paginate/mongoid.rb
 create mode 100644 spec/finders/mongoid_spec.rb

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



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