jekyll 2.1.1 → 2.2.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of jekyll might be problematic. Click here for more details.

Files changed (57) hide show
  1. checksums.yaml +4 -4
  2. data/History.markdown +36 -3
  3. data/Rakefile +20 -1
  4. data/features/post_data.feature +41 -6
  5. data/jekyll.gemspec +7 -4
  6. data/lib/jekyll.rb +53 -50
  7. data/lib/jekyll/command.rb +1 -1
  8. data/lib/jekyll/commands/build.rb +1 -1
  9. data/lib/jekyll/converters/markdown.rb +23 -4
  10. data/lib/jekyll/converters/markdown/kramdown_parser.rb +1 -1
  11. data/lib/jekyll/converters/markdown/maruku_parser.rb +1 -1
  12. data/lib/jekyll/converters/markdown/rdiscount_parser.rb +1 -5
  13. data/lib/jekyll/converters/markdown/redcarpet_parser.rb +31 -36
  14. data/lib/jekyll/converters/textile.rb +2 -2
  15. data/lib/jekyll/convertible.rb +12 -0
  16. data/lib/jekyll/deprecator.rb +19 -1
  17. data/lib/jekyll/errors.rb +6 -1
  18. data/lib/jekyll/excerpt.rb +0 -1
  19. data/lib/jekyll/frontmatter_defaults.rb +120 -122
  20. data/lib/jekyll/post.rb +3 -1
  21. data/lib/jekyll/renderer.rb +12 -0
  22. data/lib/jekyll/site.rb +2 -2
  23. data/lib/jekyll/tags/highlight.rb +24 -3
  24. data/lib/jekyll/tags/include.rb +0 -4
  25. data/lib/jekyll/version.rb +1 -1
  26. data/script/cibuild +4 -1
  27. data/script/proof +22 -0
  28. data/script/test +8 -2
  29. data/site/_config.yml +0 -1
  30. data/site/_posts/2013-05-06-jekyll-1-0-0-released.markdown +1 -1
  31. data/site/_posts/2013-05-08-jekyll-1-0-1-released.markdown +1 -1
  32. data/site/_posts/2013-05-12-jekyll-1-0-2-released.markdown +1 -1
  33. data/site/_posts/2013-06-07-jekyll-1-0-3-released.markdown +1 -1
  34. data/site/_posts/2014-03-24-jekyll-1-5-0-released.markdown +1 -1
  35. data/site/_posts/2014-05-06-jekyll-turns-2-0-0.markdown +2 -2
  36. data/site/_posts/2014-06-28-jekyll-turns-21-i-mean-2-1-0.markdown +1 -1
  37. data/site/_posts/2014-07-29-jekyll-2-2-0-released.markdown +19 -0
  38. data/site/docs/assets.md +17 -3
  39. data/site/docs/contributing.md +1 -1
  40. data/site/docs/deployment-methods.md +15 -2
  41. data/site/docs/extras.md +3 -75
  42. data/site/docs/github-pages.md +1 -1
  43. data/site/docs/history.md +260 -3
  44. data/site/docs/index.md +1 -1
  45. data/site/docs/installation.md +1 -1
  46. data/site/docs/plugins.md +6 -2
  47. data/site/docs/posts.md +3 -3
  48. data/site/docs/resources.md +3 -6
  49. data/site/docs/troubleshooting.md +0 -10
  50. data/site/index.html +1 -1
  51. data/test/test_command.rb +1 -1
  52. data/test/test_kramdown.rb +1 -1
  53. data/test/test_post.rb +17 -2
  54. data/test/test_site.rb +5 -5
  55. data/test/test_tags.rb +33 -2
  56. metadata +20 -19
  57. data/site/docs/heroku.md +0 -9
@@ -16,7 +16,7 @@ development of Jekyll itself.
16
16
  Jekyll is a simple, blog-aware, static site generator. It takes a template
