config/hoe.rb in ratom-0.4.0 vs config/hoe.rb in ratom-0.4.1

- old
+ new

@@ -1,9 +1,9 @@ require 'atom/version' -AUTHOR = 'Peerworks' # can also be an array of Authors -EMAIL = "info@peerworks.org" +AUTHOR = ['Peerworks', 'Sean Geoghegan'] # can also be an array of Authors +EMAIL = "sean@peerworks.org" DESCRIPTION = "Atom Syndication and Publication API" GEM_NAME = 'ratom' # what ppl will type to install your gem RUBYFORGE_PROJECT = 'ratom' # The unix name for your project HOMEPATH = "http://#{RUBYFORGE_PROJECT}.rubyforge.org" DOWNLOAD_PATH = "http://rubyforge.org/projects/#{RUBYFORGE_PROJECT}" @@ -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.5.2.0']] + p.extra_deps = [['libxml-ruby', '= 0.6.0.0']] #p.spec_extras = {} # A hash of extra values to set in the gemspec. end