[DRE-commits] [jekyll] branch master updated (7e3e4bb -> ba8f8c0)

Cédric Boutillier boutil at moszumanska.debian.org
Sun Jun 5 20:33:03 UTC 2016


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

boutil pushed a change to branch master
in repository jekyll.

      from  7e3e4bb   Run wrap-and-sort on packaging files
       new  e5ac413   add repacksuffix option to debian/watch
       new  79b2641   apply manually patch from 3.0.1 to 3.1.6
      adds  3b62e27   Imported Upstream version 2.2.0+dfsg
      adds  63d4498   Imported Upstream version 3.0.1+dfsg
      adds  c739150   Imported Upstream version 3.1.6+dfsg
       new  6565211   Merge branch 'upstream'
       new  095e572   Depend on ruby-lauchy-shim
       new  284d9bd    drop 0003-Remove-Launchy-Dependencies.patch
       new  f92758f   refresh patches
       new  0831bf2   drop 0004-Fix-Gemfile-versioning-toml.patch (was fixing 0002-Downgrading-RDoc-as-4.1.patch)
       new  de360a1   add 0010-require-openssl.patch 0011-fix-test-pygments.patch
       new  850623c   prepare changelog
       new  4c9fcd8   Build-depend on ruby-nokogiri
       new  d263961   Bump Standards-Version to 3.9.8 (no changes needed)
       new  4b440a5   Drop paragraph about removed script/rebund in copyright file
       new  0d64855   Set Section: to web
       new  2c3dabf   set autopkgtest suite
       new  38cb536   Add 0012_no_require_relative.patch to use LOAD_PATH to find jekyll in tests
       new  f7c3b0a   Add 0013_require_coffee_script_test.patch to require coffee_script for autopkgtests
       new  ba8f8c0   Add 0014_skip_test_autopkgtest.patch to skip a failing test in autopkgtest environment

