Sha256: c3138d46eff63ee7a7582699b2583cfddf5d4f9535f97a3f3207a3c9d3a5f64d
Contents?: true
Size: 938 Bytes
Versions: 1
Compression:
Stored size: 938 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'ahoy_email/version' Gem::Specification.new do |spec| spec.name = "ahoy_email" spec.version = AhoyEmail::VERSION spec.authors = ["Andrew Kane"] spec.email = ["andrew@chartkick.com"] spec.summary = %q{Simple, powerful email tracking for Rails} spec.description = %q{Simple, powerful email tracking for Rails} spec.homepage = "https://github.com/ankane/ahoy_email" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_dependency "actionmailer" spec.add_development_dependency "bundler", "~> 1.6" spec.add_development_dependency "rake" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ahoy_email-0.0.1 | ahoy_email.gemspec |