[DRE-commits] [ruby-kaminari] branch master updated (283b00b -> 8a8c53e)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed May 27 04:27:01 UTC 2015


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

praveen pushed a change to branch master
in repository ruby-kaminari.

      from  283b00b   upload to unstable
       new  181c50a   update description bullets
      adds  d9a1e93   Imported Upstream version 0.16.3
       new  ea3b0bd   Merge tag 'upstream/0.16.3'
       new  8a8c53e   bump standards, update changelog

The 3 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:
 .travis.yml                                        | 32 ++++++++++++++--------
 CHANGELOG.rdoc                                     | 30 ++++++++++++++++++++
 README.rdoc                                        |  4 +--
 Rakefile                                           |  4 +--
 debian/changelog                                   |  8 ++++++
 debian/control                                     | 14 +++++-----
 gemfiles/active_record_31.gemfile                  |  3 ++
 gemfiles/active_record_32.gemfile                  |  3 ++
 gemfiles/active_record_40.gemfile                  |  1 +
 ..._record_41.gemfile => active_record_42.gemfile} |  4 +--
 gemfiles/data_mapper_12.gemfile                    |  6 +++-
 gemfiles/mongo_mapper.gemfile                      | 16 +++++++----
 gemfiles/mongoid_24.gemfile                        |  4 +++
 gemfiles/mongoid_30.gemfile                        |  4 +++
 gemfiles/mongoid_31.gemfile                        |  4 +++
 gemfiles/mongoid_40.gemfile                        |  4 +++
 gemfiles/sinatra_13.gemfile                        | 31 +++++++++++++--------
 gemfiles/sinatra_14.gemfile                        |  6 +++-
 lib/generators/kaminari/views_generator.rb         | 11 ++++----
 lib/kaminari/helpers/action_view_extension.rb      |  4 ++-
 lib/kaminari/helpers/paginator.rb                  |  1 -
 lib/kaminari/helpers/sinatra_helpers.rb            |  1 +
 lib/kaminari/models/active_record_extension.rb     | 14 +++++-----
 .../models/active_record_model_extension.rb        |  2 +-
 .../models/active_record_relation_methods.rb       |  5 ++++
 lib/kaminari/models/array_extension.rb             | 12 +++++---
 lib/kaminari/models/mongoid_criteria_methods.rb    |  5 ++++
 lib/kaminari/models/mongoid_extension.rb           | 11 ++++++--
 lib/kaminari/version.rb                            |  2 +-
 metadata.yml                                       |  9 ++++--
 spec/fake_app/active_record/models.rb              |  2 +-
 spec/fake_app/mongo_mapper/config.rb               |  2 +-
 spec/fake_app/mongoid/config.rb                    |  4 +--
 spec/fake_app/mongoid/models.rb                    | 14 +++++++++-
 spec/fake_gem.rb                                   | 20 ++++++++++++--
 spec/helpers/action_view_extension_spec.rb         |  5 ++++
 .../active_record_relation_methods_spec.rb         |  6 ++++
 spec/models/active_record/inherited_spec.rb        |  9 ++++++
 spec/models/active_record/scopes_spec.rb           | 11 +++++---
 spec/models/array_spec.rb                          | 13 +++++----
 spec/models/mongoid/mongoid_spec.rb                | 31 +++++++++++++++++++++
 41 files changed, 288 insertions(+), 84 deletions(-)
 copy gemfiles/{active_record_41.gemfile => active_record_42.gemfile} (81%)
 create mode 100644 spec/models/active_record/inherited_spec.rb

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



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