The 17 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:
 .codeclimate.yml                                   |  29 +
 .gitignore                                         |  26 +-
 .jrubyrc                                           |   3 -
 .rubocop.yml                                       |  80 +++
 .travis.yml                                        |  58 +-
 CONDUCT.markdown                                   |  49 ++
 CONDUCT.md                                         |  22 -
 Gemfile                                            | 105 ++--
 History.markdown                                   | 559 ++++++++++++-------
 ISSUE_TEMPLATE.md                                  |  20 +
 LICENSE                                            |   2 +-
 README.markdown                                    |  22 +-
 Rakefile                                           | 185 +------
 benchmark/end-with-vs-regexp                       |   2 +
 benchmark/file-dir-ensure-trailing-slash           |  54 ++
 bin/jekyll                                         |  25 +-
 debian/changelog                                   |  28 +
 debian/control                                     |   8 +-
 debian/copyright                                   |   5 -
 .../patches/0001-Drop-Ruby-Minitest-Profile.patch  |  26 +-
 debian/patches/0002-Downgrading-RDoc-as-4.1.patch  |  23 +-
 .../patches/0003-Remove-Launchy-Dependencies.patch |  43 --
 .../patches/0004-Fix-Gemfile-versioning-toml.patch |  22 -
 ...05-Fix-Gemfile-dependencies-drop-redgreen.patch |  19 +-
 .../0006-Fix-Gemfile-versioning-pygments.rb.patch  |  18 +-
 .../patches/0007-Fix-Gemfile-drop-liquid-c.patch   |  16 +-
 ...-patch-Replace-git-execution-from-gemspec.patch | 447 +++++++++++++++-
 ...Remove-relative-LOAD_PATH-from-bin-jekyll.patch |   6 +-
 debian/patches/0010-require-openssl.patch          |  15 +
 debian/patches/0011-fix-test-pygments.patch        |  18 +
 debian/patches/0012_no_require_relative.patch      |  18 +
 .../patches/0013_require_coffee_script_test.patch  |  13 +
 debian/patches/0014_skip_test_autopkgtest.patch    |  16 +
 debian/patches/series                              |   7 +-
 debian/watch                                       |   4 +-
 features/collections.feature                       |  62 ++-
 features/create_sites.feature                      |  48 +-
 features/drafts.feature                            |  12 +-
 features/embed_filters.feature                     |  52 +-
 features/frontmatter_defaults.feature              |  38 +-
 features/hooks.feature                             |  33 +-
 features/include_tag.feature                       |  39 +-
 features/incremental_rebuild.feature               |  24 +-
 features/layout_data.feature                       |  70 +++
 features/markdown.feature                          |   6 +-
 features/permalinks.feature                        |  46 +-
 features/plugins.feature                           |   9 +-
 features/post_data.feature                         | 104 +++-
 features/post_excerpts.feature                     |   9 +-
 features/rendering.feature                         |  15 +-
 features/site_configuration.feature                |  42 +-
 features/site_data.feature                         |  33 +-
 features/step_definitions.rb                       | 245 +++++++++
 features/step_definitions/jekyll_steps.rb          | 234 --------
 features/support/env.rb                            | 116 ----
 features/support/{overview.rb => formatter.rb}     | 135 +++--
 features/support/helpers.rb                        | 161 ++++++
 jekyll.gemspec                                     |   2 +-
 lib/jekyll.rb                                      |  29 +-
 lib/jekyll/cleaner.rb                              |   4 +-
 lib/jekyll/collection.rb                           |  34 +-
 lib/jekyll/command.rb                              |   4 -
 lib/jekyll/commands/build.rb                       |  12 +-
 lib/jekyll/commands/clean.rb                       |   6 +-
 lib/jekyll/commands/doctor.rb                      |  44 +-
 lib/jekyll/commands/help.rb                        |   2 -
 lib/jekyll/commands/serve.rb                       | 260 +++++----
 lib/jekyll/commands/serve/servlet.rb               |  61 +++
 lib/jekyll/configuration.rb                        | 128 +++--
 lib/jekyll/converters/identity.rb                  |   2 +-
 lib/jekyll/converters/markdown.rb                  |  89 ++--
 lib/jekyll/converters/markdown/kramdown_parser.rb  | 117 +++-
 lib/jekyll/converters/markdown/rdiscount_parser.rb |   2 +-
 lib/jekyll/converters/markdown/redcarpet_parser.rb |  11 +-
 lib/jekyll/converters/smartypants.rb               |  34 ++
 lib/jekyll/convertible.rb                          |  55 +-
 lib/jekyll/deprecator.rb                           |   4 +-
 lib/jekyll/document.rb                             | 172 +++---
 lib/jekyll/drops/collection_drop.rb                |  22 +
 lib/jekyll/drops/document_drop.rb                  |  60 +++
 lib/jekyll/drops/drop.rb                           | 200 +++++++
 lib/jekyll/drops/excerpt_drop.rb                   |  15 +
 lib/jekyll/drops/jekyll_drop.rb                    |  33 ++
 lib/jekyll/drops/site_drop.rb                      |  38 ++
 lib/jekyll/drops/unified_payload_drop.rb           |  25 +
 lib/jekyll/drops/url_drop.rb                       |  83 +++
 lib/jekyll/entry_filter.rb                         |   2 +-
 lib/jekyll/errors.rb                               |   9 +-
 lib/jekyll/excerpt.rb                              |   9 +-
 lib/jekyll/external.rb                             |  10 +-
 lib/jekyll/filters.rb                              |  35 +-
 lib/jekyll/frontmatter_defaults.rb                 |  40 +-
 lib/jekyll/generator.rb                            |   3 +-
 lib/jekyll/hooks.rb                                |  52 +-
 lib/jekyll/liquid_renderer.rb                      |   2 +-
 lib/jekyll/liquid_renderer/file.rb                 |   2 +-
 lib/jekyll/liquid_renderer/table.rb                |   4 +-
 lib/jekyll/page.rb                                 |  54 +-
 lib/jekyll/plugin.rb                               |  43 +-
 lib/jekyll/plugin_manager.rb                       |  21 +-
 lib/jekyll/reader.rb                               |  14 +-
 lib/jekyll/readers/collection_reader.rb            |   3 +-
 lib/jekyll/readers/data_reader.rb                  |  14 +-
 lib/jekyll/readers/page_reader.rb                  |   6 +-
 lib/jekyll/readers/post_reader.rb                  |   4 +-
 lib/jekyll/readers/static_file_reader.rb           |   4 +-
 lib/jekyll/regenerator.rb                          |  35 +-
 lib/jekyll/related_posts.rb                        |   2 -
 lib/jekyll/renderer.rb                             |  69 ++-
 lib/jekyll/site.rb                                 |  66 +--
 lib/jekyll/static_file.rb                          |  30 +-
 lib/jekyll/stevenson.rb                            |   4 +-
 lib/jekyll/tags/highlight.rb                       |  27 +-
 lib/jekyll/tags/include.rb                         |  34 +-
 lib/jekyll/tags/post_url.rb                        |  17 +-
 lib/jekyll/url.rb                                  |  35 +-
 lib/jekyll/utils.rb                                | 132 ++++-
 lib/jekyll/utils/ansi.rb                           |  59 ++
 lib/jekyll/utils/platforms.rb                      |   4 +-
 lib/jekyll/version.rb                              |   2 +-
 lib/site_template/_includes/head.html              |   2 +-
 rake/docs.rake                                     |  23 +
 rake/release.rake                                  |  25 +
 Rakefile => rake/site.rake                         | 181 +------
 script/cibuild                                     |   2 +
 script/cucumber                                    |  11 +-
 script/proof                                       |   2 +-
 script/rebund                                      | 140 -----
 script/stackprof                                   |  10 +-
 script/travis                                      |  40 ++
 site/_config.yml                                   |   4 +
 site/_data/docs.yml                                |   4 +-
 site/_docs/assets.md                               |   7 +-
 site/_docs/conduct.md                              |  55 ++
 site/_docs/configuration.md                        |  84 ++-
 site/_docs/contributing.md                         |   2 +-
 site/_docs/datafiles.md                            |   6 +-
 site/_docs/deployment-methods.md                   |  77 ++-
 site/_docs/extras.md                               |   8 +-
 site/_docs/github-pages.md                         |  55 +-
 site/_docs/history.md                              | 591 ++++++++++++++-------
 site/_docs/index.md                                |   1 +
 site/_docs/installation.md                         |   8 +-
 site/_docs/pages.md                                |  24 +-
 site/_docs/pagination.md                           |  11 +-
 site/_docs/permalinks.md                           |   7 +-
 site/_docs/plugins.md                              |  28 +-
 site/_docs/posts.md                                |  16 +-
 site/_docs/quickstart.md                           |   3 +-
 site/_docs/resources.md                            |  40 +-
 site/_docs/sites.md                                |   8 +-
 site/_docs/structure.md                            |   6 +-
 site/_docs/templates.md                            |  52 +-
 site/_docs/upgrading.md                            | 136 +----
 site/_docs/{upgrading.md => upgrading/0-to-2.md}   |   6 +-
 site/_docs/upgrading/2-to-3.md                     | 126 +++++
 site/_docs/variables.md                            |   2 +-
 site/_docs/windows.md                              |   8 +-
 site/_includes/docs_ul.html                        |   8 +-
 site/_includes/footer.html                         |   2 +-
 .../_posts/2015-10-26-jekyll-3-0-released.markdown |   2 +-
 .../2016-01-20-jekyll-3-0-2-released.markdown      |  19 +
 .../2016-01-24-jekyll-3-1-0-released.markdown      |  50 ++
 .../2016-01-28-jekyll-3-1-1-released.markdown      |  33 ++
 .../2016-02-08-jekyll-3-0-3-released.markdown      |  32 ++
 .../2016-02-19-jekyll-3-1-2-released.markdown      |  20 +
 site/_sass/_style.scss                             |   4 +
 site/help/index.md                                 |   5 +
 site/index.html                                    |   4 +-
 site/latest_version.txt                            |   2 +-
 site/redirects/github.html                         |   4 +
 site/redirects/issues.html                         |   4 +
 test/fixtures/empty_permalink.erb                  |   4 +
 test/helper.rb                                     |  92 +++-
 .../find_me.txt}                                   |   0
 test/source/+/foo.md                               |   2 +-
 .../source/_posts/2015-12-27-extra-spaces.markdown |   3 +
 test/source/_slides/example-slide-7.md             |   6 +
 .../_thanksgiving/2015-11-26-thanksgiving.md       |   3 +
 test/source/_thanksgiving/black-friday.md          |   3 +
 .../page1.html}                                    |   0
 .../page2.html}                                    |   2 +-
 .../page1.html}                                    |   0
 test/source/_with.dots/mit.txt                     |   4 +
 test/source/_with.dots/permalink.with.slash.tho.md |   5 +
 test/source/contacts/humans.txt                    |   5 +
 test/source/deal.with.dots.html                    |   1 -
 test/source/dynamic_file.php                       |   4 +
 test/test_ansi.rb                                  |  23 +
 test/test_cleaner.rb                               |  18 +-
 test/test_coffeescript.rb                          |   2 +-
 test/test_collections.rb                           |   2 +-
 test/test_commands_serve.rb                        | 115 ++++
 test/test_configuration.rb                         | 174 +++++-
 test/test_convertible.rb                           |  14 +
 test/test_doctor_command.rb                        |  36 ++
 test/test_document.rb                              | 108 +++-
 test/test_excerpt.rb                               |   3 +-
 test/test_excerpt_drop.rb                          |  36 ++
 test/test_filters.rb                               |  86 ++-
 test/test_front_matter_defaults.rb                 |  69 ++-
 test/test_generated_site.rb                        |  30 +-
 test/test_kramdown.rb                              | 129 +++--
 test/test_layout_reader.rb                         |   2 +-
 test/test_new_command.rb                           |   8 +-
 test/test_page.rb                                  |  78 ++-
 test/test_path_sanitization.rb                     |   9 +
 test/test_regenerator.rb                           |   2 +-
 test/test_site.rb                                  |  56 +-
 test/test_static_file.rb                           |   5 +-
 test/test_tags.rb                                  |  14 +-
 test/test_url.rb                                   |  18 +
 test/test_utils.rb                                 | 106 ++++
 213 files changed, 6286 insertions(+), 2912 deletions(-)
 create mode 100644 .codeclimate.yml
 create mode 100644 .rubocop.yml
 create mode 100644 CONDUCT.markdown
 delete mode 100644 CONDUCT.md
 create mode 100644 ISSUE_TEMPLATE.md
 create mode 100644 benchmark/file-dir-ensure-trailing-slash
 delete mode 100644 debian/patches/0003-Remove-Launchy-Dependencies.patch
 delete mode 100644 debian/patches/0004-Fix-Gemfile-versioning-toml.patch
 create mode 100644 debian/patches/0010-require-openssl.patch
 create mode 100644 debian/patches/0011-fix-test-pygments.patch
 create mode 100644 debian/patches/0012_no_require_relative.patch
 create mode 100644 debian/patches/0013_require_coffee_script_test.patch
 create mode 100644 debian/patches/0014_skip_test_autopkgtest.patch
 create mode 100644 features/layout_data.feature
 create mode 100644 features/step_definitions.rb
 delete mode 100644 features/step_definitions/jekyll_steps.rb
 delete mode 100644 features/support/env.rb
 rename features/support/{overview.rb => formatter.rb} (55%)
 create mode 100644 features/support/helpers.rb
 create mode 100644 lib/jekyll/commands/serve/servlet.rb
 create mode 100644 lib/jekyll/converters/smartypants.rb
 create mode 100644 lib/jekyll/drops/collection_drop.rb
 create mode 100644 lib/jekyll/drops/document_drop.rb
 create mode 100644 lib/jekyll/drops/drop.rb
 create mode 100644 lib/jekyll/drops/excerpt_drop.rb
 create mode 100644 lib/jekyll/drops/jekyll_drop.rb
 create mode 100644 lib/jekyll/drops/site_drop.rb
 create mode 100644 lib/jekyll/drops/unified_payload_drop.rb
 create mode 100644 lib/jekyll/drops/url_drop.rb
 create mode 100644 lib/jekyll/utils/ansi.rb
 create mode 100644 rake/docs.rake
 create mode 100644 rake/release.rake
 copy Rakefile => rake/site.rake (55%)
 delete mode 100755 script/rebund
 create mode 100755 script/travis
 create mode 100644 site/_docs/conduct.md
 copy site/_docs/{upgrading.md => upgrading/0-to-2.md} (98%)
 create mode 100644 site/_docs/upgrading/2-to-3.md
 create mode 100644 site/_posts/2016-01-20-jekyll-3-0-2-released.markdown
 create mode 100644 site/_posts/2016-01-24-jekyll-3-1-0-released.markdown
 create mode 100644 site/_posts/2016-01-28-jekyll-3-1-1-released.markdown
 create mode 100644 site/_posts/2016-02-08-jekyll-3-0-3-released.markdown
 create mode 100644 site/_posts/2016-02-19-jekyll-3-1-2-released.markdown
 create mode 100644 site/redirects/github.html
 create mode 100644 site/redirects/issues.html
 create mode 100644 test/fixtures/empty_permalink.erb
 copy test/{source/_posts/2011-04-12-text-extension.text => safe_glob_test[/find_me.txt} (100%)
 create mode 100644 test/source/_posts/2015-12-27-extra-spaces.markdown
 create mode 100644 test/source/_slides/example-slide-7.md
 create mode 100644 test/source/_thanksgiving/2015-11-26-thanksgiving.md
 create mode 100644 test/source/_thanksgiving/black-friday.md
 copy test/source/{about.html => _urls_differ_by_case_invalid/page1.html} (100%)
 copy test/source/{about.html => _urls_differ_by_case_invalid/page2.html} (66%)
 copy test/source/{about.html => _urls_differ_by_case_valid/page1.html} (100%)
 create mode 100644 test/source/_with.dots/mit.txt
 create mode 100644 test/source/_with.dots/permalink.with.slash.tho.md
 create mode 100644 test/source/contacts/humans.txt
 create mode 100644 test/source/dynamic_file.php
 create mode 100644 test/test_ansi.rb
 create mode 100644 test/test_commands_serve.rb
 create mode 100644 test/test_doctor_command.rb
 create mode 100644 test/test_excerpt_drop.rb

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



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