Sha256: 5869ef78106a2bfd36eaa3ca72328d3030aef67e90f638e646bb310d934504eb
Contents?: true
Size: 1003 Bytes
Versions: 1
Compression:
Stored size: 1003 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "cheetah_mail/version" Gem::Specification.new do |s| s.name = "cheetah_mail" s.version = CheetahMail::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Dan Rodriguez", "Adam Anderson"] s.email = ["theoperand@gmail.com", "adam@makeascene.com"] s.homepage = "" s.summary = %q{A simple library for integrating with the CheetahMail API} s.description = %q{A simple library for integrating with the CheetahMail API} s.rubyforge_project = "cheetah_mail" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.add_development_dependency 'rspec' s.add_development_dependency 'fakeweb' s.add_runtime_dependency 'resque' # s.add_runtime_dependency 'system_timer' #only for ruby 1.8.x end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cheetah_mail-0.6.0 | cheetah_mail.gemspec |