# -*- encoding: utf-8 -*- # stub: sync_attr 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "sync_attr".freeze s.version = "1.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Reid Morrison".freeze] s.date = "2013-04-03" s.description = "SyncAttr is a mixin to read, write and lazy initialize both class and instance variables in a multi-threaded environment when the attribute could be modified by two threads at the same time, written in Ruby.".freeze s.email = ["reidmo@gmail.com".freeze] s.files = ["Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "examples/class_attribute.rb".freeze, "examples/instance_attribute.rb".freeze, "lib/sync_attr.rb".freeze, "lib/sync_attr/class_attributes.rb".freeze, "lib/sync_attr/instance_attributes.rb".freeze, "lib/sync_attr/version.rb".freeze, "test/class_attributes_test.rb".freeze, "test/instance_attributes_test.rb".freeze] s.homepage = "https://github.com/ClarityServices/sync_attr".freeze s.licenses = ["Apache License V2.0".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Thread safe accessors for Ruby class and instance attributes. Supports thread safe lazy loading of attributes".freeze end