--- !ruby/object:Gem::Specification name: concurrent-ruby-edge version: !ruby/object:Gem::Version version: 0.2.0.pre3 platform: ruby authors: - Jerry D'Antonio - Petr Chalupa - The Ruby Concurrency Team autorequire: bindir: bin cert_chain: [] date: 2015-09-29 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: concurrent-ruby requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.0.0.pre3 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.0.0.pre3 description: | These features are under active development and may change frequently. They are expected not to keep backward compatibility (there may also lack tests and documentation). Semantic versions will be obeyed though. Features developed in `concurrent-ruby-edge` are expected to move to `concurrent-ruby` when final. Please see http://concurrent-ruby.com for more information. email: - jerry.dantonio@gmail.com - concurrent-ruby@googlegroups.com executables: [] extensions: [] extra_rdoc_files: - README.md - LICENSE.txt files: - LICENSE.txt - README.md - lib/concurrent-edge.rb - lib/concurrent/actor.rb - lib/concurrent/actor/behaviour.rb - lib/concurrent/actor/behaviour/abstract.rb - lib/concurrent/actor/behaviour/awaits.rb - lib/concurrent/actor/behaviour/buffer.rb - lib/concurrent/actor/behaviour/errors_on_unknown_message.rb - lib/concurrent/actor/behaviour/executes_context.rb - lib/concurrent/actor/behaviour/linking.rb - lib/concurrent/actor/behaviour/pausing.rb - lib/concurrent/actor/behaviour/removes_child.rb - lib/concurrent/actor/behaviour/sets_results.rb - lib/concurrent/actor/behaviour/supervising.rb - lib/concurrent/actor/behaviour/termination.rb - lib/concurrent/actor/context.rb - lib/concurrent/actor/core.rb - lib/concurrent/actor/default_dead_letter_handler.rb - lib/concurrent/actor/envelope.rb - lib/concurrent/actor/errors.rb - lib/concurrent/actor/internal_delegations.rb - lib/concurrent/actor/public_delegations.rb - lib/concurrent/actor/reference.rb - lib/concurrent/actor/root.rb - lib/concurrent/actor/type_check.rb - lib/concurrent/actor/utils.rb - lib/concurrent/actor/utils/ad_hoc.rb - lib/concurrent/actor/utils/balancer.rb - lib/concurrent/actor/utils/broadcast.rb - lib/concurrent/actor/utils/pool.rb - lib/concurrent/channel.rb - lib/concurrent/channel/buffer.rb - lib/concurrent/channel/buffer/base.rb - lib/concurrent/channel/buffer/buffered.rb - lib/concurrent/channel/buffer/dropping.rb - lib/concurrent/channel/buffer/sliding.rb - lib/concurrent/channel/buffer/ticker.rb - lib/concurrent/channel/buffer/timer.rb - lib/concurrent/channel/buffer/unbuffered.rb - lib/concurrent/channel/selector.rb - lib/concurrent/channel/selector/after_clause.rb - lib/concurrent/channel/selector/default_clause.rb - lib/concurrent/channel/selector/error_clause.rb - lib/concurrent/channel/selector/put_clause.rb - lib/concurrent/channel/selector/take_clause.rb - lib/concurrent/channel/tick.rb - lib/concurrent/edge/atomic_markable_reference.rb - lib/concurrent/edge/future.rb - lib/concurrent/edge/lock_free_linked_set.rb - lib/concurrent/edge/lock_free_linked_set/node.rb - lib/concurrent/edge/lock_free_linked_set/window.rb - lib/concurrent/edge/lock_free_stack.rb homepage: http://www.concurrent-ruby.com licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.9.3 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 1.3.1 requirements: [] rubyforge_project: rubygems_version: 2.4.8 signing_key: specification_version: 4 summary: Edge features and additions to the concurrent-ruby gem. test_files: [] has_rdoc: