[DRE-commits] [ruby-acts-as-taggable-on] branch master updated (7197a90 -> 3cc01de)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Apr 9 07:54:34 UTC 2015


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

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

      from  7197a90   fix version
      adds  044c101   Imported Upstream version 3.5.0
       new  dfd9ecf   Merge tag 'upstream/3.5.0'
       new  56e03f8   update changelog
       new  3cc01de   upload to experimental

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                                    |  29 ++++++++---------
 Appraisals                                     |  16 +++-------
 CHANGELOG.md                                   |  24 +++++++++------
 Gemfile                                        |   2 +-
 README.md                                      |  41 ++++++++++++++++++++++---
 Rakefile                                       |   2 ++
 UPGRADING.md                                   |   9 ++----
 data.tar.gz                                    | Bin 0 -> 7680 bytes
 db/migrate/5_change_collation_for_tag_names.rb |   9 ++++++
 debian/changelog                               |   6 ++++
 gemfiles/activerecord_3.2.gemfile              |   3 +-
 gemfiles/activerecord_4.0.gemfile              |   3 +-
 gemfiles/activerecord_4.1.gemfile              |   3 +-
 gemfiles/activerecord_4.2.gemfile              |   6 ++--
 gemfiles/activerecord_edge.gemfile             |  15 ---------
 lib/acts-as-taggable-on.rb                     |  31 +++++++++++++++++++
 lib/acts_as_taggable_on/tag.rb                 |   2 +-
 lib/acts_as_taggable_on/taggable.rb            |   4 +--
 lib/acts_as_taggable_on/taggable/cache.rb      |   4 +++
 lib/acts_as_taggable_on/taggable/collection.rb |   2 +-
 lib/acts_as_taggable_on/taggable/related.rb    |   2 +-
 lib/acts_as_taggable_on/tagger.rb              |   4 +--
 lib/acts_as_taggable_on/tagging.rb             |   2 +-
 lib/acts_as_taggable_on/utils.rb               |   2 +-
 lib/acts_as_taggable_on/version.rb             |   2 +-
 lib/tasks/tags_collate_utf8.rake               |  21 +++++++++++++
 metadata.gz                                    | Bin 0 -> 1536 bytes
 metadata.yml                                   |  19 +++++-------
 spec/acts_as_taggable_on/caching_spec.rb       |   6 ++++
 spec/acts_as_taggable_on/related_spec.rb       |   9 ++++++
 spec/acts_as_taggable_on/tag_spec.rb           |   4 ++-
 spec/acts_as_taggable_on/utils_spec.rb         |   7 +++++
 32 files changed, 195 insertions(+), 94 deletions(-)
 create mode 100644 data.tar.gz
 create mode 100644 db/migrate/5_change_collation_for_tag_names.rb
 delete mode 100644 gemfiles/activerecord_edge.gemfile
 create mode 100644 lib/tasks/tags_collate_utf8.rake
 create mode 100644 metadata.gz

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