inss_calculator 1.0.0 → 1.0.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: 05314ad7c8b36e877fb85997760e7822cdc49e6528604a5d3493df93587211c2
4
- data.tar.gz: f0b4d0b3d9ad103be5985c5b4b0c7e5f652ca857e6683f0492e1ec2bfcd063bf
3
+ metadata.gz: 7c26259d0d272ad367057ec25c168c35d6edf8c41be8ca592277ed1332d15bbb
4
+ data.tar.gz: 1fb285bc202d1fff36ff2d9660bb2a778fd1f5ff6a9f24301c6a6e8f4c5c34be
5
5
  SHA512:
6
- metadata.gz: c371f44361ea79d79a4bb761ce424017351712ce4034d22e0958948ab57845b5a6e2f1919eafa6cdaea5a7897120a28f4c91465fcd4d3b2bbc2a69a52860cd95
7
- data.tar.gz: 1e021cefb29bc266c33cd0a884cd890144ee834cb6118d0f1a32911abf2cd136c226d1632b99cf6a54c127c74c0b23144faad715f6c0eb3d10a96d327c56ba8a
6
+ metadata.gz: d6102f683e8ea54d82e4798138c65857bb16d607a8bf09c6b8d3e47f46ed1ca89acdb484baa02aceec0e2bb4679c24793b41664fd2df9cc7c5707e9d05d19d0b
7
+ data.tar.gz: f7c1b79e52d493dde3770ba0e4d78725d912dc98efb16d27856d8a97af2ec716ea3cbed56e1d804e9f870e3fd64844920001c9496459d0eecd61483d21d1cfa0
data/Gemfile.lock CHANGED
@@ -1,54 +1,52 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- inss_calculator (0.4.2)
4
+ inss_calculator (1.0.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
9
  ast (2.4.2)
10
10
  diff-lcs (1.5.1)
11
- json (2.7.2)
12
- language_server-protocol (3.17.0.3)
11
+ json (2.9.1)
12
+ language_server-protocol (3.17.0.4)
13
13
  parallel (1.26.3)
14
- parser (3.3.4.2)
14
+ parser (3.3.7.0)
15
15
  ast (~> 2.4.1)
16
16
  racc
17
17
  racc (1.8.1)
18
18
  rainbow (3.1.1)
19
19
  rake (13.2.1)
20
- regexp_parser (2.9.2)
21
- rexml (3.3.4)
22
- strscan
20
+ regexp_parser (2.10.0)
23
21
  rspec (3.13.0)
24
22
  rspec-core (~> 3.13.0)
25
23
  rspec-expectations (~> 3.13.0)
26
24
  rspec-mocks (~> 3.13.0)
27
- rspec-core (3.13.0)
25
+ rspec-core (3.13.2)
28
26
  rspec-support (~> 3.13.0)
29
- rspec-expectations (3.13.1)
27
+ rspec-expectations (3.13.3)
30
28
  diff-lcs (>= 1.2.0, < 2.0)
31
29
  rspec-support (~> 3.13.0)
32
- rspec-mocks (3.13.1)
30
+ rspec-mocks (3.13.2)
33
31
  diff-lcs (>= 1.2.0, < 2.0)
34
32
  rspec-support (~> 3.13.0)
35
- rspec-support (3.13.1)
36
- rubocop (1.65.1)
33
+ rspec-support (3.13.2)
34
+ rubocop (1.71.1)
37
35
  json (~> 2.3)
38
36
  language_server-protocol (>= 3.17.0)
39
37
  parallel (~> 1.10)
40
38
  parser (>= 3.3.0.2)
41
39
  rainbow (>= 2.2.2, < 4.0)
42
- regexp_parser (>= 2.4, < 3.0)
43
- rexml (>= 3.2.5, < 4.0)
44
- rubocop-ast (>= 1.31.1, < 2.0)
40
+ regexp_parser (>= 2.9.3, < 3.0)
41
+ rubocop-ast (>= 1.38.0, < 2.0)
45
42
  ruby-progressbar (~> 1.7)
46
- unicode-display_width (>= 2.4.0, < 3.0)
47
- rubocop-ast (1.32.0)
43
+ unicode-display_width (>= 2.4.0, < 4.0)
44
+ rubocop-ast (1.38.0)
48
45
  parser (>= 3.3.1.0)
49
46
  ruby-progressbar (1.13.0)
50
- strscan (3.1.0)
51
- unicode-display_width (2.5.0)
47
+ unicode-display_width (3.1.4)
48
+ unicode-emoji (~> 4.0, >= 4.0.4)
49
+ unicode-emoji (4.0.4)
52
50
 
53
51
  PLATFORMS
54
52
  ruby
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module InssCalculator
4
- VERSION = '1.0.0'
4
+ VERSION = '1.0.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inss_calculator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paulo Felipe Souza