shaped 0.13.0 → 0.14.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: e226dafe068cc45deed7f52a99515a56ecc3fbb805970819fb21988de5eeeec0
4
- data.tar.gz: 0e7853b2e584d84076ce7bcb8ae416a17958a0495b763c001411660da3ef34ea
3
+ metadata.gz: a705ce4da399f80663a11c1a8b008b4d074684caf744e9bd0473e4e839c3557b
4
+ data.tar.gz: c4add216de1412d396638dc5907d3d120913242abaa665949150687e03b3c522
5
5
  SHA512:
6
- metadata.gz: 7f34048b132718f20569cc14e995f07c7509ffbe18c2366cd5573dd11323d554f61c8a00c91669deca86877f27682f60f5b68278b72602d260e0f889e06ac316
7
- data.tar.gz: f6d886d2310a2bd7a752f207cb998496642c3b4d0843059e76db0260014b3e0d36622ec5b53ec32c96c3f0e992905f72794d92b70a8608e65296b8aa9c949ee1
6
+ metadata.gz: dfdab32a10014f0cb76e47c0a89beb025f9f0c5ab4dc027182c92bedd11f0138bdacd92bb714a44c75ec8a056e67aff42872d58e289c60dfcad4f5c889d3568e
7
+ data.tar.gz: 8d82b19b797159a8ca73caa08f243989a6dd18de465aaf296725ba062297bfb9c382b3ec0345fd04fa23da97ccc5d5d4caca90c64e90bc064f9504dc91d354b8
@@ -1,9 +1,12 @@
1
+ ---
1
2
  version: 2
2
3
  updates:
3
- - package-ecosystem: bundler
4
- directory: "/"
5
- schedule:
6
- interval: daily
7
- time: "04:04"
8
- timezone: America/Chicago
9
- open-pull-requests-limit: 20
4
+ - package-ecosystem: bundler
5
+ directory: "/"
6
+ schedule:
7
+ interval: daily
8
+ time: "04:04"
9
+ timezone: America/Chicago
10
+ open-pull-requests-limit: 20
11
+ allow:
12
+ - dependency-type: all
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.3.3
1
+ 3.3.6
@@ -0,0 +1 @@
1
+ expected-num-github-checks: 3
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## v0.14.0 (2024-11-08)
2
+ - Remove upper bounds on versions for all dependencies
3
+
1
4
  ## v0.13.0 (2024-06-28)
2
5
  - Enforce only major and minor parts of required Ruby version (loosening the required Ruby version from 3.3.3 to 3.3.0)
3
6
 
data/Gemfile.lock CHANGED
@@ -1,101 +1,103 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- shaped (0.13.0)
5
- activemodel (>= 6, < 8)
6
- activesupport (>= 6, < 8)
4
+ shaped (0.14.0)
5
+ activemodel (>= 6)
6
+ activesupport (>= 6)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activemodel (7.1.3.4)
12
- activesupport (= 7.1.3.4)
13
- activesupport (7.1.3.4)
11
+ activemodel (7.2.2)
12
+ activesupport (= 7.2.2)
13
+ activesupport (7.2.2)
14
14
  base64
15
+ benchmark (>= 0.3)
15
16
  bigdecimal
16
- concurrent-ruby (~> 1.0, >= 1.0.2)
17
+ concurrent-ruby (~> 1.0, >= 1.3.1)
17
18
  connection_pool (>= 2.2.5)
18
19
  drb
19
20
  i18n (>= 1.6, < 2)
21
+ logger (>= 1.4.2)
20
22
  minitest (>= 5.1)
21
- mutex_m
22
- tzinfo (~> 2.0)
23
+ securerandom (>= 0.3)
24
+ tzinfo (~> 2.0, >= 2.0.5)
23
25
  amazing_print (1.6.0)
24
26
  ast (2.4.2)
25
27
  base64 (0.2.0)
28
+ benchmark (0.4.0)
26
29
  bigdecimal (3.1.8)
27
30
  byebug (11.1.3)
28
31
  coderay (1.1.3)
29
- concurrent-ruby (1.3.3)
32
+ concurrent-ruby (1.3.4)
30
33
  connection_pool (2.4.1)
31
34
  diff-lcs (1.5.1)
32
- docile (1.4.0)
35
+ docile (1.4.1)
33
36
  drb (2.2.1)
