ronn.gemspec in ronn-0.6.6 vs ronn.gemspec in ronn-0.7.0
- old
+ new
@@ -1,9 +1,9 @@
Gem::Specification.new do |s|
s.name = 'ronn'
- s.version = '0.6.6'
- s.date = '2010-06-13'
+ s.version = '0.7.0'
+ s.date = '2010-06-21'
s.description = "The opposite of roff"
s.summary = "The opposite of roff"
s.authors = ["Ryan Tomayko"]
@@ -12,16 +12,18 @@
# = MANIFEST =
s.files = %w[
AUTHORS
CHANGES
COPYING
+ INSTALLING
README.md
Rakefile
bin/ronn
config.ru
lib/ronn.rb
lib/ronn/document.rb
+ lib/ronn/index.rb
lib/ronn/roff.rb
lib/ronn/server.rb
lib/ronn/template.rb
lib/ronn/template/80c.css
lib/ronn/template/dark.css
@@ -30,16 +32,16 @@
lib/ronn/template/man.css
lib/ronn/template/print.css
lib/ronn/template/screen.css
lib/ronn/template/toc.css
lib/ronn/utils.rb
+ man/index.html
+ man/index.txt
+ man/ronn-format.7
+ man/ronn-format.7.ronn
man/ronn.1
man/ronn.1.ronn
- man/ronn.5
- man/ronn.5.ronn
- man/ronn.7
- man/ronn.7.ronn
ronn.gemspec
test/angle_bracket_syntax.html
test/angle_bracket_syntax.ronn
test/basic_document.html
test/basic_document.ronn
@@ -47,25 +49,29 @@
test/custom_title_document.html
test/custom_title_document.ronn
test/definition_list_syntax.html
test/definition_list_syntax.roff
test/definition_list_syntax.ronn
- test/document_test.rb
+ test/dots_at_line_start_test.roff
+ test/dots_at_line_start_test.ronn
test/entity_encoding_test.html
test/entity_encoding_test.roff
test/entity_encoding_test.ronn
+ test/index.txt
test/markdown_syntax.html
test/markdown_syntax.roff
test/markdown_syntax.ronn
test/middle_paragraph.html
test/middle_paragraph.roff
test/middle_paragraph.ronn
test/missing_spaces.roff
test/missing_spaces.ronn
- test/ronn_test.rb
test/section_reference_links.html
test/section_reference_links.roff
test/section_reference_links.ronn
+ test/test_ronn.rb
+ test/test_ronn_document.rb
+ test/test_ronn_index.rb
test/titleless_document.html
test/titleless_document.ronn
test/underline_spacing_test.roff
test/underline_spacing_test.ronn
]