Preparing a 0.10.2 release
This commit is contained in:
parent
207737aa22
commit
b89b0fbd36
|
@ -1,4 +1,4 @@
|
||||||
* trunk:
|
* 0.10.2:
|
||||||
Upgraded to Rails 0.13.1
|
Upgraded to Rails 0.13.1
|
||||||
Fixed HTML export
|
Fixed HTML export
|
||||||
Added layout=no option to the export_html action (it exports page contents processed
|
Added layout=no option to the export_html action (it exports page contents processed
|
||||||
|
|
|
@ -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.1"
|
s.version = "0.10.2"
|
||||||
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