# -*- encoding: utf-8 -*- # stub: bounce_email 0.2.6 ruby lib Gem::Specification.new do |s| s.name = "bounce_email".freeze s.version = "0.2.6".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Tobias Bielohlawek".freeze, "Agris Ameriks".freeze, "Pedro Visintin".freeze, "Dimitar Dimitrov".freeze] s.date = "2015-05-05" s.description = "fork of whatcould/bounce-email incl. patches from wakiki, peterpunk, agowan & rngtng".freeze s.email = "tobi@rngtng.com".freeze s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "HISTORY.md".freeze, "Manifest.txt".freeze, "PostInstall.txt".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "bounce_email.gemspec".freeze, "lib/bounce_email.rb".freeze, "release-version".freeze, "script/console".freeze, "script/destroy".freeze, "script/generate".freeze, "test/bounce_email_test.rb".freeze, "test/bounces/malformed_bounce_01.txt".freeze, "test/bounces/tt_1234175799.txt".freeze, "test/bounces/tt_1234177688.txt".freeze, "test/bounces/tt_1234210655.txt".freeze, "test/bounces/tt_1234211357.txt".freeze, "test/bounces/tt_1234211929.txt".freeze, "test/bounces/tt_1234211931.txt".freeze, "test/bounces/tt_1234211932.txt".freeze, "test/bounces/tt_1234241665.txt".freeze, "test/bounces/tt_1234285532.txt".freeze, "test/bounces/tt_1234285668.txt".freeze, "test/bounces/tt_bounce_01.txt".freeze, "test/bounces/tt_bounce_02.txt".freeze, "test/bounces/tt_bounce_03.txt".freeze, "test/bounces/tt_bounce_04.txt".freeze, "test/bounces/tt_bounce_05.txt".freeze, "test/bounces/tt_bounce_06.txt".freeze, "test/bounces/tt_bounce_07.txt".freeze, "test/bounces/tt_bounce_08.txt".freeze, "test/bounces/tt_bounce_09.txt".freeze, "test/bounces/tt_bounce_10.txt".freeze, "test/bounces/tt_bounce_11.txt".freeze, "test/bounces/tt_bounce_12_soft.txt".freeze, "test/bounces/tt_bounce_13.txt".freeze, "test/bounces/tt_bounce_14.txt".freeze, "test/bounces/tt_bounce_15.txt".freeze, "test/bounces/tt_bounce_16.txt".freeze, "test/bounces/tt_bounce_17.txt".freeze, "test/bounces/tt_bounce_18.txt".freeze, "test/bounces/tt_bounce_19.txt".freeze, "test/bounces/tt_bounce_20.txt".freeze, "test/bounces/tt_bounce_21.txt".freeze, "test/bounces/tt_bounce_22.txt".freeze, "test/bounces/tt_bounce_23.txt".freeze, "test/bounces/tt_bounce_24.txt".freeze, "test/bounces/tt_bounce_25.txt".freeze, "test/bounces/undeliverable_gmail.txt".freeze, "test/bounces/unknown_code_bounce_01.txt".freeze, "test/fixtures/no_subject.txt".freeze, "test/non_bounces/tt_1234210666.txt".freeze, "test/non_bounces/tt_1234211024.txt".freeze, "test/non_bounces/tt_1234241664.txt".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/mitio/bounce_email".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Detect kind of bounced email".freeze s.test_files = ["test/bounce_email_test.rb".freeze, "test/bounces/malformed_bounce_01.txt".freeze, "test/bounces/tt_1234175799.txt".freeze, "test/bounces/tt_1234177688.txt".freeze, "test/bounces/tt_1234210655.txt".freeze, "test/bounces/tt_1234211357.txt".freeze, "test/bounces/tt_1234211929.txt".freeze, "test/bounces/tt_1234211931.txt".freeze, "test/bounces/tt_1234211932.txt".freeze, "test/bounces/tt_1234241665.txt".freeze, "test/bounces/tt_1234285532.txt".freeze, "test/bounces/tt_1234285668.txt".freeze, "test/bounces/tt_bounce_01.txt".freeze, "test/bounces/tt_bounce_02.txt".freeze, "test/bounces/tt_bounce_03.txt".freeze, "test/bounces/tt_bounce_04.txt".freeze, "test/bounces/tt_bounce_05.txt".freeze, "test/bounces/tt_bounce_06.txt".freeze, "test/bounces/tt_bounce_07.txt".freeze, "test/bounces/tt_bounce_08.txt".freeze, "test/bounces/tt_bounce_09.txt".freeze, "test/bounces/tt_bounce_10.txt".freeze, "test/bounces/tt_bounce_11.txt".freeze, "test/bounces/tt_bounce_12_soft.txt".freeze, "test/bounces/tt_bounce_13.txt".freeze, "test/bounces/tt_bounce_14.txt".freeze, "test/bounces/tt_bounce_15.txt".freeze, "test/bounces/tt_bounce_16.txt".freeze, "test/bounces/tt_bounce_17.txt".freeze, "test/bounces/tt_bounce_18.txt".freeze, "test/bounces/tt_bounce_19.txt".freeze, "test/bounces/tt_bounce_20.txt".freeze, "test/bounces/tt_bounce_21.txt".freeze, "test/bounces/tt_bounce_22.txt".freeze, "test/bounces/tt_bounce_23.txt".freeze, "test/bounces/tt_bounce_24.txt".freeze, "test/bounces/tt_bounce_25.txt".freeze, "test/bounces/undeliverable_gmail.txt".freeze, "test/bounces/unknown_code_bounce_01.txt".freeze, "test/fixtures/no_subject.txt".freeze, "test/non_bounces/tt_1234210666.txt".freeze, "test/non_bounces/tt_1234211024.txt".freeze, "test/non_bounces/tt_1234241664.txt".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end