Release 1.0.1
This commit is contained in:
parent
2bee768e79
commit
c758f8d24f
|
@ -4,9 +4,9 @@ Gem::Specification.new do |s|
|
||||||
s.rubygems_version = '1.3.5'
|
s.rubygems_version = '1.3.5'
|
||||||
|
|
||||||
s.name = 'jekyll'
|
s.name = 'jekyll'
|
||||||
s.version = '1.0.0'
|
s.version = '1.0.1'
|
||||||
s.license = 'MIT'
|
s.license = 'MIT'
|
||||||
s.date = '2013-05-06'
|
s.date = '2013-05-08'
|
||||||
s.rubyforge_project = 'jekyll'
|
s.rubyforge_project = 'jekyll'
|
||||||
|
|
||||||
s.summary = "A simple, blog aware, static site generator."
|
s.summary = "A simple, blog aware, static site generator."
|
||||||
|
@ -50,7 +50,7 @@ Gem::Specification.new do |s|
|
||||||
s.files = %w[
|
s.files = %w[
|
||||||
CONTRIBUTING.md
|
CONTRIBUTING.md
|
||||||
Gemfile
|
Gemfile
|
||||||
History.txt
|
History.markdown
|
||||||
LICENSE
|
LICENSE
|
||||||
README.textile
|
README.textile
|
||||||
Rakefile
|
Rakefile
|
||||||
|
|
|
@ -56,7 +56,7 @@ require_all 'jekyll/tags'
|
||||||
SafeYAML::OPTIONS[:suppress_warnings] = true
|
SafeYAML::OPTIONS[:suppress_warnings] = true
|
||||||
|
|
||||||
module Jekyll
|
module Jekyll
|
||||||
VERSION = '1.0.0'
|
VERSION = '1.0.1'
|
||||||
|
|
||||||
# Public: Generate a Jekyll configuration Hash by merging the default
|
# Public: Generate a Jekyll configuration Hash by merging the default
|
||||||
# options with anything in _config.yml, and adding the given options on top.
|
# options with anything in _config.yml, and adding the given options on top.
|
||||||
|
|
Loading…
Reference in New Issue