[DRE-commits] [ruby-jekyll-feed] 01/02: Merge tag 'upstream/0.3.1'

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Sun Nov 22 06:41:58 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-feed.

commit cdd6d61683d7837ce79016876a96c989c6e7bbb2
Merge: e95186f 4f01de0
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Wed Nov 4 15:29:48 2015 +0900

    Merge tag 'upstream/0.3.1'
    
    Upstream version 0.3.1

 .gitignore                                         |  20 +++
 .rspec                                             |   2 +
 .travis.yml                                        |  25 ++++
 Gemfile                                            |   6 +
 LICENSE.txt                                        |  22 +++
 README.md                                          |  78 ++++++++++
 Rakefile                                           |   6 +
 debian/changelog                                   |   5 -
 debian/watch                                       |   3 -
 jekyll-feed.gemspec                                |  24 +++
 lib/feed.xml                                       |  81 ++++++++++
 lib/jekyll-feed.rb                                 | 100 +++++++++++++
 script/bootstrap                                   |   3 +
 script/cibuild                                     |   6 +
 script/release                                     |   7 +
 spec/fixtures/_config.yml                          |  12 ++
 spec/fixtures/_layouts/some_default.html           |  11 ++
 spec/fixtures/_my_collection/custom_permalink.md   |   5 +
 spec/fixtures/_my_collection/custom_permalink_2.md |   5 +
 spec/fixtures/_my_collection/test.html             |   4 +
 spec/fixtures/_other_things/test2.html             |   4 +
 spec/fixtures/_posts/2013-12-12-dec-the-second.md  |   4 +
 .../fixtures/_posts/2014-03-02-march-the-second.md |   4 +
 .../fixtures/_posts/2014-03-04-march-the-fourth.md |   6 +
 .../_posts/2014-05-11-exclude-this-post.md         |   5 +
 .../_posts/2015-01-18-jekyll-last-modified-at.md   |   4 +
 spec/fixtures/_posts/2015-05-12-pre.html           |   7 +
 spec/fixtures/_posts/2015-05-18-author-detail.md   |   8 +
 spec/fixtures/feeds/atom.xml                       |   6 +
 spec/fixtures/images/hubot.png                     | Bin 0 -> 54008 bytes
 spec/fixtures/index.html                           |   4 +
 spec/fixtures/jekyll-last-modified-at/page.html    |   4 +
 .../fixtures/some-subfolder/exclude-this-page.html |   5 +
 spec/fixtures/some-subfolder/test_index.html       |   4 +
 .../fixtures/some-subfolder/this-is-a-subfile.html |   0
 .../fixtures/some-subfolder/this-is-a-subpage.html |   4 +
 spec/jekyll-feed_spec.rb                           | 165 +++++++++++++++++++++
 spec/spec_helper.rb                                |  24 +++
 38 files changed, 675 insertions(+), 8 deletions(-)

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



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