deco_lite 1.4.0 → 1.5.0

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: 63fefad457246dd3e27db2e0451dca5cfa22af5977aff9b22c110ad02ddc0ff7
4
- data.tar.gz: 631d132b3fe591498016f8468288215fc430d24ba7f84568c2f7412e602237f7
3
+ metadata.gz: bfe42551208817f6d8defeffff77d48c346e3bb91bb9019602be547ac19164ca
4
+ data.tar.gz: 2c8e065b64b0b59a9c47499ece27840522e2055e3c5156e7be68816a6bd4570e
5
5
  SHA512:
6
- metadata.gz: 3f70967d27a654fad95c5c3137b717ecf3bd8cdd3f077ea2c65b90a65baafd46cf2d6ed3cdba0ffdbe2bede18efdb7569db72fad8c146c518f489cef0d8aad18
7
- data.tar.gz: d77aeb0ae8a03cec4efebe84b257a6f9d11ec2fa81e5d8cbe03218f5c801acdb944d331650edd70782d68b5602b77ace417b036e4f6fd5d11494146de2409e87
6
+ metadata.gz: 6131b7d8f442930809923adccae7bf3c716373b337ef84af699c809f4bdd7236837f9ece6ad66e44fe6ac8d9f9b3f56c7e27c31dae85e2d83dd4a58fca31b77a
7
+ data.tar.gz: 1ae15d3493079c9562d3a8280bf5c92cafd1caeef5beb69b1abd48cf3fb02a7fcd37290d3dca98b9cecc94d3a538ffe25abc8e5270a35bbe03327044437a14f2
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### 1.5.0
2
+ * Changes
3
+ * Update ruby gems.
4
+
1
5
  ### 1.4.0
2
6
  * Changes
3
7
  * Required ruby version is now '~> 3.0'
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- deco_lite (1.4.0)
4
+ deco_lite (1.5.0)
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)
@@ -50,35 +50,35 @@ GEM
50
50
  rainbow (>= 2.0, < 4.0)
51
51
  regexp_parser (2.6.0)
52
52
  rexml (3.2.5)
53
- rspec (3.11.0)
54
- rspec-core (~> 3.11.0)
55
- rspec-expectations (~> 3.11.0)
56
- rspec-mocks (~> 3.11.0)
57
- rspec-core (3.11.0)
58
- rspec-support (~> 3.11.0)
59
- rspec-expectations (3.11.1)
53
+ rspec (3.12.0)
54
+ rspec-core (~> 3.12.0)
55
+ rspec-expectations (~> 3.12.0)
56
+ rspec-mocks (~> 3.12.0)
57
+ rspec-core (3.12.0)
58
+ rspec-support (~> 3.12.0)
59
+ rspec-expectations (3.12.0)
60
60
  diff-lcs (>= 1.2.0, < 2.0)
61
- rspec-support (~> 3.11.0)
62
- rspec-mocks (3.11.1)
61
+ rspec-support (~> 3.12.0)
62
+ rspec-mocks (3.12.0)
63
63
  diff-lcs (>= 1.2.0, < 2.0)
64
- rspec-support (~> 3.11.0)
65
- rspec-support (3.11.1)
66
- rubocop (1.37.0)
64
+ rspec-support (~> 3.12.0)
65
+ rspec-support (3.12.0)
66
+ rubocop (1.38.0)
67
67
  json (~> 2.3)
68
68
  parallel (~> 1.10)
69
69
  parser (>= 3.1.2.1)
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.22.0, < 2.0)
73
+ rubocop-ast (>= 1.23.0, < 2.0)
74
74
  ruby-progressbar (~> 1.7)
75
75
  unicode-display_width (>= 1.4.0, < 3.0)
76
- rubocop-ast (1.22.0)
76
+ rubocop-ast (1.23.0)
77
77
  parser (>= 3.1.1.0)
78
78
  rubocop-performance (1.15.0)
79
79
  rubocop (>= 1.7.0, < 2.0)
80
80
  rubocop-ast (>= 0.4.0)
81
- rubocop-rspec (2.13.2)
81
+ rubocop-rspec (2.15.0)
82
82
  rubocop (~> 1.33)
83
83
  ruby-progressbar (1.11.0)
84
84
  simplecov (0.21.2)
@@ -2,5 +2,5 @@
2
2
 
3
3
  # Defines the version of this gem.
4
4
  module DecoLite
5
- VERSION = '1.4.0'
5
+ VERSION = '1.5.0'
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.4.0
4
+ version: 1.5.0
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-10-21 00:00:00.000000000 Z
11
+ date: 2022-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel