vendor/gems/parenting/Rakefile in auser-poolparty-1.2.12 vs vendor/gems/parenting/Rakefile in auser-poolparty-1.3.0

- old
+ new

@@ -4,10 +4,26 @@ # Generate all the Rake tasks # Run 'rake -T' to see list of generated tasks (from gem root directory) $hoe = Hoe.new('parenting', Parenting::VERSION) do |p| p.developer('Ari Lerner', 'arilerner@mac.com') 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.post_install_message = " + Get ready to jump in the pool, you just installed PoolParty! + + Please check out the documentation for any questions or check out the google groups at + http://groups.google.com/group/poolpartyrb + + More tutorials can be found at + http://poolpartyrb.com + + Don't forget to check out the plugin tutorial @ http://poolpartyrb.com to extend PoolParty for your needs! + + For more information, check http://PoolPartyrb.com or visit us on IRC at: + irc.freenode.net + #poolpartyrb + + *** CloudTeam *** + " # TODO remove if post-install message not required p.rubyforge_name = p.name # TODO this is default value # p.extra_deps = [ # ['activesupport','>= 2.0.2'], # ] p.extra_dev_deps = [