Sha256: bd7eb25d679ee3eaee032a3e65654dcd793edf7d934ad17ecab50229582df99b
Contents?: true
Size: 893 Bytes
Versions: 3
Compression:
Stored size: 893 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = %q{bounce_email} s.version = File.read("VERSION").to_s s.platform = Gem::Platform::RUBY s.authors = ["Tobias Bielohlawek", "Agris Ameriks", "Pedro Visintin", "Dimitar Dimitrov"] s.email = %q{tobi@rngtng.com} s.homepage = %q{http://github.com/mitio/bounce_email} s.summary = %q{Detect kind of bounced email} s.description = %q{fork of whatcould/bounce-email incl. patches from wakiki, peterpunk, agowan & rngtng} 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"] ["mail"].each do |gem| s.add_dependency *gem.split(' ') end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bounce_email-0.2.2 | bounce_email.gemspec |
bounce_email-0.2.1 | bounce_email.gemspec |
bounce_email-0.2.0 | bounce_email.gemspec |