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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eb5bb2b9298d3dace114829d633664ae1736437552ef4213fcb047a2887d4662
4
- data.tar.gz: df5d2c09d8eed0cb189a488c22accc275fc69d861f635eb8777aa99e153a6f3b
3
+ metadata.gz: 7dae7c08469a7af91f7cd46535568c5361554d1f301b7160bc3f3e6c9c6d44aa
4
+ data.tar.gz: 16875332828b1a37d7445cc6d8e027d81f012fc4e8a9e7dcc6a8b225557de6b9
5
5
  SHA512:
6
- metadata.gz: a4e6468eb830e013fbb585575cd8cbed8d929ec782fceb98b042d68367d53900c5a259e05404751351eca5bf0c1e911775ab9429377b90c0541d0dccb3bc6077
7
- data.tar.gz: c56d727f457e801b3da3c8ac206d4bf2accfa4a1624ce52d0bd88c0d62213ac4d16317c0a47e6eed96e5e954ad7618eccacd013da0ca772487cc2e59e82b719a
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/tareksamni/acts_as_lockable_by.svg?branch=master)](https://travis-ci.com/tareksamni/acts_as_lockable_by)
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/tareksamni/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.
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/tareksamni/acts_as_lockable_by/blob/master/CODE_OF_CONDUCT.md).
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).
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActsAsLockableBy
4
- VERSION = '0.1.9'
4
+ VERSION = '0.1.12'
5
5
  end
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.9
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: 2019-10-18 00:00:00.000000000 Z
11
+ date: 2020-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport