config/hoe.rb in rubypython-0.2.2 vs config/hoe.rb in rubypython-0.2.3

- old
+ new

@@ -61,10 +61,12 @@ # == Optional p.changes = p.paragraphs_of("History.txt", 0..1).join("\n\n") #p.extra_deps = EXTRA_DEPENDENCIES - #p.spec_extras = {} # A hash of extra values to set in the gemspec. + p.spec_extras = { + :requirements => ["Python, ~>2.4"] + } # A hash of extra values to set in the gemspec. end CHANGES = $hoe.paragraphs_of('History.txt', 0..1).join("\\n\\n") PATH = (RUBYFORGE_PROJECT == GEM_NAME) ? RUBYFORGE_PROJECT : "#{RUBYFORGE_PROJECT}/#{GEM_NAME}" $hoe.remote_rdoc_dir = File.join(PATH.gsub(/^#{RUBYFORGE_PROJECT}\/?/,''), 'rdoc') \ No newline at end of file