Sha256: ebbb572d0329dea76cf48ae552028f19cfcd76688724e4e567d4c3d2445159f7

Contents?: true

Size: 959 Bytes

Versions: 5

Compression:

Stored size: 959 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"]

  s.add_dependency 'mail'

  s.add_development_dependency 'rake'
  s.add_development_dependency 'test-unit'if RUBY_VERSION >= '2.2.0'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bounce_email-0.2.8 bounce_email.gemspec
bounce_email-0.2.7 bounce_email.gemspec
bounce_email-0.2.6 bounce_email.gemspec
bounce_email-0.2.5 bounce_email.gemspec
bounce_email-0.2.4 bounce_email.gemspec