Sha256: 0bb8c7e68737ec81042b0202ccfac789d8aff501a2f3afbae263ed7819e31bab

Contents?: true

Size: 1.06 KB

Versions: 2

Compression:

Stored size: 1.06 KB

Contents

# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'google_analytics_mailer/version'

Gem::Specification.new do |gem|
  gem.name          = 'google_analytics_mailer'
  gem.version       = GoogleAnalyticsMailer::VERSION
  gem.authors       = ['Fabio Napoleoni']
  gem.email         = ['f.napoleoni@gmail.com']
  gem.description   = %q{This gem add google analytics campaign tags to every link in your action mailer}
  gem.summary       = %q{This gem provides automatic Google Analytics tagged links in ActionMailer generated emails}
  gem.homepage      = 'https://github.com/fabn/google_analytics_mailer'
  gem.license       = 'MIT'

  gem.files         = `git ls-files`.split($/)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.require_paths = ['lib']

  # gem dependencies for runtime
  gem.add_runtime_dependency 'addressable', '~> 2.3.0'
  gem.add_runtime_dependency 'actionmailer', '>= 3.2.0'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
google_analytics_mailer-0.3.0 google_analytics_mailer.gemspec
google_analytics_mailer-0.2.1 google_analytics_mailer.gemspec