Sha256: 14a8554e9f681a32f755f7fbb72245a0199f67fd21e816d81a7e0fef4f1b95b2

Contents?: true

Size: 1.51 KB

Versions: 0

Compression: gzip

Compressed size: 693 Bytes

Stored size: 693 Bytes

Contents

--- !ruby/object:Gem::Specification
name: sync_attr
version: !ruby/object:Gem::Version
  version: 2.0.0
platform: ruby
authors:
- Reid Morrison
autorequire: 
bindir: bin
cert_chain: []
date: 2015-03-31 00:00:00.000000000 Z
dependencies: []
description: When working in a multi-threaded environment it is important to ensure
  that any attributes that are shared across threads are properly protected to ensure
  that inconsistent data is not created. Lazy initializing these safe attributes improves
  startup times and only creates resources when they are needed.
email:
- reidmo@gmail.com
executables: []
extensions: []
extra_rdoc_files: []
files:
- LICENSE.txt
- README.md
- Rakefile
- lib/sync_attr.rb
- lib/sync_attr/attributes.rb
- lib/sync_attr/class_attributes.rb
- lib/sync_attr/version.rb
- test/attributes_test.rb
- test/class_attributes_test.rb
- test/test_helper.rb
homepage: https://github.com/reidmorrison/sync_attr
licenses:
- Apache License V2.0
metadata: {}
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 2.4.5
signing_key: 
specification_version: 4
summary: Thread-safe class and instance attributes
test_files:
- test/attributes_test.rb
- test/class_attributes_test.rb
- test/test_helper.rb

Package Spec version

sync_attr-2.0.0