confi 0.1.3 → 0.1.4

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: '09b66c3bff16cecbd0d5acde7bea3c4bd5ddefaf29be8570adc424373b044430'
4
- data.tar.gz: 506f0259c68e54cb96df9bcd67c4fef04672943b5079ac8880de9e58ef193142
3
+ metadata.gz: 1af9dfcf82d374a155a957056b15a082181c2eb256e5b68e9075ab6b753de23f
4
+ data.tar.gz: f474f87badcf4228ca729fee5d381c34dbcdb09f02cea0dee0b931999773055e
5
5
  SHA512:
6
- metadata.gz: 90d2813190a835ab58b5fa1fad9fec2befcf3510685aad39c967ae67c2416c576e660610f2124e3f10300e39c4b15ad8fe0c8340240aecf782a98c1e66d5ecc2
7
- data.tar.gz: f904e536c19c9b3f08f33fe489029db6d880b3a324e1547c349c488ca3779446f20ec75843d4421e01de669b97470937d1f34bf872e54d107e48c4e5e59bd940
6
+ metadata.gz: e879a584446576049f95a2584463bf47b45fe4d65df4f672f07b14c4cb637bead34b857577a62b16f03b5567a5674acd17da306419b43750edbf44d392cbbb3a
7
+ data.tar.gz: d61194676cfbd2705364ce6839aa6088173b612043d22d503aecad8a230cf77038fe0240b220f2ba68ce5d72060abff4d34f6c4607ff20842938e6f35acd1c54
@@ -7,7 +7,7 @@ jobs:
7
7
  strategy:
8
8
  fail-fast: false
9
9
  matrix:
10
- ruby_version: [head, "3.4", "3.1"]
10
+ ruby_version: [head, "3.4", "3.2"]
11
11
  gemfile:
12
12
  - Gemfile
13
13
  runs-on: ubuntu-latest
data/.ruby-gemset CHANGED
@@ -1 +1 @@
1
- rails-8.0
1
+ rails-8.1
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-3.4.4
1
+ ruby-4.0.0
data/Gemfile.lock CHANGED
@@ -7,25 +7,26 @@ GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
9
  ast (2.4.3)
10
- benchmark (0.4.1)
10
+ benchmark (0.5.0)
11
11
  benchmark-ips (2.14.0)
12
12
  byebug (12.0.0)
13
13
  docile (1.4.1)
14
- json (2.12.2)
14
+ json (2.18.0)
15
15
  language_server-protocol (3.17.0.5)
16
16
  lint_roller (1.1.0)
17
- minitest (5.25.5)
17
+ minitest (6.0.1)
18
+ prism (~> 1.5)
18
19
  parallel (1.27.0)
19
- parser (3.3.8.0)
20
+ parser (3.3.10.0)
20
21
  ast (~> 2.4.1)
21
22
  racc
22
- prism (1.4.0)
23
+ prism (1.7.0)
23
24
  racc (1.8.1)
24
25
  rainbow (3.1.1)
25
- rake (13.3.0)
26
- regexp_parser (2.10.0)
26
+ rake (13.3.1)
27
+ regexp_parser (2.11.3)
27
28
  ricecream (0.2.1)
28
- rubocop (1.75.8)
29
+ rubocop (1.81.7)
29
30
  json (~> 2.3)
30
31
  language_server-protocol (~> 3.17.0.2)
31
32
  lint_roller (~> 1.1.0)
@@ -33,38 +34,38 @@ GEM
33
34
  parser (>= 3.3.0.2)
34
35
  rainbow (>= 2.2.2, < 4.0)
35
36
  regexp_parser (>= 2.9.3, < 3.0)
36
- rubocop-ast (>= 1.44.0, < 2.0)
37
+ rubocop-ast (>= 1.47.1, < 2.0)
37
38
  ruby-progressbar (~> 1.7)
38
39
  unicode-display_width (>= 2.4.0, < 4.0)
