restrainer 1.1.3 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +6 -0
  3. data/VERSION +1 -1
  4. data/lib/restrainer.rb +0 -3
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fd2f59427326450c5159980282e4d463d275dac6fceaa2a31423a5433ff1502f
4
- data.tar.gz: ddf65e8c8915e920a9689f78bce879d6feae920740890acc7c3df5f5c8ccb2d4
3
+ metadata.gz: ca06e87682a08740ba7079ec9d8be18e898c2faa91b6b701659d284c1f325aa6
4
+ data.tar.gz: 9dd88e76dfa96a9626c51ae0cf10fcb0685c92d52b1f026d32add3dcee7b16b9
5
5
  SHA512:
6
- metadata.gz: 4166271f5f617a48286024f8e57ab7ebc662c0edfd357ced9e4e40d3998b975db1abcb4db6a1c8de2922ffc57ace7593e752798f39a6f552659877a146fff1b5
7
- data.tar.gz: 032357eb1992399ba5d10681b7194e667d852ca000b51dcc6ac592f8d10b4734306225208c918d9c3f73faec11adf690a6d0a1ffccefab57deef09438854437a
6
+ metadata.gz: d89b85954d32b68c7881179f6168666a896cae97ce8881c9e53c67a91c8d780ca38b7656c2245d76f317420c9c308a15a9204f45750b266078ceac0967c7322d
7
+ data.tar.gz: 60da5291b9936f94d144b4c1ba3db465c4587a479bc62ff0ff9bcd01a48200761e3f8bfa855d413e923eb7be1ddb1b941cd80ff11539f76a7840d64e33e79abf
data/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## 1.1.4
8
+
9
+ ### Removed
10
+
11
+ - Removed unimplemented method stub.
12
+
7
13
  ## 1.1.3
8
14
 
9
15
  ### Added
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.3
1
+ 1.1.4
data/lib/restrainer.rb CHANGED
@@ -151,9 +151,6 @@ class Restrainer
151
151
  process_id
152
152
  end
153
153
 
154
- def lock(process_id = nil, limit: nil)
155
- end
156
-
157
154
  # Release one of the allowed processes. You must pass in a process id
158
155
  # returned by the lock method.
159
156
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: restrainer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Durand