config/hoe.rb in ratom-0.5.2 vs config/hoe.rb in ratom-0.6.0

- old
+ new

@@ -58,10 +58,10 @@ p.clean_globs |= ['**/.*.sw?', '*.gem', '.config', '**/.DS_Store'] #An array of file patterns to delete on clean. # == Optional p.changes = p.paragraphs_of("History.txt", 0..1).join("\n\n") # An array of rubygem dependencies [name, version], e.g. [ ['active_support', '>= 1.3.1'] ] - p.extra_deps = [['libxml-ruby', '>= 0.8.0']] + p.extra_deps = [['libxml-ruby', '>= 1.1.2']] #p.spec_extras = {} # A hash of extra values to set in the gemspec. end