Rakefile in actionmailer-with-request-0.1.1 vs Rakefile in actionmailer-with-request-0.3.0
- old
+ new
@@ -1,16 +1,2 @@
-require 'rake'
-
-begin
- require 'jeweler'
- Jeweler::Tasks.new do |gem|
- gem.name = "actionmailer-with-request"
- gem.summary = "A simple plugin to make the Rails request context available for generating URLs in ActionMailer. Works with Rails 3 (not tested with 2.3.x)"
- gem.email = "weppos@weppos.net"
- gem.homepage = "http://github.com/weppos/actionmailer_with_request"
- gem.authors = ["Simone Carletti"]
- end
-
- Jeweler::GemcutterTasks.new
-rescue LoadError
- puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
-end
\ No newline at end of file
+require 'bundler'
+Bundler::GemHelper.install_tasks