17
17
  directory containing raw text files in various formats, runs it through
18
18
  [Markdown](http://daringfireball.net/projects/markdown/) (or
19
- [Textile](http://textile.sitemonks.com/)) and
19
+ [Textile](http://redcloth.org/textile)) and
20
20
  [Liquid](http://wiki.shopify.com/Liquid)
21
21
  converters, and spits out a complete, ready-to-publish static website suitable
22
22
  for serving with your favorite web server. Jekyll also happens to be the engine
@@ -34,7 +34,7 @@ you’ll need to make sure your system has before you start.
34
34
  ## Install with RubyGems
35
35
 
36
36
  The best way to install Jekyll is via
37
- [RubyGems](http://docs.rubygems.org/read/chapter/3). At the terminal prompt,
37
+ [RubyGems](http://rubygems.org/pages/download). At the terminal prompt,
38
38
  simply run the following command to install Jekyll:
39
39
 
40
40
  {% highlight bash %}
@@ -427,6 +427,8 @@ You can find a few useful plugins at the following locations:
427
427
  - [Pages Directory by Ben Baker-Smith](https://github.com/bbakersmith/jekyll-pages-directory): Defines a `_pages` directory for page files which routes its output relative to the project root.
428
428
  - [Page Collections by Jeff Kolesky](https://github.com/jeffkole/jekyll-page-collections): Generates collections of pages with functionality that resembles posts.
429
429
  - [Windows 8.1 Live Tile Generation by Matt Sheehan](https://github.com/sheehamj13/jekyll-live-tiles): Generates Internet Explorer 11 config.xml file and Tile Templates for pinning your site to Windows 8.1.
430
+ - [Jekyll::AutolinkEmail by Ivan Tse](https://github.com/ivantsepp/jekyll-autolink_email): Autolink your emails.
431
+ - [Jekyll::GitMetadata by Ivan Tse](https://github.com/ivantsepp/jekyll-git_metadata): Expose Git metadata for your templates.
430
432
 
431
433
  #### Converters
432
434
 
@@ -445,6 +447,7 @@ You can find a few useful plugins at the following locations:
445
447
  - [Jekyll-pandoc-multiple-formats](https://github.com/fauno/jekyll-pandoc-multiple-formats) by [edsl](https://github.com/edsl): Use pandoc to generate your site in multiple formats. Supports pandoc’s markdown extensions.
446
448
  - [Transform Layouts](https://gist.github.com/1472645): Allows HAML layouts (you need a HAML Converter plugin for this to work).
447
449
  - [Org-mode Converter](https://gist.github.com/abhiyerra/7377603): Org-mode converter for Jekyll.
450
+ - [Customized Kramdown Converter](https://github.com/mvdbos/kramdown-with-pygments): Enable Pygments syntax highlighting for Kramdown-parsed fenced code blocks.
448
451
 
449
452
  #### Filters
450
453
 
@@ -454,7 +457,7 @@ You can find a few useful plugins at the following locations:
454
457
  - [URL encoding by James An](https://gist.github.com/919275): Percent encoding for URIs.
455
458
  - [JSON Filter](https://gist.github.com/1850654) by [joelverhagen](https://github.com/joelverhagen): Filter that takes input text and outputs it as JSON. Great for rendering JavaScript.
456
459
  - [i18n_filter](https://github.com/gacha/gacha.id.lv/blob/master/_plugins/i18n_filter.rb): Liquid filter to use I18n localization.
457
- - [Smilify](https://github.com/SaswatPadhi/jekyll_smilify) by [SaswatPadhi](https://github.com/SaswatPadhi): Convert text emoticons in your content to themeable smiley pics ([Demo](http://saswatpadhi.github.com/)).
460
+ - [Smilify](https://github.com/SaswatPadhi/jekyll_smilify) by [SaswatPadhi](https://github.com/SaswatPadhi): Convert text emoticons in your content to themeable smiley pics.
458
461
  - [Read in X Minutes](https://gist.github.com/zachleat/5792681) by [zachleat](https://github.com/zachleat): Estimates the reading time of a string (for blog post content).
459
462
  - [Jekyll-timeago](https://github.com/markets/jekyll-timeago): Converts a time value to the time ago in words.
460
463
  - [pluralize](https://github.com/bdesham/pluralize): Easily combine a number and a word into a gramatically-correct amount like “1 minute” or “2 minute**s**”.
@@ -468,7 +471,7 @@ You can find a few useful plugins at the following locations:
468
471
 
469
472
  - [Asset Path Tag](https://github.com/samrayner/jekyll-asset-path-plugin) by [Sam Rayner](http://www.samrayner.com/): Allows organisation of assets into subdirectories by outputting a path for a given file relative to the current post or page.
470
473
  - [Delicious Plugin by Christian Hellsten](https://github.com/christianhellsten/jekyll-plugins): Fetches and renders bookmarks from delicious.com.
471
- - [Ultraviolet Plugin by Steve Alex](https://gist.github.com/480380): Jekyll tag for the [Ultraviolet](http://ultraviolet.rubyforge.org/) code highligher.
474
+ - [Ultraviolet Plugin by Steve Alex](https://gist.github.com/480380): Jekyll tag for the [Ultraviolet](https://github.com/grosser/ultraviolet) code highligher.
472
475
  - [Tag Cloud Plugin by Ilkka Laukkanen](https://gist.github.com/710577): Generate a tag cloud that links to tag pages.
473
476
  - [GIT Tag by Alexandre Girard](https://gist.github.com/730347): Add Git activity inside a list.
474
477
  - [MathJax Liquid Tags by Jessy Cowan-Sharp](https://gist.github.com/834610): Simple liquid tags for Jekyll that convert inline math and block equations to the appropriate MathJax script tags.
@@ -540,6 +543,7 @@ You can find a few useful plugins at the following locations:
540
543
  - [grunt-jekyll](https://github.com/dannygarcia/grunt-jekyll): A straightforward [Grunt](http://gruntjs.com/) plugin for Jekyll.
541
544
  - [jekyll-postfiles](https://github.com/indirect/jekyll-postfiles): Add `_postfiles` directory and {% raw %}`{{ postfile }}`{% endraw %} tag so the files a post refers to will always be right there inside your repo.
542
545
  - [A layout that compresses HTML](https://github.com/penibelst/jekyll-compress-html) by [Anatol Broder](http://penibelst.de/): Github Pages compatible, configurable way to compress HTML files on site build.
546
+ - [Jekyll CO₂](https://github.com/wdenton/jekyll-co2): Generates HTML showing the monthly change in atmospheric CO₂ at the Mauna Loa observatory in Hawaii.
543
547
 
544
548
  #### Editors
545
549
 
@@ -18,7 +18,7 @@ and web-based CMS systems, this will be a welcome change!
18
18
  As explained on the [directory structure](../structure/) page, the `_posts`
19
19
  folder is where your blog posts will live. These files can be either
20
20
  [Markdown](http://daringfireball.net/projects/markdown/) or
21
- [Textile](http://textile.sitemonks.com/) formatted text files, and as long as
21
+ [Textile](http://redcloth.org/textile) formatted text files, and as long as
22
22
  they have [YAML front-matter](../frontmatter/), they will be converted from their
23
23
  source format into an HTML page that is part of your static site.
24
24
 
@@ -44,7 +44,7 @@ file. For example, the following are examples of valid post filenames:
44
44
  <div class="note">
45
45
  <h5>ProTip™: Link to other posts</h5>
46
46
  <p>
47
- Use the <a href="../templates#post_url"><code>post_url</code></a>
47
+ Use the <a href="../templates#post-url"><code>post_url</code></a>
48
48
  tag to link to other posts without having to worry about the URL's
49
49
  breaking when the site permalink style changes.
50
50
  </p>
@@ -56,7 +56,7 @@ All blog post files must begin with [YAML front-matter](../frontmatter/). After
56
56
  that, it's simply a matter of deciding which format you prefer. Jekyll supports
57
57
  two popular content markup formats:
58
58
  [Markdown](http://daringfireball.net/projects/markdown/) and
59
- [Textile](http://textile.sitemonks.com/). These formats each have their own way
59
+ [Textile](http://redcloth.org/textile). These formats each have their own way
60
60
  of marking up different types of content within a post, so you should
61
61
  familiarize yourself with these formats and decide which one best suits your
62
62
  needs.
@@ -35,12 +35,9 @@ Jekyll’s growing use is producing a wide variety of tutorials, frameworks, ext
35
35
  > “Jekyll is a well-architected throwback to a time before WordPress, when men were men, and HTML was static. I like the ideas it espouses, and have made a few improvements to it’s core. Here, I’ll point out some highlights of my fork in the hopes that they see usage beyond this site.”
36
36
  - [‘About this Website’, by Carter Allen](http://cartera.me/2010/08/12/about-this-website/)
37
37
  > “Jekyll is everything that I ever wanted in a blogging engine. Really. It isn’t perfect, but what’s excellent about it is that if there’s something wrong, I know exactly how it works and how to fix it. It runs on the your machine only, and is essentially an added”build" step between you and the browser. I coded this entire site in TextMate using standard HTML5 and CSS3, and then at the end I added just a few little variables to the markup. Presto-chango, my site is built and I am at peace with the world.”
38
- - [Generating a Tag Cloud in Jekyll](http://www.justkez.com/generating-a-tag-cloud-in-jekyll/)
38
+ - [Generating a Tag Cloud in Jekyll](http://www.justkez.com/generating-a-tag-cloud-in-jekyll/)
39
+ A guide to implementing a tag cloud and per-tag content pages using Jekyll.
39
40
 
40
- A guide to implementing a tag cloud and per-tag content pages using Jekyll.
41
-
42
- - [Jekyll Extensions -= Pain](http://rfelix.com/2010/01/19/jekyll-extensions-minus-equal-pain/)
43
-
44
- A way to [extend Jekyll](https://github.com/rfelix/jekyll_ext) without forking and modifying the Jekyll gem codebase and some [portable Jekyll extensions](https://wiki.github.com/rfelix/jekyll_ext/extensions) that can be reused and shared.
41
+ - A way to [extend Jekyll](https://github.com/rfelix/jekyll_ext) without forking and modifying the Jekyll gem codebase and some [portable Jekyll extensions](https://wiki.github.com/rfelix/jekyll_ext/extensions) that can be reused and shared.
45
42
 
46
43
  - [Using your Rails layouts in Jekyll](http://numbers.brighterplanet.com/2010/08/09/sharing-rails-views-with-jekyll)
@@ -119,16 +119,6 @@ Firefox and possibly other browsers and is [discouraged in
119
119
  XHTML.](http://www.w3.org/TR/xhtml1/#C_3) An easy fix is to put a space
120
120
  between the opening and closing tags.
121
121
 
122
- ### RedCloth
123
-
124
- Versions 4.1.1 and higher do not obey the notextile tag. [This is a known
125
- bug](http://aaronqian.com/articles/2009/04/07/redcloth-ate-my-notextile.html)
126
- and will hopefully be fixed for 4.2. You can still use 4.1.9, but the
127
- test suite requires that 4.1.0 be installed. If you use a version of
128
- RedCloth that does not have the notextile tag, you may notice that
129
- syntax highlighted blocks from Pygments or Rouge are not formatted
130
- correctly, among other things. If you’re seeing this just install 4.1.0.
131
-
132
122
  ### Liquid
133
123
 
134
124
  The latest version, version 2.0, seems to break the use of `{{ "{{" }}` in
@@ -22,7 +22,7 @@ overview: true
22
22
  </div>
23
23
  <div class="unit one-third">
24
24
  <h2>Static</h2>
25
- <p><a href="http://daringfireball.net/projects/markdown/">Markdown</a> (or <a href="http://textile.sitemonks.com/">Textile</a>), <a href="http://wiki.shopify.com/Liquid">Liquid</a>, HTML <span class="amp">&amp;</span> CSS go in. Static sites come out ready for deployment.</p>
25
+ <p><a href="http://daringfireball.net/projects/markdown/">Markdown</a> (or <a href="http://redcloth.org/textile">Textile</a>), <a href="http://wiki.shopify.com/Liquid">Liquid</a>, HTML <span class="amp">&amp;</span> CSS go in. Static sites come out ready for deployment.</p>
26
26
  <a href="/docs/templates/">Jekyll template guide &rarr;</a>
27
27
  </div>
28
28
  <div class="unit one-third">
@@ -44,7 +44,7 @@ class TestCommand < Test::Unit::TestCase
44
44
  context "when fatal error occurs" do
45
45
  should "exit with non-zero error code" do
46
46
  site = Object.new
47
- stub(site).process { raise Jekyll::FatalException }
47
+ stub(site).process { raise Jekyll::Errors::FatalException }
48
48
  error = assert_raise(SystemExit) { Command.process_site(site) }
49
49
  assert_not_equal 0, error.status
50
50
  end
@@ -26,7 +26,7 @@ class TestKramdown < Test::Unit::TestCase
26
26
  @markdown = Converters::Markdown.new(@config)
27
27
  end
28
28
 
29
- # http://kramdown.rubyforge.org/converter/html.html#options
29
+ # http://kramdown.gettalong.org/converter/html.html#options
30
30
  should "pass kramdown options" do
31
31
  assert_equal "<h1>Some Header</h1>", @markdown.convert('# Some Header #').strip
32
32
  end
@@ -76,6 +76,21 @@ class TestPost < Test::Unit::TestCase
76
76
  assert_equal "/2008/09/09/foo-bar", @post.id
77
77
  end
78
78
 
79
+ should "keep categories" do
80
+ post = Post.allocate
81
+ post.site = @site
82
+ post.process("cat1/2008-09-09-foo-bar.textile")
83
+ assert_equal 1, post.categories.size
84
+ assert_equal "cat1", post.categories[0]
85
+
86
+ post = Post.allocate
87
+ post.site = @site
88
+ post.process("cat2/CAT3/2008-09-09-foo-bar.textile")
89
+ assert_equal 2, post.categories.size
90
+ assert_equal "cat2", post.categories[0]
91
+ assert_equal "cat3", post.categories[1]
92
+ end
93
+
79
94
  should "create url based on date and title" do
80
95
  @post.categories = []
81
96
  @post.process(@fake_file)
@@ -83,7 +98,7 @@ class TestPost < Test::Unit::TestCase
83
98
  end
84
99
 
85
100
  should "raise a good error on invalid post date" do
86
- assert_raise Jekyll::FatalException do
101
+ assert_raise Jekyll::Errors::FatalException do
87
102
  @post.process("2009-27-03-foo-bar.textile")
88
103
  end
89
104
  end
@@ -615,7 +630,7 @@ class TestPost < Test::Unit::TestCase
615
630
 
616
631
  should "generate categories and topics" do
617
632
  post = Post.new(@site, File.join(File.dirname(__FILE__), *%w[source]), 'foo', 'bar/2008-12-12-topical-post.textile')
618
- assert_equal ['foo'], post.categories
633
+ assert_equal ['foo', 'bar'], post.categories
619
634
  end
620
635
  end
621
636
 
@@ -212,7 +212,7 @@ class TestSite < Test::Unit::TestCase
212
212
 
213
213
  posts = Dir[source_dir("**", "_posts", "**", "*")]
214
214
  posts.delete_if { |post| File.directory?(post) && !Post.valid?(post) }
215
- categories = %w(2013 bar baz category foo z_category publish_test win).sort
215
+ categories = %w(2013 bar baz category es foo z_category publish_test win).sort
216
216
 
217
217
  assert_equal posts.size - @num_invalid_posts, @site.posts.size
218
218
  assert_equal categories, @site.categories.keys.sort
@@ -225,7 +225,7 @@ class TestSite < Test::Unit::TestCase
225
225
  Jekyll::Configuration::DEFAULTS.merge({'source' => source_dir, 'destination' => source_dir})
226
226
  end
227
227
 
228
- assert_raise Jekyll::FatalException do
228
+ assert_raise Jekyll::Errors::FatalException do
229
229
  site = Site.new(Jekyll.configuration)
230
230
  end
231
231
  end
@@ -235,7 +235,7 @@ class TestSite < Test::Unit::TestCase
235
235
  Jekyll::Configuration::DEFAULTS.merge({'source' => source_dir, 'destination' => File.join(source_dir, "..")})
236
236
  end
237
237
 
238
- assert_raise Jekyll::FatalException do
238
+ assert_raise Jekyll::Errors::FatalException do
239
239
  site = Site.new(Jekyll.configuration)
240
240
  end
241
241
  end
@@ -332,7 +332,7 @@ class TestSite < Test::Unit::TestCase
332
332
 
333
333
  bad_processor = "Custom::Markdown"
334
334
  s = Site.new(Jekyll.configuration.merge({ 'markdown' => bad_processor }))
335
- assert_raise Jekyll::FatalException do
335
+ assert_raise Jekyll::Errors::FatalException do
336
336
  s.process
337
337
  end
338
338
 
@@ -352,7 +352,7 @@ class TestSite < Test::Unit::TestCase
352
352
  should 'throw FatalException at process time' do
353
353
  bad_processor = 'not a processor name'
354
354
  s = Site.new(Jekyll.configuration.merge({ 'markdown' => bad_processor }))
355
- assert_raise Jekyll::FatalException do
355
+ assert_raise Jekyll::Errors::FatalException do
356
356
  s.process
357
357
  end
358
358
  end
@@ -87,6 +87,37 @@ CONTENT
87
87
  end
88
88
  end
89
89
 
90
+ context "in safe mode" do
91
+ setup do
92
+ @tag = Jekyll::Tags::HighlightBlock.new('highlight', 'text ', ["test", "{% endhighlight %}", "\n"])
93
+ end
94
+
95
+ should "allow linenos" do
96
+ sanitized = @tag.sanitized_opts({:linenos => true}, true)
97
+ assert_equal true, sanitized[:linenos]
98
+ end
99
+
100
+ should "allow hl_linenos" do
101
+ sanitized = @tag.sanitized_opts({:hl_linenos => %w[1 2 3 4]}, true)
102
+ assert_equal %w[1 2 3 4], sanitized[:hl_linenos]
103
+ end
104
+
105
+ should "allow cssclass" do
106
+ sanitized = @tag.sanitized_opts({:cssclass => "ahoy"}, true)
107
+ assert_equal "ahoy", sanitized[:cssclass]
108
+ end
109
+
110
+ should "allow startinline" do
111
+ sanitized = @tag.sanitized_opts({:startinline => true}, true)
112
+ assert_equal true, sanitized[:startinline]
113
+ end
114
+
115
+ should "strip unknown options" do
116
+ sanitized = @tag.sanitized_opts({:light => true}, true)
117
+ assert_nil sanitized[:light]
118
+ end
119
+ end
120
+
90
121
  context "post content has highlight tag" do
91
122
  setup do
92
123
  fill_post("test")
@@ -244,8 +275,8 @@ CONTENT
244
275
  end
245
276
 
246
277
  should "have the url to the \"nested\" post from 2008-11-21" do
247
- assert_match %r{3\s/2008/11/21/nested/}, @result
248
- assert_match %r{4\s/2008/11/21/nested/}, @result
278
+ assert_match %r{3\s/es/2008/11/21/nested/}, @result
279
+ assert_match %r{4\s/es/2008/11/21/nested/}, @result
249
280
  end
250
281
  end
251
282
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Preston-Werner
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-10 00:00:00.000000000 Z
11
+ date: 2014-07-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: liquid
@@ -25,7 +25,7 @@ dependencies:
25
25
  - !ruby/object:Gem::Version
26
26
  version: 2.6.1
27
27
  - !ruby/object:Gem::Dependency
28
- name: classifier
28
+ name: kramdown
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
@@ -39,75 +39,75 @@ dependencies:
39
39
  - !ruby/object:Gem::Version
40
40
  version: '1.3'
41
41
  - !ruby/object:Gem::Dependency
42
- name: kramdown
42
+ name: mercenary
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '1.3'
47
+ version: 0.3.3
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: '1.3'
54
+ version: 0.3.3
55
55
  - !ruby/object:Gem::Dependency
56
- name: pygments.rb
56
+ name: safe_yaml
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: 0.6.0
61
+ version: '1.0'
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: 0.6.0
68
+ version: '1.0'
69
69
  - !ruby/object:Gem::Dependency
70
- name: mercenary
70
+ name: colorator
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: 0.3.3
75
+ version: '0.1'
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: 0.3.3
82
+ version: '0.1'
83
83
  - !ruby/object:Gem::Dependency
84
- name: safe_yaml
84
+ name: classifier
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
87
  - - "~>"
88
88
  - !ruby/object:Gem::Version
89
- version: '1.0'
89
+ version: '1.3'
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
- version: '1.0'
96
+ version: '1.3'
97
97
  - !ruby/object:Gem::Dependency
98
- name: colorator
98
+ name: pygments.rb
99
99
  requirement: !ruby/object:Gem::Requirement
100
100
  requirements:
101
101
  - - "~>"
102
102
  - !ruby/object:Gem::Version
103
- version: '0.1'
103
+ version: 0.6.0
104
104
  type: :runtime
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
108
  - - "~>"
109
109
  - !ruby/object:Gem::Version
110
- version: '0.1'
110
+ version: 0.6.0
111
111
  - !ruby/object:Gem::Dependency
112
112
  name: redcarpet
113
113
  requirement: !ruby/object:Gem::Requirement
@@ -549,6 +549,7 @@ files:
549
549
  - script/branding
550
550
  - script/cibuild
551
551
  - script/console
552
+ - script/proof
552
553
  - script/rebund
553
554
  - script/test
554
555
  - site/.gitignore
@@ -603,6 +604,7 @@ files:
603
604
  - site/_posts/2014-06-04-jekyll-stickers-1-dollar-stickermule.markdown
604
605
  - site/_posts/2014-06-28-jekyll-turns-21-i-mean-2-1-0.markdown
605
606
  - site/_posts/2014-07-01-jekyll-2-1-1-released.markdown
607
+ - site/_posts/2014-07-29-jekyll-2-2-0-released.markdown
606
608
  - site/css/screen.css
607
609
  - site/docs/assets.md
608
610
  - site/docs/collections.md
@@ -615,7 +617,6 @@ files:
615
617
  - site/docs/extras.md
616
618
  - site/docs/frontmatter.md
617
619
  - site/docs/github-pages.md
618
- - site/docs/heroku.md
619
620
  - site/docs/history.md
620
621
  - site/docs/index.md
621
622
  - site/docs/installation.md
@@ -1,9 +0,0 @@
1
- ---
2
- layout: docs
3
- title: Heroku
4
- prev_section: github-pages
5
- next_section: manual-deployment
6
- permalink: /docs/heroku/
7
- ---
8
-
9
- Move along, people. Nothing to see here.