# -*- encoding: utf-8 -*- # stub: concurrent-ruby 0.9.2 java lib Gem::Specification.new do |s| s.name = "concurrent-ruby".freeze s.version = "0.9.2".freeze s.platform = "java".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jerry D'Antonio".freeze, "The Ruby Concurrency Team".freeze] s.date = "2015-11-04" s.description = "Modern concurrency tools including agents, futures, promises, thread pools, actors, supervisors, and more.\nInspired by Erlang, Clojure, Go, JavaScript, actors, and classic concurrency patterns.\n".freeze s.email = ["jerry.dantonio@gmail.com".freeze, "concurrent-ruby@googlegroups.com".freeze] s.extra_rdoc_files = ["README.md".freeze, "LICENSE.txt".freeze, "CHANGELOG.md".freeze] s.files = ["CHANGELOG.md".freeze, "LICENSE.txt".freeze, "README.md".freeze, "lib/concurrent.rb".freeze, "lib/concurrent/async.rb".freeze, "lib/concurrent/atom.rb".freeze, "lib/concurrent/atomic/atomic_boolean.rb".freeze, "lib/concurrent/atomic/atomic_fixnum.rb".freeze, "lib/concurrent/atomic/atomic_reference.rb".freeze, "lib/concurrent/atomic/condition.rb".freeze, "lib/concurrent/atomic/count_down_latch.rb".freeze, "lib/concurrent/atomic/cyclic_barrier.rb".freeze, "lib/concurrent/atomic/event.rb".freeze, "lib/concurrent/atomic/read_write_lock.rb".freeze, "lib/concurrent/atomic/reentrant_read_write_lock.rb".freeze, "lib/concurrent/atomic/semaphore.rb".freeze, "lib/concurrent/atomic/thread_local_var.rb".freeze, "lib/concurrent/atomic_reference/concurrent_update_error.rb".freeze, "lib/concurrent/atomic_reference/direct_update.rb".freeze, "lib/concurrent/atomic_reference/jruby.rb".freeze, "lib/concurrent/atomic_reference/mutex_atomic.rb".freeze, "lib/concurrent/atomic_reference/numeric_cas_wrapper.rb".freeze, "lib/concurrent/atomic_reference/rbx.rb".freeze, "lib/concurrent/atomic_reference/ruby.rb".freeze, "lib/concurrent/atomics.rb".freeze, "lib/concurrent/collection/copy_on_notify_observer_set.rb".freeze, "lib/concurrent/collection/copy_on_write_observer_set.rb".freeze, "lib/concurrent/collection/priority_queue.rb".freeze, "lib/concurrent/concern/deprecation.rb".freeze, "lib/concurrent/concern/dereferenceable.rb".freeze, "lib/concurrent/concern/logging.rb".freeze, "lib/concurrent/concern/obligation.rb".freeze, "lib/concurrent/concern/observable.rb".freeze, "lib/concurrent/configuration.rb".freeze, "lib/concurrent/dataflow.rb".freeze, "lib/concurrent/delay.rb".freeze, "lib/concurrent/edge.rb".freeze, "lib/concurrent/errors.rb".freeze, "lib/concurrent/exchanger.rb".freeze, "lib/concurrent/executor/cached_thread_pool.rb".freeze, "lib/concurrent/executor/executor.rb".freeze, "lib/concurrent/executor/executor_service.rb".freeze, "lib/concurrent/executor/fixed_thread_pool.rb".freeze, "lib/concurrent/executor/immediate_executor.rb".freeze, "lib/concurrent/executor/indirect_immediate_executor.rb".freeze, "lib/concurrent/executor/java_single_thread_executor.rb".freeze, "lib/concurrent/executor/java_thread_pool_executor.rb".freeze, "lib/concurrent/executor/ruby_single_thread_executor.rb".freeze, "lib/concurrent/executor/ruby_thread_pool_executor.rb".freeze, "lib/concurrent/executor/safe_task_executor.rb".freeze, "lib/concurrent/executor/serialized_execution.rb".freeze, "lib/concurrent/executor/simple_executor_service.rb".freeze, "lib/concurrent/executor/single_thread_executor.rb".freeze, "lib/concurrent/executor/thread_pool_executor.rb".freeze, "lib/concurrent/executor/timer_set.rb".freeze, "lib/concurrent/executors.rb".freeze, "lib/concurrent/future.rb".freeze, "lib/concurrent/immutable_struct.rb".freeze, "lib/concurrent/ivar.rb".freeze, "lib/concurrent/lazy_register.rb".freeze, "lib/concurrent/maybe.rb".freeze, "lib/concurrent/mutable_struct.rb".freeze, "lib/concurrent/mvar.rb".freeze, "lib/concurrent/promise.rb".freeze, "lib/concurrent/scheduled_task.rb".freeze, "lib/concurrent/settable_struct.rb".freeze, "lib/concurrent/synchronization.rb".freeze, "lib/concurrent/synchronization/abstract_object.rb".freeze, "lib/concurrent/synchronization/abstract_struct.rb".freeze, "lib/concurrent/synchronization/condition.rb".freeze, "lib/concurrent/synchronization/java_object.rb".freeze, "lib/concurrent/synchronization/lock.rb".freeze, "lib/concurrent/synchronization/monitor_object.rb".freeze, "lib/concurrent/synchronization/mutex_object.rb".freeze, "lib/concurrent/synchronization/object.rb".freeze, "lib/concurrent/synchronization/rbx_object.rb".freeze, "lib/concurrent/timer_task.rb".freeze, "lib/concurrent/tvar.rb".freeze, "lib/concurrent/utilities.rb".freeze, "lib/concurrent/utility/at_exit.rb".freeze, "lib/concurrent/utility/engine.rb".freeze, "lib/concurrent/utility/monotonic_time.rb".freeze, "lib/concurrent/utility/native_extension_loader.rb".freeze, "lib/concurrent/utility/processor_counter.rb".freeze, "lib/concurrent/utility/timeout.rb".freeze, "lib/concurrent/utility/timer.rb".freeze, "lib/concurrent/version.rb".freeze, "lib/concurrent_ruby.rb".freeze, "lib/concurrent_ruby_ext.jar".freeze] s.homepage = "http://www.concurrent-ruby.com".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Modern concurrency tools for Ruby. Inspired by Erlang, Clojure, Scala, Haskell, F#, C#, Java, and classic concurrency patterns.".freeze end