ronn.gemspec in ronn-0.7.0 vs ronn.gemspec in ronn-0.7.3
- old
+ new
@@ -1,15 +1,16 @@
Gem::Specification.new do |s|
s.name = 'ronn'
- s.version = '0.7.0'
- s.date = '2010-06-21'
+ s.version = '0.7.3'
+ s.date = '2010-06-24'
- s.description = "The opposite of roff"
- s.summary = "The opposite of roff"
+ s.description = "Builds manuals"
+ s.summary = "Builds manuals"
+ s.homepage = "http://rtomayko.github.com/ronn"
- s.authors = ["Ryan Tomayko"]
- s.email = "rtomayko@gmail.com"
+ s.authors = ["Ryan Tomayko"]
+ s.email = "rtomayko@gmail.com"
# = MANIFEST =
s.files = %w[
AUTHORS
CHANGES
@@ -63,10 +64,12 @@
test/middle_paragraph.html
test/middle_paragraph.roff
test/middle_paragraph.ronn
test/missing_spaces.roff
test/missing_spaces.ronn
+ test/pre_block_with_quotes.roff
+ test/pre_block_with_quotes.ronn
test/section_reference_links.html
test/section_reference_links.roff
test/section_reference_links.ronn
test/test_ronn.rb
test/test_ronn_document.rb
@@ -85,10 +88,9 @@
s.add_dependency 'hpricot', '>= 0.8.2'
s.add_dependency 'rdiscount', '>= 1.5.8'
s.add_dependency 'mustache', '>= 0.7.0'
s.has_rdoc = true
- s.homepage = "http://github.com/rtomayko/ronn/"
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Ronn"]
s.require_paths = %w[lib]
s.rubygems_version = '1.1.1'
end