up to 0.1.5
This commit is contained in:
parent
d6a02278db
commit
906ccbb873
|
@ -1,4 +1,4 @@
|
|||
==
|
||||
== 0.1.5 / 2008-12-12
|
||||
* Major Features
|
||||
* Code highlighting with Pygments if --pygments is specified
|
||||
* Disable true LSI by default, enable with --lsi
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Gem::Specification.new do |s|
|
||||
s.name = %q{jekyll}
|
||||
s.version = "0.1.4"
|
||||
s.version = "0.1.5"
|
||||
|
||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||
s.authors = ["Tom Preston-Werner"]
|
||||
|
|
|
@ -31,7 +31,7 @@ require 'jekyll/blocks'
|
|||
require 'jekyll/albino'
|
||||
|
||||
module Jekyll
|
||||
VERSION = '0.1.4'
|
||||
VERSION = '0.1.5'
|
||||
|
||||
class << self
|
||||
attr_accessor :lsi, :pygments
|
||||
|
|
Loading…
Reference in New Issue