Rakefile in roxml-2.5.2 vs Rakefile in roxml-2.5.3

- old
+ new

@@ -15,10 +15,10 @@ p.url = "http://roxml.rubyforge.org" p.changes = File.read("History.txt").split(/^==/)[1].strip p.rubyforge_name = p.name p.extra_deps = [ ['activesupport','>= 2.1.0'], - ['libxml-ruby', '>= 0.8.6'] + ['libxml-ruby', '>= 1.0.0'] ] p.extra_dev_deps = [ ['newgem', ">= #{::Newgem::VERSION}"], ['sqlite3-ruby', '>= 1.2.4' ], ['activerecord', '>= 2.2.2' ]