jekyll 1.0.0.beta1 → 1.0.0.beta2

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.

metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.beta1
4
+ version: 1.0.0.beta2
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-03-14 00:00:00.000000000 Z
12
+ date: 2013-03-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: liquid
@@ -363,6 +363,7 @@ files:
363
363
  - lib/jekyll.rb
364
364
  - lib/jekyll/command.rb
365
365
  - lib/jekyll/commands/build.rb
366
+ - lib/jekyll/commands/new.rb
366
367
  - lib/jekyll/commands/serve.rb
367
368
  - lib/jekyll/converter.rb
368
369
  - lib/jekyll/converters/identity.rb
@@ -386,6 +387,15 @@ files:
386
387
  - lib/jekyll/tags/highlight.rb
387
388
  - lib/jekyll/tags/include.rb
388
389
  - lib/jekyll/tags/post_url.rb
390
+ - lib/site_template/_config.yml
391
+ - lib/site_template/_layouts/default.html
392
+ - lib/site_template/_layouts/post.html
393
+ - lib/site_template/_posts/0000-00-00-welcome-to-jekyll.markdown.erb
394
+ - lib/site_template/css/screen.css
395
+ - lib/site_template/css/syntax.css
396
+ - lib/site_template/images/.gitkeep
397
+ - lib/site_template/images/rss.png
398
+ - lib/site_template/index.html
389
399
  - script/bootstrap
390
400
  - site/.gitignore
391
401
  - site/CNAME
@@ -446,6 +456,7 @@ files:
446
456
  - test/source/_includes/sig.markdown
447
457
  - test/source/_layouts/default.html
448
458
  - test/source/_layouts/simple.html
459
+ - test/source/_plugins/dummy.rb
449
460
  - test/source/_posts/2008-02-02-not-published.textile
450
461
  - test/source/_posts/2008-02-02-published.textile
451
462
  - test/source/_posts/2008-10-18-foo-bar.textile
@@ -471,6 +482,7 @@ files:
471
482
  - test/source/_posts/2010-01-16-override-data.textile
472
483
  - test/source/_posts/2011-04-12-md-extension.md
473
484
  - test/source/_posts/2011-04-12-text-extension.text
485
+ - test/source/_posts/2013-01-02-post-excerpt.markdown
474
486
  - test/source/_posts/2013-01-12-nil-layout.textile
475
487
  - test/source/_posts/2013-01-12-no-layout.textile
476
488
  - test/source/about.html
@@ -486,12 +498,14 @@ files:
486
498
  - test/source/win/_posts/2009-05-24-yaml-linebreak.markdown
487
499
  - test/source/z_category/_posts/2008-9-23-categories.textile
488
500
  - test/suite.rb
501
+ - test/test_command.rb
489
502
  - test/test_configuration.rb
490
503
  - test/test_convertible.rb
491
504
  - test/test_core_ext.rb
492
505
  - test/test_filters.rb
493
506
  - test/test_generated_site.rb
494
507
  - test/test_kramdown.rb
508
+ - test/test_new_command.rb
495
509
  - test/test_page.rb
496
510
  - test/test_pager.rb
497
511
  - test/test_post.rb
@@ -527,12 +541,14 @@ signing_key:
527
541
  specification_version: 2
528
542
  summary: A simple, blog aware, static site generator.
529
543
  test_files:
544
+ - test/test_command.rb
530
545
  - test/test_configuration.rb
531
546
  - test/test_convertible.rb
532
547
  - test/test_core_ext.rb
533
548
  - test/test_filters.rb
534
549
  - test/test_generated_site.rb
535
550
  - test/test_kramdown.rb
551
+ - test/test_new_command.rb
536
552
  - test/test_page.rb
537
553
  - test/test_pager.rb
538
554
  - test/test_post.rb