acts_as_lockable_by 0.1.9 → 0.1.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/lib/acts_as_lockable_by/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7dae7c08469a7af91f7cd46535568c5361554d1f301b7160bc3f3e6c9c6d44aa
|
4
|
+
data.tar.gz: 16875332828b1a37d7445cc6d8e027d81f012fc4e8a9e7dcc6a8b225557de6b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a5dc49f0a53987f3219b1451ae193e888d3218018c7028d84f661d03c62d3934de59747ba743c0737e274f232b1a538345a9aeb4efb8a522f28abd760765012f
|
7
|
+
data.tar.gz: 54d81a1c59aeae00aa79d5a4f1fe195189eaf6124381bdabdb7b68aa2681cd90b96e4eb5b46b084452aa8d272e603573111e4526257a4a05669d98f80a017337
|
data/README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# ActsAsLockableBy
|
2
2
|
|
3
3
|
[![Gem Version](https://badge.fury.io/rb/acts_as_lockable_by.svg)](http://badge.fury.io/rb/acts_as_lockable_by)
|
4
|
-
[![Build Status](https://travis-ci.com/
|
4
|
+
[![Build Status](https://travis-ci.com/shebang-labs/acts_as_lockable_by.svg?branch=master)](https://travis-ci.com/shebang-labs/acts_as_lockable_by)
|
5
5
|
|
6
6
|
This gem was originally developed, incubated and maintained at [ABTION](https://abtion.com/). Its main goal is providing the ability to lock a resource so that no other users/lockers can access it till the lock is released or the ttl expires. It uses `redis` a shared memory space to share locks across different deployments which enables easy horizontal scalability for your ruby/rails project on multiple servers.
|
7
7
|
|
@@ -127,7 +127,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
127
127
|
|
128
128
|
## Contributing
|
129
129
|
|
130
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
130
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/shebang-labs/acts_as_lockable_by. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
131
131
|
|
132
132
|
## License
|
133
133
|
|
@@ -135,4 +135,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
|
|
135
135
|
|
136
136
|
## Code of Conduct
|
137
137
|
|
138
|
-
Everyone interacting in the ActsAsLockable project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/
|
138
|
+
Everyone interacting in the ActsAsLockable project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/shebang-labs/acts_as_lockable_by/blob/master/CODE_OF_CONDUCT.md).
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: acts_as_lockable_by
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tarek N. Elsamni
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-07-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|