[DRE-commits] [ruby-acts-as-taggable-on] branch master updated (4e8859a -> 4be9aa9)

Sruthi Chandran srud-guest at moszumanska.debian.org
Sat Sep 30 11:55:54 UTC 2017


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

srud-guest pushed a change to branch master
in repository ruby-acts-as-taggable-on.

      from  4e8859a   reupload to unstable
      adds  c013287   New upstream version 5.0.0
       new  ad2fc31   Updated version 5.0.0 from 'upstream/5.0.0'
       new  7702496   Enable autopkgtest and update Standards version
       new  8a0b410   Update changelog
       new  4be9aa9   Upload to experimental

The 4 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                                        |  15 +-
 Appraisals                                         |  20 +--
 CHANGELOG.md                                       |  82 ++++++++++
 CONTRIBUTING.md                                    |  13 ++
 Gemfile                                            |   2 +-
 README.md                                          |  52 +++++--
 acts-as-taggable-on.gemspec                        |   4 +-
 db/migrate/1_acts_as_taggable_on_migration.rb      |   7 +-
 db/migrate/2_add_missing_unique_indices.rb         |   7 +-
 db/migrate/3_add_taggings_counter_cache_to_tags.rb |   7 +-
 db/migrate/4_add_missing_taggable_index.rb         |   7 +-
 db/migrate/5_change_collation_for_tag_names.rb     |   7 +-
 db/migrate/6_add_missing_indexes.rb                |  12 --
 db/migrate/6_add_missing_indexes_on_taggings.rb    |  22 +++
 debian/changelog                                   |   8 +
 debian/control                                     |   3 +-
 gemfiles/activerecord_4.0.gemfile                  |  16 --
 gemfiles/activerecord_4.2.gemfile                  |   6 +-
 gemfiles/activerecord_5.0.gemfile                  |   6 +-
 ...record_4.1.gemfile => activerecord_5.1.gemfile} |   7 +-
 lib/acts_as_taggable_on/tag.rb                     |  17 ++-
 lib/acts_as_taggable_on/tag_list.rb                |   1 +
 lib/acts_as_taggable_on/taggable/core.rb           | 167 ++-------------------
 lib/acts_as_taggable_on/taggable/ownership.rb      |  21 ++-
 .../taggable/tagged_with_query.rb                  |  16 ++
 .../taggable/tagged_with_query/all_tags_query.rb   | 113 ++++++++++++++
 .../taggable/tagged_with_query/any_tags_query.rb   |  75 +++++++++
 .../tagged_with_query/exclude_tags_query.rb        |  82 ++++++++++
 .../taggable/tagged_with_query/query_base.rb       |  61 ++++++++
 lib/acts_as_taggable_on/tagger.rb                  |   4 +-
 lib/acts_as_taggable_on/tagging.rb                 |   5 +-
 lib/acts_as_taggable_on/version.rb                 |   2 +-
 spec/acts_as_taggable_on/caching_spec.rb           |  18 +++
 .../single_table_inheritance_spec.rb               |  17 ++-
 spec/acts_as_taggable_on/taggable_spec.rb          |   2 +-
 spec/internal/db/schema.rb                         |   3 +
 36 files changed, 650 insertions(+), 257 deletions(-)
 delete mode 100644 db/migrate/6_add_missing_indexes.rb
 create mode 100644 db/migrate/6_add_missing_indexes_on_taggings.rb
 delete mode 100644 gemfiles/activerecord_4.0.gemfile
 rename gemfiles/{activerecord_4.1.gemfile => activerecord_5.1.gemfile} (55%)
 create mode 100644 lib/acts_as_taggable_on/taggable/tagged_with_query.rb
 create mode 100644 lib/acts_as_taggable_on/taggable/tagged_with_query/all_tags_query.rb
 create mode 100644 lib/acts_as_taggable_on/taggable/tagged_with_query/any_tags_query.rb
 create mode 100644 lib/acts_as_taggable_on/taggable/tagged_with_query/exclude_tags_query.rb
 create mode 100644 lib/acts_as_taggable_on/taggable/tagged_with_query/query_base.rb

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



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