mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-28 03:01:03 -04:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8a9f8dce49 | ||
|
|
5c4d995b9d | ||
|
|
5ad3f7e215 |
@@ -1,10 +1,7 @@
|
||||
## HEAD
|
||||
## 1.0.4 / 2013-07-24
|
||||
|
||||
### Major Enhancements
|
||||
### Minor Enhancements
|
||||
### Bug Fixes
|
||||
### Site Enhancements
|
||||
### Development Fixes
|
||||
* Require Liquid 2.5.1 (#1349)
|
||||
|
||||
## 1.0.3 / 2013-06-07
|
||||
|
||||
|
||||
@@ -4,9 +4,9 @@ Gem::Specification.new do |s|
|
||||
s.rubygems_version = '1.3.5'
|
||||
|
||||
s.name = 'jekyll'
|
||||
s.version = '1.0.3'
|
||||
s.version = '1.0.4'
|
||||
s.license = 'MIT'
|
||||
s.date = '2013-06-07'
|
||||
s.date = '2013-07-25'
|
||||
s.rubyforge_project = 'jekyll'
|
||||
|
||||
s.summary = "A simple, blog aware, static site generator."
|
||||
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
|
||||
s.rdoc_options = ["--charset=UTF-8"]
|
||||
s.extra_rdoc_files = %w[README.textile LICENSE]
|
||||
|
||||
s.add_runtime_dependency('liquid', "~> 2.3")
|
||||
s.add_runtime_dependency('liquid', "~> 2.5.1")
|
||||
s.add_runtime_dependency('classifier', "~> 1.3")
|
||||
s.add_runtime_dependency('directory_watcher', "~> 1.4.1")
|
||||
s.add_runtime_dependency('maruku', "~> 0.5")
|
||||
|
||||
@@ -57,7 +57,7 @@ require_all 'jekyll/tags'
|
||||
SafeYAML::OPTIONS[:suppress_warnings] = true
|
||||
|
||||
module Jekyll
|
||||
VERSION = '1.0.3'
|
||||
VERSION = '1.0.4'
|
||||
|
||||
# Public: Generate a Jekyll configuration Hash by merging the default
|
||||
# options with anything in _config.yml, and adding the given options on top.
|
||||
|
||||
Reference in New Issue
Block a user