potlock 0.2.0 → 0.2.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d1b1d03ba7673ee19fa3bc43e646606eb5710c10b19857e5471fa5f15b6c7319
4
- data.tar.gz: f9337bc18212f014131d8de6c6efdb0abbf6b65b8458567c1206500730168ac4
3
+ metadata.gz: b6cd34571971dd7b1a8118d9599c6526a2c1e9bd4caa6c015469e9f2c5a1081e
4
+ data.tar.gz: cfdde81be2ad0e4875f5a1f13254afdab215e468b442c7b85574922c37dc71e2
5
5
  SHA512:
6
- metadata.gz: 72dfb83f159611cce9173e61aec1c4f87f5006c782da69ff8e2e8c39af9b33042bc2fdeeb24709b7096e2726dcacb77b840c567846e7396ebe75732a31a0c090
7
- data.tar.gz: 1dc88859c43abf29cf3a252fbbd187d3f73a4009a311a4bcfa1de491a980c8234b006fe037027e703b816a033717ca4a56ff5b14ee3c6cab8207e4200d3ed0f2
6
+ metadata.gz: e999cc5d8a4de41d6b2d63616055b6c730d7411c7d446e5c482477f683206cf60f363e33a27603476454ac2bdc3f482379801b606fd7569854d83187b1209189
7
+ data.tar.gz: a9c170a9f3a4c3ddf78ad0465021927112af5cdec47b6fc2f8b66cb70d559ff1321fbaf53e988171792207d1281a5e5fb117456e282cf8de1e68850d74c84d35
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [0.2.1] - 2021-11-17
2
+
3
+ - 327bffe Bump version to 0.2.1
4
+ - 992aa0d Update potlock.gemspec
5
+ - 0f3dc42 Update Gemfile.lock
6
+
1
7
  ## [0.2.0] - 2021-11-16
2
8
 
3
9
  - 1faf6da Bump version to 0.2.0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- potlock (0.2.0)
4
+ potlock (0.2.1)
5
5
  redlock (~> 1.2)
6
6
 
7
7
  GEM
@@ -16,8 +16,8 @@ GEM
16
16
  ast (~> 2.4.1)
17
17
  rainbow (3.0.0)
18
18
  rake (13.0.6)
19
- redis (4.4.0)
20
- redlock (1.2.1)
19
+ redis (4.5.1)
20
+ redlock (1.2.2)
21
21
  redis (>= 3.0.0, < 5.0)
22
22
  regexp_parser (2.1.1)
23
23
  rexml (3.2.5)
@@ -33,24 +33,23 @@ GEM
33
33
  rspec-mocks (3.10.2)
34
34
  diff-lcs (>= 1.2.0, < 2.0)
35
35
  rspec-support (~> 3.10.0)
36
- rspec-support (3.10.2)
37
- rubocop (1.21.0)
36
+ rspec-support (3.10.3)
37
+ rubocop (1.23.0)
38
38
  parallel (~> 1.10)
39
39
  parser (>= 3.0.0.0)
40
40
  rainbow (>= 2.2.2, < 4.0)
41
41
  regexp_parser (>= 1.8, < 3.0)
42
42
  rexml
43
- rubocop-ast (>= 1.9.1, < 2.0)
43
+ rubocop-ast (>= 1.12.0, < 2.0)
44
44
  ruby-progressbar (~> 1.7)
45
45
  unicode-display_width (>= 1.4.0, < 3.0)
46
- rubocop-ast (1.11.0)
46
+ rubocop-ast (1.13.0)
47
47
  parser (>= 3.0.1.1)
48
- rubocop-rspec (2.4.0)
49
- rubocop (~> 1.0)
50
- rubocop-ast (>= 1.1.0)
48
+ rubocop-rspec (2.6.0)
49
+ rubocop (~> 1.19)
51
50
  ruby-progressbar (1.11.0)
52
51
  ruby2_keywords (0.0.5)
53
- unicode-display_width (2.0.0)
52
+ unicode-display_width (2.1.0)
54
53
 
55
54
  PLATFORMS
56
55
  ruby
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Potlock
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: potlock
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thibault Couraud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-16 00:00:00.000000000 Z
11
+ date: 2021-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: redlock
@@ -124,8 +124,9 @@ licenses:
124
124
  - MIT
125
125
  metadata:
126
126
  allowed_push_host: https://rubygems.org
127
- changelog_uri: https://github.com/potloc/potlock/CHANGELOG.md
127
+ changelog_uri: https://github.com/potloc/potlock/blob/main/CHANGELOG.md
128
128
  homepage_uri: https://github.com/potloc/potlock
129
+ rubygems_mfa_required: 'true'
129
130
  source_code_uri: https://github.com/potloc/potlock
130
131
  post_install_message:
131
132
  rdoc_options: []