Rakefile in magic_xml-0.1.0 vs Rakefile in magic_xml-0.1.1

- old
+ new

@@ -4,11 +4,11 @@ begin require 'jeweler' Jeweler::Tasks.new do |gem| gem.name = "magic_xml" gem.summary = %Q{magic/xml is a Ruby library for the convenient parsing of XML} - gem.description = %Q{This is the gem version of the code originally by taw. See the orginal page at http://taw.chaosforge.org/magic_xml/.} + gem.description = %Q{This is a DEPRECATED gem version of the code originally by taw. Please use the new gem 'magic-xml' by the original author.} gem.email = "bkkbrad@example.com" gem.homepage = "http://github.com/bkkbrad/magic_xml" gem.authors = ["bkkbrad", "taw"] #gem.add_development_dependency "thoughtbot-shoulda", ">= 0" # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings @@ -39,14 +39,14 @@ task :test => :check_dependencies task :default => :test -require 'rake/rdoctask' -Rake::RDocTask.new do |rdoc| - version = File.exist?('VERSION') ? File.read('VERSION') : "" - - rdoc.rdoc_dir = 'rdoc' - rdoc.title = "magic_xml #{version}" - rdoc.rdoc_files.include('README*') - rdoc.rdoc_files.include('lib/**/*.rb') -end +require 'rake/task' +#Rake::RDocTask.new do |rdoc| +# version = File.exist?('VERSION') ? File.read('VERSION') : "" +# +# rdoc.rdoc_dir = 'rdoc' +# rdoc.title = "magic_xml #{version}" +# rdoc.rdoc_files.include('README*') +# rdoc.rdoc_files.include('lib/**/*.rb') +#end