34
- i18n (1.14.5)
37
+ i18n (1.14.6)
35
38
  concurrent-ruby (~> 1.0)
36
- json (2.7.2)
39
+ json (2.8.1)
37
40
  language_server-protocol (3.17.0.3)
38
- memo_wise (1.9.0)
41
+ logger (1.6.1)
42
+ memo_wise (1.10.0)
39
43
  method_source (1.1.0)
40
- minitest (5.24.0)
41
- mutex_m (0.2.0)
42
- parallel (1.25.1)
43
- parser (3.3.3.0)
44
+ minitest (5.25.1)
45
+ parallel (1.26.3)
46
+ parser (3.3.6.0)
44
47
  ast (~> 2.4.1)
45
48
  racc
46
- prism (0.30.0)
49
+ prism (1.2.0)
47
50
  pry (0.14.2)
48
51
  coderay (~> 1.1)
49
52
  method_source (~> 1.0)
50
53
  pry-byebug (3.10.1)
51
54
  byebug (~> 11.0)
52
55
  pry (>= 0.13, < 0.15)
53
- racc (1.8.0)
56
+ racc (1.8.1)
54
57
  rainbow (3.1.1)
55
58
  rake (13.2.1)
56
59
  regexp_parser (2.9.2)
57
- rexml (3.3.1)
58
- strscan
60
+ rexml (3.3.9)
59
61
  rspec (3.13.0)
60
62
  rspec-core (~> 3.13.0)
61
63
  rspec-expectations (~> 3.13.0)
62
64
  rspec-mocks (~> 3.13.0)
63
- rspec-core (3.13.0)
65
+ rspec-core (3.13.2)
64
66
  rspec-support (~> 3.13.0)
65
- rspec-expectations (3.13.1)
67
+ rspec-expectations (3.13.3)
66
68
  diff-lcs (>= 1.2.0, < 2.0)
67
69
  rspec-support (~> 3.13.0)
68
- rspec-mocks (3.13.1)
70
+ rspec-mocks (3.13.2)
69
71
  diff-lcs (>= 1.2.0, < 2.0)
70
72
  rspec-support (~> 3.13.0)
71
73
  rspec-support (3.13.1)
72
- rubocop (1.64.1)
74
+ rubocop (1.68.0)
73
75
  json (~> 2.3)
74
76
  language_server-protocol (>= 3.17.0)
75
77
  parallel (~> 1.10)
76
78
  parser (>= 3.3.0.2)
77
79
  rainbow (>= 2.2.2, < 4.0)
78
- regexp_parser (>= 1.8, < 3.0)
79
- rexml (>= 3.2.5, < 4.0)
80
- rubocop-ast (>= 1.31.1, < 2.0)
80
+ regexp_parser (>= 2.4, < 3.0)
81
+ rubocop-ast (>= 1.32.2, < 2.0)
81
82
  ruby-progressbar (~> 1.7)
82
83
  unicode-display_width (>= 2.4.0, < 3.0)
83
- rubocop-ast (1.31.3)
84
+ rubocop-ast (1.34.1)
84
85
  parser (>= 3.3.1.0)
85
- rubocop-performance (1.21.1)
86
+ rubocop-performance (1.22.1)
86
87
  rubocop (>= 1.48.1, < 2.0)
87
88
  rubocop-ast (>= 1.31.1, < 2.0)
88
- rubocop-rspec (3.0.1)
89
+ rubocop-rspec (3.2.0)
89
90
  rubocop (~> 1.61)
90
91
  ruby-progressbar (1.13.0)
91
- runger_release_assistant (0.8.0)
92
+ runger_release_assistant (0.12.0)
92
93
  activesupport (>= 6, < 8)
93
94
  memo_wise (>= 1.7, < 2)
94
95
  rainbow (>= 3.0, < 4)
95
96
  slop (~> 4.8)
96
- runger_style (2.8.0)
97
+ runger_style (2.17.0)
97
98
  prism (>= 0.24.0)
98
99
  rubocop (>= 1.38.0, < 2)
100
+ securerandom (0.3.1)
99
101
  simplecov (0.22.0)
100
102
  docile (~> 1.1)
101
103
  simplecov-html (~> 0.11)
