[DRE-commits] [ruby-jekyll-watch] branch master updated (9c14f82 -> a9ddbc2)

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Fri Mar 20 09:06:25 UTC 2015


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

uwabami-guest pushed a change to branch master
in repository ruby-jekyll-watch.

      from  9c14f82   Update debian/changelog
       new  7eb116b   Update d/watch: use github as upstream
      adds  0ccf6d1   Imported Upstream version 1.2.1
       new  e73948f   Merge tag 'upstream/1.2.1'
       new  2b309b5   Install History.markdown as upstream changelog
       new  4a3a81b   Bump Standard Version: 3.9.6
       new  a9ddbc2   Update debian/changelog

The 5 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                                         |   4 +
 .travis.yml                                        |  20 ++
 History.markdown                                   |  32 +++
 README.md                                          |   4 +-
 checksums.yaml.gz                                  | Bin 270 -> 0 bytes
 debian/changelog                                   |   9 +
 debian/control                                     |   2 +-
 debian/rules                                       |   3 +
 debian/watch                                       |   3 +-
 jekyll-watch.gemspec                               |   7 +-
 lib/jekyll-watch.rb                                |   3 +-
 lib/jekyll/commands/watch.rb                       |  71 ++-----
 lib/jekyll/watcher.rb                              |  97 +++++++++
 metadata.yml                                       |  94 --------
 script/bootstrap                                   |   8 +
 script/cibuild                                     |   3 +
 script/test                                        |   3 +
 script/test-watcher                                |   5 +
 script/unbundle                                    |   8 +
 spec/spec_helper.rb                                |  81 +++++++
 spec/test-site/.gitignore                          |   1 +
 spec/test-site/_config.dev.toml                    |   1 +
 spec/test-site/_config.yml                         |  15 ++
 spec/test-site/_includes/footer.html               |  55 +++++
 spec/test-site/_includes/head.html                 |  11 +
 spec/test-site/_includes/header.html               |  27 +++
 spec/test-site/_layouts/default.html               |  20 ++
 spec/test-site/_layouts/page.html                  |  14 ++
 spec/test-site/_layouts/post.html                  |  15 ++
 .../_posts/2014-08-08-welcome-to-jekyll.markdown   |  25 +++
 spec/test-site/_sass/_base.scss                    | 201 ++++++++++++++++++
 spec/test-site/_sass/_layout.scss                  | 236 +++++++++++++++++++++
 spec/test-site/_sass/_syntax-highlighting.scss     |  67 ++++++
 spec/test-site/about.md                            |  11 +
 spec/test-site/css/main.scss                       |  50 +++++
 spec/test-site/feed.xml                            |  30 +++
 spec/test-site/index.html                          |  23 ++
 spec/watcher_spec.rb                               | 109 ++++++++++
 38 files changed, 1215 insertions(+), 153 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 History.markdown
 delete mode 100644 checksums.yaml.gz
 create mode 100644 lib/jekyll/watcher.rb
 delete mode 100644 metadata.yml
 create mode 100755 script/bootstrap
 create mode 100755 script/cibuild
 create mode 100755 script/test
 create mode 100755 script/test-watcher
 create mode 100755 script/unbundle
 create mode 100644 spec/spec_helper.rb
 create mode 100644 spec/test-site/.gitignore
 create mode 100644 spec/test-site/_config.dev.toml
 create mode 100644 spec/test-site/_config.yml
 create mode 100644 spec/test-site/_includes/footer.html
 create mode 100644 spec/test-site/_includes/head.html
 create mode 100644 spec/test-site/_includes/header.html
 create mode 100644 spec/test-site/_layouts/default.html
 create mode 100644 spec/test-site/_layouts/page.html
 create mode 100644 spec/test-site/_layouts/post.html
 create mode 100644 spec/test-site/_posts/2014-08-08-welcome-to-jekyll.markdown
 create mode 100644 spec/test-site/_sass/_base.scss
 create mode 100644 spec/test-site/_sass/_layout.scss
 create mode 100644 spec/test-site/_sass/_syntax-highlighting.scss
 create mode 100644 spec/test-site/about.md
 create mode 100755 spec/test-site/css/main.scss
 create mode 100644 spec/test-site/feed.xml
 create mode 100644 spec/test-site/index.html
 create mode 100644 spec/watcher_spec.rb

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



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