Sha256: 7e10aac2d37c15bd4d0a3a5d87acc2c4767e79ad27148534ab4f8148f99086b2

Contents?: true

Size: 1.55 KB

Versions: 0

Compression: gzip

Compressed size: 702 Bytes

Stored size: 702 Bytes

Contents

--- !ruby/object:Gem::Specification 
name: distributed_mutex
version: !ruby/object:Gem::Version 
  hash: 23
  prerelease: false
  segments: 
  - 1
  - 1
  - 2
  version: 1.1.2
platform: ruby
authors: 
- Birkir A. Barkarson
autorequire: 
bindir: bin
cert_chain: []

date: 2011-11-08 00:00:00 +09:00
default_executable: 
dependencies: []

description: Framework for using a distributed mutex along with an implementation of a mutex stored on a MySQL database.
email: birkirb@stoicviking.net
executables: []

extensions: []

extra_rdoc_files: 
- README.rdoc
files: 
- README.rdoc
- Rakefile
- VERSION
- init.rb
- lib/distributed_mutex.rb
- lib/global_mutex.rb
- lib/mutex_lock_release_failure.rb
- lib/mutex_lock_timeout.rb
- lib/mysql_mutex.rb
- rails/init.rb
- spec/config/database.stub
- spec/global_mutex_spec.rb
- spec/mysql_mutex_spec.rb
- spec/spec_helper.rb
has_rdoc: true
homepage: http://github.com/birkirb/distributed_mutex
licenses: []

post_install_message: 
rdoc_options: []

require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
required_rubygems_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
requirements: []

rubyforge_project: 
rubygems_version: 1.3.7
signing_key: 
specification_version: 3
summary: API for using a unique mutex across all instances of your application.
test_files: []

Package Spec version

distributed_mutex-1.1.2