max_amount 1.3.8 → 1.3.9

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: 4da563c638b6e9c4fbe39cf60fead32d2077420aa70a0b9568bbbf5bf5b9ac39
4
- data.tar.gz: 51d6711a540607f0d52529574a81750c03abcbb2c4f33f11ac18b96d9dc03cd1
3
+ metadata.gz: 4788de065e367879797a9b742e6fc12f014cad2b969759fa8f1f549cc5f16305
4
+ data.tar.gz: d384a1956e435ce177f97d1a9744738f8427a9e009e0f3520691ac8d4ab19eb6
5
5
  SHA512:
6
- metadata.gz: 88aca81550699c9cc1b6b6928c660a864215466c6985a84fb1e1075b24dffb48cc79cf8f9dc1deca9b4d7dc78aa77392ce5c879b5bac1c148d95917a6ddf23ac
7
- data.tar.gz: d61956a0e98fbbb095643ec6571b60c9d94163ec346c744f163506352f5f33cf7e0811c7c839f74243672c248768d5c288d6a99c5920db10141f6dd0dd1a5267
6
+ metadata.gz: cf92a82e17d88892a35432091c4c0c957a8e4251a610c54db8882e542e54f562226cc0d378632a6f7b13119bfaacd26c03bf66e9c6e7a9d035cfe168257d853b
7
+ data.tar.gz: 8838f2c82e61c3edc9e70f6884e734776e19281ae58e0847c6163d3e2455c548c0f5461a18374331cd36f6253391a2263de680585650c319850c018e893acb63
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- max_amount (1.3.8)
4
+ max_amount (1.3.9)
5
5
  optparse
6
6
  securerandom
7
7
 
@@ -14,15 +14,15 @@ GEM
14
14
  simplecov (>= 0.15, < 0.22)
15
15
  diff-lcs (1.5.0)
16
16
  docile (1.4.0)
17
- fileutils (1.6.0)
18
- json (2.6.2)
19
- optparse (0.2.0)
17
+ fileutils (1.7.0)
18
+ json (2.6.3)
19
+ optparse (0.3.0)
20
20
  parallel (1.22.1)
21
- parser (3.1.2.1)
21
+ parser (3.1.3.0)
22
22
  ast (~> 2.4.1)
23
23
  rainbow (3.1.1)
24
24
  rake (13.0.6)
25
- regexp_parser (2.6.0)
25
+ regexp_parser (2.6.1)
26
26
  rexml (3.2.5)
27
27
  rspec (3.12.0)
28
28
  rspec-core (~> 3.12.0)
@@ -33,11 +33,11 @@ GEM
33
33
  rspec-expectations (3.12.0)
34
34
  diff-lcs (>= 1.2.0, < 2.0)
35
35
  rspec-support (~> 3.12.0)
36
- rspec-mocks (3.12.0)
36
+ rspec-mocks (3.12.1)
37
37
  diff-lcs (>= 1.2.0, < 2.0)
38
38
  rspec-support (~> 3.12.0)
39
39
  rspec-support (3.12.0)
40
- rubocop (1.38.0)
40
+ rubocop (1.40.0)
41
41
  json (~> 2.3)
42
42
  parallel (~> 1.10)
43
43
  parser (>= 3.1.2.1)
@@ -47,15 +47,15 @@ GEM
47
47
  rubocop-ast (>= 1.23.0, < 2.0)
48
48
  ruby-progressbar (~> 1.7)
49
49
  unicode-display_width (>= 1.4.0, < 3.0)
50
- rubocop-ast (1.23.0)
50
+ rubocop-ast (1.24.0)
51
51
  parser (>= 3.1.1.0)
52
- rubocop-performance (1.15.0)
52
+ rubocop-performance (1.15.1)
53
53
  rubocop (>= 1.7.0, < 2.0)
54
54
  rubocop-ast (>= 0.4.0)
55
55
  rubocop-rspec (2.15.0)
56
56
  rubocop (~> 1.33)
57
57
  ruby-progressbar (1.11.0)
58
- securerandom (0.2.0)
58
+ securerandom (0.2.1)
59
59
  simplecov (0.21.2)
60
60
  docile (~> 1.1)
61
61
  simplecov-html (~> 0.11)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MaxAmount
4
- VERSION = '1.3.8'
4
+ VERSION = '1.3.9'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: max_amount
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.8
4
+ version: 1.3.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gleb V. Zhegulin
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-11-23 00:00:00.000000000 Z
11
+ date: 2022-12-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: optparse