comatose.gemspec in comatose-2.0.1 vs comatose.gemspec in comatose-2.0.5
- old
+ new
@@ -1,10 +1,10 @@
# Generated on Tue May 20 20:13:12 -0500 2008
Gem::Specification.new do |s|
s.name = "comatose"
- s.version = "2.0.1"
- s.date = "2008-09-15" # 2008-05-20
+ s.version = "2.0.5"
+ s.date = "2008-10-31" # 2008-05-20
s.summary = "Micro CMS designed for being embedded into existing Rails applications"
s.email = "matt@elucidata.net"
s.rubyforge_project = 'comatose'
s.homepage = "http://comatose.rubyforge.org"
s.description = "Comatose is a micro CMS designed for being embedded into existing Rails applications."
@@ -15,11 +15,11 @@
s.files = ["CHANGELOG",
"INSTALL",
"LICENSE",
"MANIFEST",
- "README.rdoc",
+ "README.markdown",
"Rakefile",
"SPECS",
"about.yml",
"bin/comatose",
"comatose.gemspec",
@@ -105,9 +105,9 @@
"test/unit/class_options_test.rb",
"test/unit/comatose_page_test.rb",
"test/unit/processing_context_test.rb",
"test/unit/text_filters_test.rb"]
- s.rdoc_options = ["--main", "README.rdoc"]
- s.extra_rdoc_files = %w(README.rdoc CHANGELOG SPECS LICENSE)
+ s.rdoc_options = ["--main", "README.markdown"]
+ s.extra_rdoc_files = %w(README.markdown CHANGELOG SPECS LICENSE)
#s.add_dependency("mime-types", ["> 0.0.0"])
end