Sha256: 81b34a7e12384fdbfad307967940d89ab9a6b5cc4d151ed84390fa668d3c9080
Contents?: true
Size: 570 Bytes
Versions: 2
Compression:
Stored size: 570 Bytes
Contents
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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
actionmailer-with-request-0.1.1 | Rakefile |
actionmailer-with-request-0.1.0 | Rakefile |