Sha256: 7d9cf7575b26f27c8c9f12221737e150da0069459fc427c5005353abbfd5c789

Contents?: true

Size: 694 Bytes

Versions: 1

Compression:

Stored size: 694 Bytes

Contents

require 'rake'
require 'rake/testtask'

begin
  require 'jeweler'
  Jeweler::Tasks.new do |s|
    s.name = "gsoni-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
gsoni-ar_mailer_rails3-2.1.12 Rakefile