@@ -103,13 +105,12 @@ GEM
103
105
  simplecov-cobertura (2.1.0)
104
106
  rexml
105
107
  simplecov (~> 0.19)
106
- simplecov-html (0.12.3)
108
+ simplecov-html (0.13.1)
107
109
  simplecov_json_formatter (0.1.4)
108
110
  slop (4.10.1)
109
- strscan (3.1.0)
110
111
  tzinfo (2.0.6)
111
112
  concurrent-ruby (~> 1.0)
112
- unicode-display_width (2.5.0)
113
+ unicode-display_width (2.6.0)
113
114
 
114
115
  PLATFORMS
115
116
  ruby
@@ -128,7 +129,7 @@ DEPENDENCIES
128
129
  simplecov-cobertura
129
130
 
130
131
  RUBY VERSION
131
- ruby 3.3.3p89
132
+ ruby 3.3.6p108
132
133
 
133
134
  BUNDLED WITH
134
- 2.5.11
135
+ 2.5.23
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+
3
+ set -euo pipefail # exit on any error, don't allow undefined variables, pipes don't swallow errors
4
+
5
+ lint gitleaks
6
+
7
+ background-and-notify lint rubocop
8
+ background-and-notify lint shellcheck
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Shaped
4
- VERSION = '0.13.0'
4
+ VERSION = '0.14.0'
5
5
  end
data/shaped.gemspec CHANGED
@@ -28,6 +28,6 @@ Gem::Specification.new do |spec|
28
28
  end
29
29
  spec.require_paths = ['lib']
30
30
 
31
- spec.add_runtime_dependency('activemodel', '>= 6', '< 8')
32
- spec.add_runtime_dependency('activesupport', '>= 6', '< 8')
31
+ spec.add_dependency('activemodel', '>= 6')
32
+ spec.add_dependency('activesupport', '>= 6')
33
33
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shaped
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Runger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-28 00:00:00.000000000 Z
11
+ date: 2024-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel
@@ -17,9 +17,6 @@ dependencies:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '6'
20
- - - "<"
21
- - !ruby/object:Gem::Version
22
- version: '8'
23
20
  type: :runtime
24
21
  prerelease: false
25
22
  version_requirements: !ruby/object:Gem::Requirement
@@ -27,9 +24,6 @@ dependencies:
27
24
  - - ">="
28
25
  - !ruby/object:Gem::Version
29
26
  version: '6'
30
- - - "<"
31
- - !ruby/object:Gem::Version
32
- version: '8'
33
27
  - !ruby/object:Gem::Dependency
34
28
  name: activesupport
35
29
  requirement: !ruby/object:Gem::Requirement
@@ -37,9 +31,6 @@ dependencies:
37
31
  - - ">="
38
32
  - !ruby/object:Gem::Version
39
33
  version: '6'
40
- - - "<"
41
- - !ruby/object:Gem::Version
42
- version: '8'
43
34
  type: :runtime
44
35
  prerelease: false
45
36
  version_requirements: !ruby/object:Gem::Requirement
@@ -47,9 +38,6 @@ dependencies:
47
38
  - - ">="
48
39
  - !ruby/object:Gem::Version
49
40
  version: '6'
50
- - - "<"
51
- - !ruby/object:Gem::Version
52
- version: '8'
53
41
  description: Validate the "shape" of Ruby objects.
54
42
  email:
55
43
  - davidjrunger@gmail.com
@@ -64,6 +52,7 @@ files:
64
52
  - ".rspec"
65
53
  - ".rubocop.yml"
66
54
  - ".ruby-version"
55
+ - ".runger-config.yml"
67
56
  - CHANGELOG.md
68
57
  - Gemfile
69
58
  - Gemfile.lock
@@ -72,6 +61,7 @@ files:
72
61
  - Rakefile
73
62
  - bin/_guard-core
74
63
  - bin/console
64
+ - bin/githooks/pre-push
75
65
  - bin/guard
76
66
  - bin/release
77
67
  - bin/rspec
@@ -112,7 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
112
102
  - !ruby/object:Gem::Version
113
103
  version: '0'
114
104
  requirements: []
115
- rubygems_version: 3.5.14
105
+ rubygems_version: 3.5.23
116
106
  signing_key:
117
107
  specification_version: 4
118
108
  summary: Validate the "shape" of Ruby objects.