[DRE-commits] [ruby-jekyll-watch] 02/05: Merge tag 'upstream/1.2.1'

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 commit to branch master
in repository ruby-jekyll-watch.

commit e73948f01a7c00d269e91034f1d938bd0797da89
Merge: 7eb116b 0ccf6d1
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Fri Mar 20 17:59:11 2015 +0900

    Merge tag 'upstream/1.2.1'
    
    Upstream version 1.2.1

 .gitignore                                         |   4 +
 .travis.yml                                        |  20 ++
 History.markdown                                   |  32 +++
 README.md                                          |   4 +-
 checksums.yaml.gz                                  | Bin 270 -> 0 bytes
 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 ++++++++++
 34 files changed, 1200 insertions(+), 151 deletions(-)

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