[DRE-commits] [tdiary] branch master updated (afdeff5 -> 7d1cb00)

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Sun May 14 11:03:29 UTC 2017


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

uwabami-guest pushed a change to branch master
in repository tdiary.

      from  afdeff5   Update Debian changelog
      adds  6dfa941   New upstream version 5.0.4
       new  b247afa   Merge tag 'upstream/5.0.4'
       new  9249e0f   Update d/changelog: add amp.rb
       new  7d1cb00   Update debian/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:
 .editorconfig                       |   6 +
 .travis.yml                         |   6 +-
 ChangeLog                           |  42 +++-
 Gemfile                             |   2 +-
 Gemfile.lock                        |  81 ++++---
 debian/changelog                    |   7 +
 debian/copyright                    |  16 +-
 doc/HOWTO-authenticate-in-rack.md   |   2 +-
 doc/HOWTO-make-plugin.md            |   2 +-
 index.fcgi                          |   2 +-
 lib/tdiary/configuration.rb         |  11 +-
 lib/tdiary/core_ext.rb              |   4 +-
 lib/tdiary/filter/spam.rb           |   6 +-
 lib/tdiary/plugin/00default.rb      |  18 +-
 lib/tdiary/plugin/10spamfilter.rb   |  10 +-
 lib/tdiary/tasks/release.rake       |   2 +-
 lib/tdiary/version.rb               |   2 +-
 misc/paas/heroku/Gemfile.local      |   6 +-
 misc/paas/heroku/Gemfile.lock       | 154 ++++++------
 misc/plugin/amazon.rb               |   2 +-
 misc/plugin/amp.rb                  | 110 +++++++++
 misc/plugin/category-legacy.rb      |  16 +-
 misc/plugin/category.rb             |  16 +-
 misc/plugin/en/search_form.rb       |  10 +-
 misc/plugin/ja/disp_referrer.rb     |  10 +-
 misc/plugin/ja/search_form.rb       |  10 +-
 misc/plugin/kw.rb                   |   4 +-
 misc/plugin/my-sequel.rb            |   2 +-
 misc/plugin/random_google.rb        |   2 +-
 misc/plugin/xmlrpc/xmlrpc.rb        |   1 -
 misc/theme_convert/Readme.rd        |  21 --
 misc/theme_convert/append.rcss      | 150 ------------
 misc/theme_convert/theme_convert.rb | 452 ------------------------------------
 spec/fixtures/tdiary.conf.gem       |   2 +-
 spec/fixtures/tdiary.conf.rack      |   2 +-
 spec/fixtures/tdiary.conf.webrick   |   2 +-
 spec/plugin/amp_spec.rb             | 120 ++++++++++
 spec/plugin/plugin_helper.rb        |   9 +
 tdiary.conf.beginner                |   2 +-
 update.fcgi                         |   2 +-
 views/amp.rhtml                     |  34 +++
 views/footer.rhtml                  |   2 +-
 views/tdiary.rconf                  |   2 +-
 43 files changed, 522 insertions(+), 840 deletions(-)
 create mode 100644 .editorconfig
 create mode 100644 misc/plugin/amp.rb
 delete mode 100644 misc/theme_convert/Readme.rd
 delete mode 100644 misc/theme_convert/append.rcss
 delete mode 100644 misc/theme_convert/theme_convert.rb
 create mode 100644 spec/plugin/amp_spec.rb
 create mode 100644 views/amp.rhtml

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



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