Preparing to release 0.10.1
This commit is contained in:
parent
c0e5673cc5
commit
d3fc0c40a2
|
@ -4,6 +4,7 @@
|
||||||
BlueCloth is back (RedCloth didn't do pure Markdown well enough)
|
BlueCloth is back (RedCloth didn't do pure Markdown well enough)
|
||||||
Handling of line breaks in Textile is as in 0.9 (inserts <br/> tag)
|
Handling of line breaks in Textile is as in 0.9 (inserts <br/> tag)
|
||||||
Fixed HTML export (to enclose the output in <html> tags, include the stylesheet etc)
|
Fixed HTML export (to enclose the output in <html> tags, include the stylesheet etc)
|
||||||
|
Corrected some compatibility issues with storages from earlier Instiki versions
|
||||||
Some other bug fixes
|
Some other bug fixes
|
||||||
|
|
||||||
* 0.10.0:
|
* 0.10.0:
|
||||||
|
|
|
@ -6,7 +6,7 @@ $__instiki_source_patterns = [
|
||||||
spec = Gem::Specification.new do |s|
|
spec = Gem::Specification.new do |s|
|
||||||
s.platform = Gem::Platform::RUBY
|
s.platform = Gem::Platform::RUBY
|
||||||
s.name = 'instiki'
|
s.name = 'instiki'
|
||||||
s.version = "0.10.0"
|
s.version = "0.10.1"
|
||||||
s.summary = 'Easy to install WikiClone running on WEBrick and Madeleine'
|
s.summary = 'Easy to install WikiClone running on WEBrick and Madeleine'
|
||||||
s.description = <<-EOF
|
s.description = <<-EOF
|
||||||
Instiki is a Wiki Clone written in Ruby that ships with an embedded
|
Instiki is a Wiki Clone written in Ruby that ships with an embedded
|
||||||
|
|
Loading…
Reference in a new issue