39
- rubocop-ast (1.45.1)
40
+ rubocop-ast (1.48.0)
40
41
  parser (>= 3.3.7.2)
41
42
  prism (~> 1.4)
42
- rubocop-performance (1.25.0)
43
+ rubocop-performance (1.26.1)
43
44
  lint_roller (~> 1.1)
44
45
  rubocop (>= 1.75.0, < 2.0)
45
- rubocop-ast (>= 1.38.0, < 2.0)
46
+ rubocop-ast (>= 1.47.1, < 2.0)
46
47
  ruby-progressbar (1.13.0)
47
48
  simplecov (0.22.0)
48
49
  docile (~> 1.1)
49
50
  simplecov-html (~> 0.11)
50
51
  simplecov_json_formatter (~> 0.1)
51
- simplecov-html (0.13.1)
52
+ simplecov-html (0.13.2)
52
53
  simplecov_json_formatter (0.1.4)
53
- standard (1.50.0)
54
+ standard (1.52.0)
54
55
  language_server-protocol (~> 3.17.0.2)
55
56
  lint_roller (~> 1.0)
56
- rubocop (~> 1.75.5)
57
+ rubocop (~> 1.81.7)
57
58
  standard-custom (~> 1.0.0)
58
59
  standard-performance (~> 1.8)
59
60
  standard-custom (1.0.2)
60
61
  lint_roller (~> 1.0)
61
62
  rubocop (~> 1.50)
62
- standard-performance (1.8.0)
63
+ standard-performance (1.9.0)
63
64
  lint_roller (~> 1.1)
64
- rubocop-performance (~> 1.25.0)
65
- unicode-display_width (3.1.4)
66
- unicode-emoji (~> 4.0, >= 4.0.4)
67
- unicode-emoji (4.0.4)
65
+ rubocop-performance (~> 1.26.0)
66
+ unicode-display_width (3.2.0)
67
+ unicode-emoji (~> 4.1)
68
+ unicode-emoji (4.2.0)
68
69
 
69
70
  PLATFORMS
70
71
  ruby
@@ -81,5 +82,37 @@ DEPENDENCIES
81
82
  simplecov
82
83
  standard
83
84
 
