# -*- encoding: utf-8 -*- # stub: thread_safe 0.3.2 ruby lib Gem::Specification.new do |s| s.name = "thread_safe".freeze s.version = "0.3.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Charles Oliver Nutter".freeze, "thedarkone".freeze] s.date = "2014-04-05" s.description = "Thread-safe collections and utilities for Ruby".freeze s.email = ["headius@headius.com".freeze, "thedarkone2@gmail.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "examples/bench_cache.rb".freeze, "ext/org/jruby/ext/thread_safe/JRubyCacheBackendLibrary.java".freeze, "ext/org/jruby/ext/thread_safe/jsr166e/ConcurrentHashMap.java".freeze, "ext/org/jruby/ext/thread_safe/jsr166e/ConcurrentHashMapV8.java".freeze, "ext/org/jruby/ext/thread_safe/jsr166e/LongAdder.java".freeze, "ext/org/jruby/ext/thread_safe/jsr166e/Striped64.java".freeze, "ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/ConcurrentHashMapV8.java".freeze, "ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/LongAdder.java".freeze, "ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/Striped64.java".freeze, "ext/org/jruby/ext/thread_safe/jsr166y/ThreadLocalRandom.java".freeze, "ext/thread_safe/JrubyCacheBackendService.java".freeze, "lib/thread_safe.rb".freeze, "lib/thread_safe/atomic_reference_cache_backend.rb".freeze, "lib/thread_safe/cache.rb".freeze, "lib/thread_safe/mri_cache_backend.rb".freeze, "lib/thread_safe/non_concurrent_cache_backend.rb".freeze, "lib/thread_safe/synchronized_cache_backend.rb".freeze, "lib/thread_safe/synchronized_delegator.rb".freeze, "lib/thread_safe/util.rb".freeze, "lib/thread_safe/util/adder.rb".freeze, "lib/thread_safe/util/atomic_reference.rb".freeze, "lib/thread_safe/util/cheap_lockable.rb".freeze, "lib/thread_safe/util/power_of_two_tuple.rb".freeze, "lib/thread_safe/util/striped64.rb".freeze, "lib/thread_safe/util/volatile.rb".freeze, "lib/thread_safe/util/volatile_tuple.rb".freeze, "lib/thread_safe/util/xor_shift_random.rb".freeze, "lib/thread_safe/version.rb".freeze, "test/src/thread_safe/SecurityManager.java".freeze, "test/test_array.rb".freeze, "test/test_cache.rb".freeze, "test/test_cache_loops.rb".freeze, "test/test_hash.rb".freeze, "test/test_helper.rb".freeze, "test/test_synchronized_delegator.rb".freeze, "thread_safe.gemspec".freeze] s.homepage = "https://github.com/headius/thread_safe".freeze s.licenses = ["Apache-2.0".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A collection of data structures and utilities to make thread-safe programming in Ruby easier".freeze s.test_files = ["test/src/thread_safe/SecurityManager.java".freeze, "test/test_array.rb".freeze, "test/test_cache.rb".freeze, "test/test_cache_loops.rb".freeze, "test/test_hash.rb".freeze, "test/test_helper.rb".freeze, "test/test_synchronized_delegator.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 1.1.7".freeze, "< 2".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end