Regenerated gemspec for version 0.5.4

This commit is contained in:
Tom Preston-Werner 2009-08-24 00:11:45 -07:00
parent dc5520484b
commit 2f2e45bedf
1 changed files with 82 additions and 71 deletions

View File

@ -2,11 +2,11 @@
Gem::Specification.new do |s|
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.authors = ["Tom Preston-Werner"]
s.date = %q{2009-07-14}
s.date = %q{2009-08-24}
s.default_executable = %q{jekyll}
s.description = %q{Jekyll is a simple, blog aware, static site generator.}
s.email = %q{tom@mojombo.com}
@ -15,11 +15,22 @@ Gem::Specification.new do |s|
"README.textile"
]
s.files = [
".gitignore",
"History.txt",
"README.textile",
"Rakefile",
"VERSION.yml",
"bin/jekyll",
"features/create_sites.feature",
"features/embed_filters.feature",
"features/pagination.feature",
"features/permalinks.feature",
"features/post_data.feature",
"features/site_configuration.feature",
"features/site_data.feature",
"features/step_definitions/jekyll_steps.rb",
"features/support/env.rb",
"jekyll.gemspec",
"lib/jekyll.rb",
"lib/jekyll/albino.rb",
"lib/jekyll/converters/csv.rb",
@ -79,19 +90,19 @@ Gem::Specification.new do |s|
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
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.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/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