Rakefile in schubert-minglr-0.1.0.3 vs Rakefile in schubert-minglr-1.0.6
- old
+ new
@@ -2,10 +2,10 @@
require File.dirname(__FILE__) + '/lib/minglr'
# Generate all the Rake tasks
# Run 'rake -T' to see list of generated tasks (from gem root directory)
$hoe = Hoe.new('minglr', Minglr::VERSION) do |p|
- p.developer('Stephen Chu', 'minglr@stephenchu.com')
+ p.developer('Michael Schubert', 'michael@schubert.cx')
p.changes = p.paragraphs_of("History.txt", 0..1).join("\n\n")
p.post_install_message = 'PostInstall.txt' # TODO remove if post-install message not required
p.rubyforge_name = p.name # TODO this is default value
p.extra_deps = [
['activesupport','>= 2.1.0'],