# -*- encoding: utf-8 -*- # stub: mailbox 0.1.4 ruby lib Gem::Specification.new do |s| s.name = "mailbox".freeze s.version = "0.1.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Joel Friedman".freeze, "Patrick Farley".freeze] s.date = "2009-11-10" s.description = "Mailbox is a JRuby module that simplifies concurrency and is backed by JVM threads.".freeze s.email = "asher.friedman@gmail.com".freeze s.extra_rdoc_files = ["README".freeze] s.files = [".gitignore".freeze, "README".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "example/channel_based_log_example.rb".freeze, "example/i_can_has_cheese_burger_example.rb".freeze, "example/log_example.rb".freeze, "example/parallel_each_example.rb".freeze, "example/ping_pong_example.rb".freeze, "lib/mailbox.rb".freeze, "lib/synchronized.rb".freeze, "mailbox.gemspec".freeze, "mailbox.iml".freeze, "mailbox.ipr".freeze, "test/mailbox_test.rb".freeze, "test/synchronized_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://joelash.github.com/mailbox".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Mailbox is a JRuby module that simplifies concurrency and is backed by JVM threads.".freeze s.test_files = ["test/mailbox_test.rb".freeze, "test/synchronized_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end