Rakefile in postmark-0.2.1 vs Rakefile in postmark-0.2.2
- old
+ new
@@ -12,9 +12,15 @@
gem.authors = ["Petyo Ivanov"]
gem.add_development_dependency "rspec"
gem.add_development_dependency "cucumber"
gem.add_dependency "tmail"
gem.files << "lib/postmark/tmail_mail_extension.rb"
+ gem.post_install_message = %q[
+ ==================
+ Thanks for installing the postmark gem. If you don't have an account, please sign up at http://postmarkapp.com/.
+ Review the README.rdoc for implementation details and examples.
+ ==================
+ ]
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
Jeweler::GemcutterTasks.new
rescue LoadError
puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"