[DRE-commits] [tdiary] branch master updated (da547a5 -> 518ca89)

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Mon Jan 18 07:47:48 UTC 2016


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

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

      from  da547a5   Fix Vcs-Browser
       new  6da33cb   Imported Upstream version 4.2.1
       new  afbd58b   Refresh patches: drop 0007-Remove-gemoji-dependency.patch
       new  1df3bfd   Drop emoji related files: add depends: ruby-emot
       new  518ca89   Update debian/changelog

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:
 .gitignore                                         |    1 -
 .travis.yml                                        |    3 +-
 ChangeLog                                          |   45 +-
 Gemfile                                            |    7 +-
 Gemfile.lock                                       |   92 +-
 Gruntfile.js                                       |   24 -
 bower.json                                         |   19 -
 config.ru                                          |    3 +-
 debian/changelog                                   |   10 +
 debian/control                                     |    1 +
 debian/copyright                                   |    8 +-
 debian/emoji.rb                                    |   80 -
 debian/emoji/character.rb                          |   74 -
 debian/emoji/emoji.json                            | 8265 --------------------
 debian/patches/0007-Remove-gemoji-dependency.patch |   34 -
 .../0007-Replace-git-execution-from-gemspec.patch  |   37 +
 .../0008-Replace-git-execution-from-gemspec.patch  |   22 -
 debian/patches/series                              |    3 +-
 debian/tdiary-core.install                         |    2 -
 js/02edit.coffee                                   |    5 -
 lib/tdiary/application.rb                          |   61 +-
 lib/tdiary/application/configuration.rb            |   31 -
 lib/tdiary/configuration.rb                        |    4 +-
 lib/tdiary/core_ext.rb                             |    6 +-
 lib/tdiary/rack/assets/precompile.rb               |   37 -
 lib/tdiary/rack/auth/omniauth.rb                   |    9 +-
 lib/tdiary/tasks/assets.rake                       |   11 -
 lib/tdiary/tasks/release.rake                      |   25 +-
 lib/tdiary/version.rb                              |    2 +-
 misc/plugin/category.rb                            |    8 +-
 package.json                                       |    8 +-
 spec/core/application_spec.rb                      |   10 +-
 spec/core/core_ext_spec.rb                         |    2 +-
 spec/core/rack/assets/precompile_spec.rb           |   75 -
 spec/javascripts/support/jasmine.yml               |    4 +-
 tdiary.gemspec                                     |   22 +-
 theme/default/default.css                          |    9 +-
 37 files changed, 236 insertions(+), 8823 deletions(-)
 delete mode 100644 Gruntfile.js
 delete mode 100644 bower.json
 delete mode 100644 debian/emoji.rb
 delete mode 100644 debian/emoji/character.rb
 delete mode 100644 debian/emoji/emoji.json
 delete mode 100644 debian/patches/0007-Remove-gemoji-dependency.patch
 create mode 100644 debian/patches/0007-Replace-git-execution-from-gemspec.patch
 delete mode 100644 debian/patches/0008-Replace-git-execution-from-gemspec.patch
 delete mode 100644 js/02edit.coffee
 delete mode 100644 lib/tdiary/application/configuration.rb
 delete mode 100644 lib/tdiary/rack/assets/precompile.rb
 delete mode 100644 spec/core/rack/assets/precompile_spec.rb

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