85
+ CHECKSUMS
86
+ ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
87
+ benchmark (0.5.0) sha256=465df122341aedcb81a2a24b4d3bd19b6c67c1530713fd533f3ff034e419236c
88
+ benchmark-ips (2.14.0) sha256=b72bc8a65d525d5906f8cd94270dccf73452ee3257a32b89fbd6684d3e8a9b1d
89
+ byebug (12.0.0) sha256=d4a150d291cca40b66ec9ca31f754e93fed8aa266a17335f71bb0afa7fca1a1e
90
+ confi (0.1.3)
91
+ docile (1.4.1) sha256=96159be799bfa73cdb721b840e9802126e4e03dfc26863db73647204c727f21e
92
+ json (2.18.0) sha256=b10506aee4183f5cf49e0efc48073d7b75843ce3782c68dbeb763351c08fd505
93
+ language_server-protocol (3.17.0.5) sha256=fd1e39a51a28bf3eec959379985a72e296e9f9acfce46f6a79d31ca8760803cc
94
+ lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
95
+ minitest (6.0.1) sha256=7854c74f48e2e975969062833adc4013f249a4b212f5e7b9d5c040bf838d54bb
96
+ parallel (1.27.0) sha256=4ac151e1806b755fb4e2dc2332cbf0e54f2e24ba821ff2d3dcf86bf6dc4ae130
97
+ parser (3.3.10.0) sha256=ce3587fa5cc55a88c4ba5b2b37621b3329aadf5728f9eafa36bbd121462aabd6
98
+ prism (1.7.0) sha256=10062f734bf7985c8424c44fac382ac04a58124ea3d220ec3ba9fe4f2da65103
99
+ racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
100
+ rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a
101
+ rake (13.3.1) sha256=8c9e89d09f66a26a01264e7e3480ec0607f0c497a861ef16063604b1b08eb19c
102
+ regexp_parser (2.11.3) sha256=ca13f381a173b7a93450e53459075c9b76a10433caadcb2f1180f2c741fc55a4
103
+ ricecream (0.2.1) sha256=d32d7781d554d1e1ec44325cabeb22f604a74c563c08d2cfe82f4e2e2bb3ac93
104
+ rubocop (1.81.7) sha256=6fb5cc298c731691e2a414fe0041a13eb1beed7bab23aec131da1bcc527af094
105
+ rubocop-ast (1.48.0) sha256=22df9bbf3f7a6eccde0fad54e68547ae1e2a704bf8719e7c83813a99c05d2e76
106
+ rubocop-performance (1.26.1) sha256=cd19b936ff196df85829d264b522fd4f98b6c89ad271fa52744a8c11b8f71834
107
+ ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
108
+ simplecov (0.22.0) sha256=fe2622c7834ff23b98066bb0a854284b2729a569ac659f82621fc22ef36213a5
109
+ simplecov-html (0.13.2) sha256=bd0b8e54e7c2d7685927e8d6286466359b6f16b18cb0df47b508e8d73c777246
110
+ simplecov_json_formatter (0.1.4) sha256=529418fbe8de1713ac2b2d612aa3daa56d316975d307244399fa4838c601b428
111
+ standard (1.52.0) sha256=ec050e63228e31fabe40da3ef96da7edda476f7acdf3e7c2ad47b6e153f6a076
112
+ standard-custom (1.0.2) sha256=424adc84179a074f1a2a309bb9cf7cd6bfdb2b6541f20c6bf9436c0ba22a652b
113
+ standard-performance (1.9.0) sha256=49483d31be448292951d80e5e67cdcb576c2502103c7b40aec6f1b6e9c88e3f2
114
+ unicode-display_width (3.2.0) sha256=0cdd96b5681a5949cdbc2c55e7b420facae74c4aaf9a9815eee1087cb1853c42
115
+ unicode-emoji (4.2.0) sha256=519e69150f75652e40bf736106cfbc8f0f73aa3fb6a65afe62fefa7f80b0f80f
116
+
84
117
  BUNDLED WITH
85
- 2.6.7
118
+ 4.0.3
data/confi.gemspec CHANGED
@@ -1,6 +1,7 @@
1
1
  # $LOAD_PATH.push File.expand_path("lib", __dir__)
2
2
 
3
- VERSION = "0.1.3" # 2015-06-22
3
+ VERSION = "0.1.4" # 2015-12-27
4
+ # VERSION = "0.1.3" # 2015-06-22
4
5
  # VERSION = "0.1.2"
5
6
 
6
7
  Gem::Specification.new do |s|
@@ -17,7 +18,7 @@ Gem::Specification.new do |s|
17
18
 
18
19
  s.files = `git ls-files`.split("\n")
19
20
  s.require_paths = ["lib"]
20
- s.required_ruby_version = "~> 3"
21
+ s.required_ruby_version = ">= 3"
21
22
 
22
23
  s.add_development_dependency "simplecov", ">= 0"
23
24
  s.add_development_dependency "standard", ">= 0"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: confi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dittmar Krall
@@ -71,7 +71,7 @@ require_paths:
71
71
  - lib
72
72
  required_ruby_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
- - - "~>"
74
+ - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '3'
77
77
  required_rubygems_version: !ruby/object:Gem::Requirement
@@ -80,7 +80,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
80
  - !ruby/object:Gem::Version
81
81
  version: '0'
82
82
  requirements: []
83
- rubygems_version: 3.6.7
83
+ rubygems_version: 4.0.3
84
84
  specification_version: 4
85
85
  summary: Auto attr_accessor for a kind of configuration
86
86
  test_files: []