Sha256: 0f39ac93fbf2bc70e3d5cd04011b846b014af867a0ec32f4a674c4e2178a2554

Contents?: true

Size: 700 Bytes

Versions: 1

Compression:

Stored size: 700 Bytes

Contents

require 'rake'
require 'rake/testtask'

begin
  require 'jeweler'
  Jeweler::Tasks.new do |s|
    s.name = "prioritized_ar_mailer_rails3"
    s.summary = "ArMailer wrapper for Rails 3 with mail priority"
    s.email = "raveformails@gmail.com"
    s.homepage = "https://github.com/gsoni-ror/ar_mailer_rails3"
    s.description = "ArMailer wrapper for Rails 3 with mail priority"
    s.authors = ["Gaurav Soni"]
    s.files =  FileList["[A-Z]*", "bin/*", "share/*", "test/*", "{lib}/**/*", '.gitignore']
    s.test_files = []
  end
rescue LoadError
  puts "Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
prioritized_ar_mailer_rails3-2.1.12 Rakefile