ronn.gemspec in ronn-0.4.1 vs ronn.gemspec in ronn-0.5
- old
+ new
@@ -1,12 +1,12 @@
Gem::Specification.new do |s|
s.specification_version = 2 if s.respond_to? :specification_version=
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.name = 'ronn'
- s.version = '0.4.1'
- s.date = '2010-03-08'
+ s.version = '0.5'
+ s.date = '2010-04-02'
s.description = "The opposite of roff"
s.summary = "The opposite of roff"
s.authors = ["Ryan Tomayko"]
@@ -15,13 +15,11 @@
# = MANIFEST =
s.files = %w[
COPYING
README.md
Rakefile
- bin/ron
bin/ronn
- lib/ron.rb
lib/ronn.rb
lib/ronn/document.rb
lib/ronn/layout.html
lib/ronn/roff.rb
man/markdown.5
@@ -30,11 +28,10 @@
man/ronn.1.ronn
man/ronn.5
man/ronn.5.ronn
man/ronn.7
man/ronn.7.ronn
- ron.gemspec
ronn.gemspec
test/angle_bracket_syntax.html
test/angle_bracket_syntax.ronn
test/basic_document.html
test/basic_document.ronn
@@ -53,15 +50,15 @@
test/titleless_document.html
test/titleless_document.ronn
]
# = MANIFEST =
- s.executables = ['ronn', 'ron']
+ s.executables = ['ronn']
s.test_files = s.files.select { |path| path =~ /^test\/.*_test.rb/ }
s.extra_rdoc_files = %w[COPYING]
- s.add_dependency 'hpricot', '~> 0.8.2'
- s.add_dependency 'rdiscount', '~> 1.5.8'
+ s.add_dependency 'hpricot', '>= 0.8.2'
+ s.add_dependency 'rdiscount', '>= 1.5.8'
s.add_development_dependency 'contest', '~> 0.1'
s.has_rdoc = true
s.homepage = "http://rtomayko.github.com/ronn/"
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Ronn"]