Skip to content

Commit

Permalink
Regenerated gemspec for version 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed Aug 24, 2009
1 parent dc55204 commit 2f2e45b
Showing 1 changed file with 82 additions and 71 deletions.
153 changes: 82 additions & 71 deletions jekyll.gemspec
Expand Up @@ -2,11 +2,11 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{jekyll} s.name = %q{jekyll}
s.version = "0.5.3" s.version = "0.5.4"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Tom Preston-Werner"] s.authors = ["Tom Preston-Werner"]
s.date = %q{2009-07-14} s.date = %q{2009-08-24}
s.default_executable = %q{jekyll} s.default_executable = %q{jekyll}
s.description = %q{Jekyll is a simple, blog aware, static site generator.} s.description = %q{Jekyll is a simple, blog aware, static site generator.}
s.email = %q{tom@mojombo.com} s.email = %q{tom@mojombo.com}
Expand All @@ -15,83 +15,94 @@ Gem::Specification.new do |s|
"README.textile" "README.textile"
] ]
s.files = [ s.files = [
"History.txt", ".gitignore",
"README.textile", "History.txt",
"Rakefile", "README.textile",
"VERSION.yml", "Rakefile",
"bin/jekyll", "VERSION.yml",
"lib/jekyll.rb", "bin/jekyll",
"lib/jekyll/albino.rb", "features/create_sites.feature",
"lib/jekyll/converters/csv.rb", "features/embed_filters.feature",
"lib/jekyll/converters/mephisto.rb", "features/pagination.feature",
"lib/jekyll/converters/mt.rb", "features/permalinks.feature",
"lib/jekyll/converters/textpattern.rb", "features/post_data.feature",
"lib/jekyll/converters/typo.rb", "features/site_configuration.feature",
"lib/jekyll/converters/wordpress.rb", "features/site_data.feature",
"lib/jekyll/convertible.rb", "features/step_definitions/jekyll_steps.rb",
"lib/jekyll/core_ext.rb", "features/support/env.rb",
"lib/jekyll/filters.rb", "jekyll.gemspec",
"lib/jekyll/layout.rb", "lib/jekyll.rb",
"lib/jekyll/page.rb", "lib/jekyll/albino.rb",
"lib/jekyll/pager.rb", "lib/jekyll/converters/csv.rb",
"lib/jekyll/post.rb", "lib/jekyll/converters/mephisto.rb",
"lib/jekyll/site.rb", "lib/jekyll/converters/mt.rb",
"lib/jekyll/tags/highlight.rb", "lib/jekyll/converters/textpattern.rb",
"lib/jekyll/tags/include.rb", "lib/jekyll/converters/typo.rb",
"test/helper.rb", "lib/jekyll/converters/wordpress.rb",
"test/source/_includes/sig.markdown", "lib/jekyll/convertible.rb",
"test/source/_layouts/default.html", "lib/jekyll/core_ext.rb",
"test/source/_layouts/simple.html", "lib/jekyll/filters.rb",
"test/source/_posts/2008-02-02-not-published.textile", "lib/jekyll/layout.rb",
"test/source/_posts/2008-02-02-published.textile", "lib/jekyll/page.rb",
"test/source/_posts/2008-10-18-foo-bar.textile", "lib/jekyll/pager.rb",
"test/source/_posts/2008-11-21-complex.textile", "lib/jekyll/post.rb",
"test/source/_posts/2008-12-03-permalinked-post.textile", "lib/jekyll/site.rb",
"test/source/_posts/2008-12-13-include.markdown", "lib/jekyll/tags/highlight.rb",
"test/source/_posts/2009-01-27-array-categories.textile", "lib/jekyll/tags/include.rb",
"test/source/_posts/2009-01-27-categories.textile", "test/helper.rb",
"test/source/_posts/2009-01-27-category.textile", "test/source/_includes/sig.markdown",
"test/source/_posts/2009-03-12-hash-#1.markdown", "test/source/_layouts/default.html",
"test/source/_posts/2009-05-18-tag.textile", "test/source/_layouts/simple.html",
"test/source/_posts/2009-05-18-tags.textile", "test/source/_posts/2008-02-02-not-published.textile",
"test/source/_posts/2009-06-22-empty-yaml.textile", "test/source/_posts/2008-02-02-published.textile",
"test/source/_posts/2009-06-22-no-yaml.textile", "test/source/_posts/2008-10-18-foo-bar.textile",
"test/source/about.html", "test/source/_posts/2008-11-21-complex.textile",
"test/source/category/_posts/2008-9-23-categories.textile", "test/source/_posts/2008-12-03-permalinked-post.textile",
"test/source/contacts.html", "test/source/_posts/2008-12-13-include.markdown",
"test/source/css/screen.css", "test/source/_posts/2009-01-27-array-categories.textile",
"test/source/foo/_posts/bar/2008-12-12-topical-post.textile", "test/source/_posts/2009-01-27-categories.textile",
"test/source/index.html", "test/source/_posts/2009-01-27-category.textile",
"test/source/sitemap.xml", "test/source/_posts/2009-03-12-hash-#1.markdown",
"test/source/win/_posts/2009-05-24-yaml-linebreak.markdown", "test/source/_posts/2009-05-18-tag.textile",
"test/source/z_category/_posts/2008-9-23-categories.textile", "test/source/_posts/2009-05-18-tags.textile",
"test/suite.rb", "test/source/_posts/2009-06-22-empty-yaml.textile",
"test/test_configuration.rb", "test/source/_posts/2009-06-22-no-yaml.textile",
"test/test_filters.rb", "test/source/about.html",
"test/test_generated_site.rb", "test/source/category/_posts/2008-9-23-categories.textile",
"test/test_page.rb", "test/source/contacts.html",
"test/test_pager.rb", "test/source/css/screen.css",
"test/test_post.rb", "test/source/foo/_posts/bar/2008-12-12-topical-post.textile",
"test/test_site.rb", "test/source/index.html",
"test/test_tags.rb" "test/source/sitemap.xml",
"test/source/win/_posts/2009-05-24-yaml-linebreak.markdown",
"test/source/z_category/_posts/2008-9-23-categories.textile",
"test/suite.rb",
"test/test_configuration.rb",
"test/test_filters.rb",
"test/test_generated_site.rb",
"test/test_page.rb",
"test/test_pager.rb",
"test/test_post.rb",
"test/test_site.rb",
"test/test_tags.rb"
] ]
s.homepage = %q{http://github.com/mojombo/jekyll} s.homepage = %q{http://github.com/mojombo/jekyll}
s.rdoc_options = ["--charset=UTF-8"] s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.rubyforge_project = %q{jekyll} s.rubyforge_project = %q{jekyll}
s.rubygems_version = %q{1.3.3} s.rubygems_version = %q{1.3.5}
s.summary = %q{Jekyll is a simple, blog aware, static site generator.} s.summary = %q{Jekyll is a simple, blog aware, static site generator.}
s.test_files = [ s.test_files = [
"test/test_page.rb",
"test/test_post.rb",
"test/test_pager.rb",
"test/test_configuration.rb",
"test/test_tags.rb",
"test/test_generated_site.rb",
"test/suite.rb",
"test/test_filters.rb",
"test/helper.rb", "test/helper.rb",
"test/test_site.rb" "test/suite.rb",
"test/test_configuration.rb",
"test/test_filters.rb",
"test/test_generated_site.rb",
"test/test_page.rb",
"test/test_pager.rb",
"test/test_post.rb",
"test/test_site.rb",
"test/test_tags.rb"
] ]


if s.respond_to? :specification_version then if s.respond_to? :specification_version then
Expand Down

0 comments on commit 2f2e45b

Please sign in to comment.