deco_lite 1.5.0 → 1.5.1

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: bfe42551208817f6d8defeffff77d48c346e3bb91bb9019602be547ac19164ca
4
- data.tar.gz: 2c8e065b64b0b59a9c47499ece27840522e2055e3c5156e7be68816a6bd4570e
3
+ metadata.gz: 1bf557474ceb77ebd80ee920d8b2a061ace847956c1f997ac3615c1767d39a77
4
+ data.tar.gz: dbdcc0198cfe8d4b2f3328bfaf1f0dc67fccb26e809fc791bb65a4b005bf699b
5
5
  SHA512:
6
- metadata.gz: 6131b7d8f442930809923adccae7bf3c716373b337ef84af699c809f4bdd7236837f9ece6ad66e44fe6ac8d9f9b3f56c7e27c31dae85e2d83dd4a58fca31b77a
7
- data.tar.gz: 1ae15d3493079c9562d3a8280bf5c92cafd1caeef5beb69b1abd48cf3fb02a7fcd37290d3dca98b9cecc94d3a538ffe25abc8e5270a35bbe03327044437a14f2
6
+ metadata.gz: bbdefb37822cc61e74d215ea5dcc9843589e9cb49b5645e85ce656ac36056ea66ca00c9c24b1c99eaa1f557d3a9ee0eeee2e9c3a9756065482e3bfe44bf9e7e3
7
+ data.tar.gz: 28ecd27d76def73b4e57309a120b2714fccc916d3c6fde3a760cd9c3663f31b2d884b3375d5fd5e2e600600789a86f2aa4bc5ae875625f1e4a3ec355a8c75465
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### 1.5.1
2
+ * Changes
3
+ * Update ruby gems.
4
+
1
5
  ### 1.5.0
2
6
  * Changes
3
7
  * Update ruby gems.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- deco_lite (1.5.0)
4
+ deco_lite (1.5.1)
5
5
  activemodel (~> 7.0, >= 7.0.3.1)
6
6
  activesupport (~> 7.0, >= 7.0.3.1)
7
7
  immutable_struct_ex (~> 0.2.0)
@@ -10,9 +10,9 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- activemodel (7.0.4)
14
- activesupport (= 7.0.4)
15
- activesupport (7.0.4)
13
+ activemodel (7.0.4.2)
14
+ activesupport (= 7.0.4.2)
15
+ activesupport (7.0.4.2)
16
16
  concurrent-ruby (~> 1.0, >= 1.0.2)
17
17
  i18n (>= 1.6, < 2)
18
18
  minitest (>= 5.1)
@@ -20,23 +20,23 @@ GEM
20
20
  ast (2.4.2)
21
21
  byebug (11.1.3)
22
22
  coderay (1.1.3)
23
- concurrent-ruby (1.1.10)
23
+ concurrent-ruby (1.2.0)
24
24
  diff-lcs (1.5.0)
25
25
  docile (1.4.0)
26
26
  i18n (1.12.0)
27
27
  concurrent-ruby (~> 1.0)
28
28
  immutable_struct_ex (0.2.3)
29
- json (2.6.2)
29
+ json (2.6.3)
30
30
  kwalify (0.7.2)
31
31
  mad_flatter (2.0.0)
32
32
  activesupport (~> 7.0, >= 7.0.3.1)
33
33
  immutable_struct_ex (~> 0.2.0)
34
34
  method_source (1.0.0)
35
- minitest (5.16.3)
35
+ minitest (5.17.0)
36
36
  parallel (1.22.1)
37
- parser (3.1.2.1)
37
+ parser (3.2.1.0)
38
38
  ast (~> 2.4.1)
39
- pry (0.14.1)
39
+ pry (0.14.2)
40
40
  coderay (~> 1.1)
41
41
  method_source (~> 1.0)
42
42
  pry-byebug (3.10.1)
@@ -44,42 +44,45 @@ GEM
44
44
  pry (>= 0.13, < 0.15)
45
45
  rainbow (3.1.1)
46
46
  rake (13.0.6)
47
- reek (6.1.1)
47
+ reek (6.1.4)
48
48
  kwalify (~> 0.7.0)
49
- parser (~> 3.1.0)
49
+ parser (~> 3.2.0)
50
50
  rainbow (>= 2.0, < 4.0)
51
- regexp_parser (2.6.0)
51
+ regexp_parser (2.7.0)
52
52
  rexml (3.2.5)
53
53
  rspec (3.12.0)
54
54
  rspec-core (~> 3.12.0)
55
55
  rspec-expectations (~> 3.12.0)
56
56
  rspec-mocks (~> 3.12.0)
57
- rspec-core (3.12.0)
57
+ rspec-core (3.12.1)
58
58
  rspec-support (~> 3.12.0)
59
- rspec-expectations (3.12.0)
59
+ rspec-expectations (3.12.2)
60
60
  diff-lcs (>= 1.2.0, < 2.0)
61
61
  rspec-support (~> 3.12.0)
62
- rspec-mocks (3.12.0)
62
+ rspec-mocks (3.12.3)
63
63
  diff-lcs (>= 1.2.0, < 2.0)
64
64
  rspec-support (~> 3.12.0)
65
65
  rspec-support (3.12.0)
66
- rubocop (1.38.0)
66
+ rubocop (1.45.1)
67
67
  json (~> 2.3)
68
68
  parallel (~> 1.10)
69
- parser (>= 3.1.2.1)
69
+ parser (>= 3.2.0.0)
70
70
  rainbow (>= 2.2.2, < 4.0)
71
71
  regexp_parser (>= 1.8, < 3.0)
72
72
  rexml (>= 3.2.5, < 4.0)
73
- rubocop-ast (>= 1.23.0, < 2.0)
73
+ rubocop-ast (>= 1.24.1, < 2.0)
74
74
  ruby-progressbar (~> 1.7)
75
- unicode-display_width (>= 1.4.0, < 3.0)
76
- rubocop-ast (1.23.0)
77
- parser (>= 3.1.1.0)
78
- rubocop-performance (1.15.0)
75
+ unicode-display_width (>= 2.4.0, < 3.0)
76
+ rubocop-ast (1.26.0)
77
+ parser (>= 3.2.1.0)
78
+ rubocop-capybara (2.17.1)
79
+ rubocop (~> 1.41)
80
+ rubocop-performance (1.16.0)
79
81
  rubocop (>= 1.7.0, < 2.0)
80
82
  rubocop-ast (>= 0.4.0)
81
- rubocop-rspec (2.15.0)
83
+ rubocop-rspec (2.18.1)
82
84
  rubocop (~> 1.33)
85
+ rubocop-capybara (~> 2.17)
83
86
  ruby-progressbar (1.11.0)
84
87
  simplecov (0.21.2)
85
88
  docile (~> 1.1)
@@ -87,9 +90,9 @@ GEM
87
90
  simplecov_json_formatter (~> 0.1)
88
91
  simplecov-html (0.12.3)
89
92
  simplecov_json_formatter (0.1.4)
90
- tzinfo (2.0.5)
93
+ tzinfo (2.0.6)
91
94
  concurrent-ruby (~> 1.0)
92
- unicode-display_width (2.3.0)
95
+ unicode-display_width (2.4.2)
93
96
 
94
97
  PLATFORMS
95
98
  x86_64-darwin-19
@@ -2,5 +2,5 @@
2
2
 
3
3
  # Defines the version of this gem.
4
4
  module DecoLite
5
- VERSION = '1.5.0'
5
+ VERSION = '1.5.1'
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deco_lite
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gene M. Angelo, Jr.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-11-04 00:00:00.000000000 Z
11
+ date: 2023-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel