shaped 0.8.2 → 0.9.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/dependabot.yml +16 -0
- data/.ruby-version +1 -1
- data/CHANGELOG.md +3 -0
- data/Gemfile.lock +57 -60
- data/bin/_guard-core +1 -4
- data/bin/guard +1 -4
- data/bin/release +1 -2
- data/bin/rspec +1 -5
- data/lib/shaped/version.rb +1 -1
- data/shaped.gemspec +3 -2
- metadata +25 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1a4a0b7d86c8417b8e9308fa91798a2a92ab697160e2fcfc457d8e29b6e905df
|
4
|
+
data.tar.gz: fa5ac8fdb7155d47076ddd60dbc0b81eb0c4626d2e2ee2f5b09a16f7a35cd629
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2150e55d70f8732d833f4fa709159c7eb62ca8d06b10e4f8f1fb8c1461ee809c8c3f9aff95e04fc99ff1650d58b72531dc9e27d206f19a4e9d929c03e04e20b6
|
7
|
+
data.tar.gz: 13cbe12cc05f9fabff0738416b8bdf1981f8449e2c8bdf33be86814c070a09d07302daf830cf21d7e7ecdae0e529eb7fb2aaf0db4318cd22f870801805b9782d
|
@@ -0,0 +1,16 @@
|
|
1
|
+
version: 2
|
2
|
+
updates:
|
3
|
+
- package-ecosystem: bundler
|
4
|
+
directory: "/"
|
5
|
+
schedule:
|
6
|
+
interval: weekly
|
7
|
+
time: "03:52"
|
8
|
+
timezone: America/Chicago
|
9
|
+
open-pull-requests-limit: 20
|
10
|
+
ignore:
|
11
|
+
- dependency-name: activesupport
|
12
|
+
versions:
|
13
|
+
- 6.1.3
|
14
|
+
- dependency-name: activemodel
|
15
|
+
versions:
|
16
|
+
- 6.1.2.1
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
3.0.2
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -9,75 +9,74 @@ GIT
|
|
9
9
|
|
10
10
|
GIT
|
11
11
|
remote: https://github.com/davidrunger/release_assistant.git
|
12
|
-
revision:
|
12
|
+
revision: 862f2590257e1533f27772920bbe6205726fe534
|
13
13
|
specs:
|
14
|
-
release_assistant (0.3.
|
15
|
-
activesupport (
|
14
|
+
release_assistant (0.3.3.alpha)
|
15
|
+
activesupport (>= 6, < 8)
|
16
16
|
colorize (~> 0.8)
|
17
17
|
memoist (~> 0.16)
|
18
18
|
slop (~> 4.8)
|
19
19
|
|
20
20
|
GIT
|
21
21
|
remote: https://github.com/davidrunger/runger_style.git
|
22
|
-
revision:
|
22
|
+
revision: a88256aa4bd96db0ab8248ffa6a456fd1e28f664
|
23
23
|
specs:
|
24
|
-
runger_style (0.2.
|
24
|
+
runger_style (0.2.22.alpha)
|
25
25
|
|
26
26
|
PATH
|
27
27
|
remote: .
|
28
28
|
specs:
|
29
|
-
shaped (0.
|
30
|
-
activemodel (
|
31
|
-
activesupport (
|
29
|
+
shaped (0.9.0)
|
30
|
+
activemodel (>= 6, < 8)
|
31
|
+
activesupport (>= 6, < 8)
|
32
32
|
|
33
33
|
GEM
|
34
34
|
remote: https://rubygems.org/
|
35
35
|
specs:
|
36
|
-
activemodel (
|
37
|
-
activesupport (=
|
38
|
-
activesupport (
|
36
|
+
activemodel (7.0.3)
|
37
|
+
activesupport (= 7.0.3)
|
38
|
+
activesupport (7.0.3)
|
39
39
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
40
40
|
i18n (>= 1.6, < 2)
|
41
41
|
minitest (>= 5.1)
|
42
42
|
tzinfo (~> 2.0)
|
43
|
-
|
44
|
-
amazing_print (1.2.2)
|
43
|
+
amazing_print (1.4.0)
|
45
44
|
ast (2.4.2)
|
46
45
|
byebug (11.1.3)
|
47
|
-
codecov (0.
|
46
|
+
codecov (0.6.0)
|
48
47
|
simplecov (>= 0.15, < 0.22)
|
49
48
|
coderay (1.1.3)
|
50
49
|
colorize (0.8.1)
|
51
|
-
concurrent-ruby (1.1.
|
52
|
-
diff-lcs (1.
|
53
|
-
docile (1.
|
54
|
-
ffi (1.
|
55
|
-
formatador (0.
|
56
|
-
guard (2.
|
50
|
+
concurrent-ruby (1.1.10)
|
51
|
+
diff-lcs (1.5.0)
|
52
|
+
docile (1.4.0)
|
53
|
+
ffi (1.15.4)
|
54
|
+
formatador (0.3.0)
|
55
|
+
guard (2.18.0)
|
57
56
|
formatador (>= 0.2.4)
|
58
57
|
listen (>= 2.7, < 4.0)
|
59
58
|
lumberjack (>= 1.0.12, < 2.0)
|
60
59
|
nenv (~> 0.1)
|
61
60
|
notiffany (~> 0.0)
|
62
|
-
pry (>= 0.
|
61
|
+
pry (>= 0.13.0)
|
63
62
|
shellany (~> 0.0)
|
64
63
|
thor (>= 0.18.1)
|
65
64
|
guard-compat (1.2.1)
|
66
|
-
i18n (1.
|
65
|
+
i18n (1.10.0)
|
67
66
|
concurrent-ruby (~> 1.0)
|
68
|
-
listen (3.
|
67
|
+
listen (3.7.0)
|
69
68
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
70
69
|
rb-inotify (~> 0.9, >= 0.9.10)
|
71
|
-
lumberjack (1.2.
|
70
|
+
lumberjack (1.2.8)
|
72
71
|
memoist (0.16.2)
|
73
72
|
method_source (1.0.0)
|
74
|
-
minitest (5.
|
73
|
+
minitest (5.15.0)
|
75
74
|
nenv (0.3.0)
|
76
75
|
notiffany (0.1.3)
|
77
76
|
nenv (~> 0.1)
|
78
77
|
shellany (~> 0.0)
|
79
|
-
parallel (1.
|
80
|
-
parser (3.
|
78
|
+
parallel (1.22.1)
|
79
|
+
parser (3.1.2.0)
|
81
80
|
ast (~> 2.4.1)
|
82
81
|
pry (0.13.1)
|
83
82
|
coderay (~> 1.1)
|
@@ -85,43 +84,42 @@ GEM
|
|
85
84
|
pry-byebug (3.9.0)
|
86
85
|
byebug (~> 11.0)
|
87
86
|
pry (~> 0.13.0)
|
88
|
-
rainbow (3.
|
89
|
-
rake (13.0.
|
90
|
-
rb-fsevent (0.
|
87
|
+
rainbow (3.1.1)
|
88
|
+
rake (13.0.6)
|
89
|
+
rb-fsevent (0.11.0)
|
91
90
|
rb-inotify (0.10.1)
|
92
91
|
ffi (~> 1.0)
|
93
|
-
regexp_parser (2.0
|
94
|
-
rexml (3.2.
|
95
|
-
rspec (3.
|
96
|
-
rspec-core (~> 3.
|
97
|
-
rspec-expectations (~> 3.
|
98
|
-
rspec-mocks (~> 3.
|
99
|
-
rspec-core (3.
|
100
|
-
rspec-support (~> 3.
|
101
|
-
rspec-expectations (3.
|
92
|
+
regexp_parser (2.5.0)
|
93
|
+
rexml (3.2.5)
|
94
|
+
rspec (3.11.0)
|
95
|
+
rspec-core (~> 3.11.0)
|
96
|
+
rspec-expectations (~> 3.11.0)
|
97
|
+
rspec-mocks (~> 3.11.0)
|
98
|
+
rspec-core (3.11.0)
|
99
|
+
rspec-support (~> 3.11.0)
|
100
|
+
rspec-expectations (3.11.0)
|
102
101
|
diff-lcs (>= 1.2.0, < 2.0)
|
103
|
-
rspec-support (~> 3.
|
104
|
-
rspec-mocks (3.
|
102
|
+
rspec-support (~> 3.11.0)
|
103
|
+
rspec-mocks (3.11.0)
|
105
104
|
diff-lcs (>= 1.2.0, < 2.0)
|
106
|
-
rspec-support (~> 3.
|
107
|
-
rspec-support (3.
|
108
|
-
rubocop (1.
|
105
|
+
rspec-support (~> 3.11.0)
|
106
|
+
rspec-support (3.11.0)
|
107
|
+
rubocop (1.30.1)
|
109
108
|
parallel (~> 1.10)
|
110
|
-
parser (>= 3.
|
109
|
+
parser (>= 3.1.0.0)
|
111
110
|
rainbow (>= 2.2.2, < 4.0)
|
112
111
|
regexp_parser (>= 1.8, < 3.0)
|
113
|
-
rexml
|
114
|
-
rubocop-ast (>= 1.
|
112
|
+
rexml (>= 3.2.5, < 4.0)
|
113
|
+
rubocop-ast (>= 1.18.0, < 2.0)
|
115
114
|
ruby-progressbar (~> 1.7)
|
116
115
|
unicode-display_width (>= 1.4.0, < 3.0)
|
117
|
-
rubocop-ast (1.
|
118
|
-
parser (>=
|
119
|
-
rubocop-performance (1.
|
120
|
-
rubocop (>=
|
116
|
+
rubocop-ast (1.18.0)
|
117
|
+
parser (>= 3.1.1.0)
|
118
|
+
rubocop-performance (1.14.2)
|
119
|
+
rubocop (>= 1.7.0, < 2.0)
|
121
120
|
rubocop-ast (>= 0.4.0)
|
122
|
-
rubocop-rspec (2.1
|
123
|
-
rubocop (~> 1.
|
124
|
-
rubocop-ast (>= 1.1.0)
|
121
|
+
rubocop-rspec (2.11.1)
|
122
|
+
rubocop (~> 1.19)
|
125
123
|
ruby-progressbar (1.11.0)
|
126
124
|
shellany (0.0.1)
|
127
125
|
simplecov (0.21.2)
|
@@ -129,13 +127,12 @@ GEM
|
|
129
127
|
simplecov-html (~> 0.11)
|
130
128
|
simplecov_json_formatter (~> 0.1)
|
131
129
|
simplecov-html (0.12.3)
|
132
|
-
simplecov_json_formatter (0.1.
|
133
|
-
slop (4.
|
134
|
-
thor (1.0
|
130
|
+
simplecov_json_formatter (0.1.3)
|
131
|
+
slop (4.9.2)
|
132
|
+
thor (1.1.0)
|
135
133
|
tzinfo (2.0.4)
|
136
134
|
concurrent-ruby (~> 1.0)
|
137
|
-
unicode-display_width (2.
|
138
|
-
zeitwerk (2.4.2)
|
135
|
+
unicode-display_width (2.1.0)
|
139
136
|
|
140
137
|
PLATFORMS
|
141
138
|
ruby
|
@@ -155,4 +152,4 @@ DEPENDENCIES
|
|
155
152
|
shaped!
|
156
153
|
|
157
154
|
BUNDLED WITH
|
158
|
-
2.
|
155
|
+
2.2.22
|
data/bin/_guard-core
CHANGED
@@ -9,10 +9,7 @@
|
|
9
9
|
#
|
10
10
|
|
11
11
|
require 'pathname'
|
12
|
-
ENV['BUNDLE_GEMFILE'] ||= File.expand_path(
|
13
|
-
'../../Gemfile',
|
14
|
-
Pathname.new(__FILE__).realpath,
|
15
|
-
)
|
12
|
+
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', Pathname.new(__FILE__).realpath)
|
16
13
|
|
17
14
|
bundle_binstub = File.expand_path('bundle', __dir__)
|
18
15
|
|
data/bin/guard
CHANGED
@@ -9,10 +9,7 @@
|
|
9
9
|
#
|
10
10
|
|
11
11
|
require 'pathname'
|
12
|
-
ENV['BUNDLE_GEMFILE'] ||= File.expand_path(
|
13
|
-
'../../Gemfile',
|
14
|
-
Pathname.new(__FILE__).realpath,
|
15
|
-
)
|
12
|
+
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', Pathname.new(__FILE__).realpath)
|
16
13
|
|
17
14
|
bundle_binstub = File.expand_path('bundle', __dir__)
|
18
15
|
|
data/bin/release
CHANGED
@@ -9,8 +9,7 @@
|
|
9
9
|
#
|
10
10
|
|
11
11
|
require 'pathname'
|
12
|
-
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile',
|
13
|
-
Pathname.new(__FILE__).realpath)
|
12
|
+
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', Pathname.new(__FILE__).realpath)
|
14
13
|
|
15
14
|
bundle_binstub = File.expand_path('bundle', __dir__)
|
16
15
|
|
data/bin/rspec
CHANGED
@@ -9,11 +9,7 @@
|
|
9
9
|
#
|
10
10
|
|
11
11
|
require 'pathname'
|
12
|
-
ENV['BUNDLE_GEMFILE'] ||=
|
13
|
-
File.expand_path(
|
14
|
-
'../../Gemfile',
|
15
|
-
Pathname.new(__FILE__).realpath,
|
16
|
-
)
|
12
|
+
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', Pathname.new(__FILE__).realpath)
|
17
13
|
|
18
14
|
bundle_binstub = File.expand_path('bundle', __dir__)
|
19
15
|
|
data/lib/shaped/version.rb
CHANGED
data/shaped.gemspec
CHANGED
@@ -14,6 +14,7 @@ Gem::Specification.new do |spec|
|
|
14
14
|
spec.license = 'MIT'
|
15
15
|
spec.required_ruby_version = Gem::Requirement.new('>= 2.7.0')
|
16
16
|
|
17
|
+
spec.metadata['rubygems_mfa_required'] = 'true'
|
17
18
|
spec.metadata['homepage_uri'] = spec.homepage
|
18
19
|
spec.metadata['source_code_uri'] = 'https://github.com/davidrunger/shaped'
|
19
20
|
spec.metadata['changelog_uri'] = 'https://github.com/davidrunger/shaped/blob/master/CHANGELOG.md'
|
@@ -26,6 +27,6 @@ Gem::Specification.new do |spec|
|
|
26
27
|
end
|
27
28
|
spec.require_paths = ['lib']
|
28
29
|
|
29
|
-
spec.add_runtime_dependency('activemodel', '
|
30
|
-
spec.add_runtime_dependency('activesupport', '
|
30
|
+
spec.add_runtime_dependency('activemodel', '>= 6', '< 8')
|
31
|
+
spec.add_runtime_dependency('activesupport', '>= 6', '< 8')
|
31
32
|
end
|
metadata
CHANGED
@@ -1,43 +1,55 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: shaped
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.9.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:
|
11
|
+
date: 2022-06-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activemodel
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '6
|
19
|
+
version: '6'
|
20
|
+
- - "<"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: '8'
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- - "
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '6'
|
30
|
+
- - "<"
|
25
31
|
- !ruby/object:Gem::Version
|
26
|
-
version: '
|
32
|
+
version: '8'
|
27
33
|
- !ruby/object:Gem::Dependency
|
28
34
|
name: activesupport
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|
30
36
|
requirements:
|
31
|
-
- - "
|
37
|
+
- - ">="
|
32
38
|
- !ruby/object:Gem::Version
|
33
|
-
version: '6
|
39
|
+
version: '6'
|
40
|
+
- - "<"
|
41
|
+
- !ruby/object:Gem::Version
|
42
|
+
version: '8'
|
34
43
|
type: :runtime
|
35
44
|
prerelease: false
|
36
45
|
version_requirements: !ruby/object:Gem::Requirement
|
37
46
|
requirements:
|
38
|
-
- - "
|
47
|
+
- - ">="
|
48
|
+
- !ruby/object:Gem::Version
|
49
|
+
version: '6'
|
50
|
+
- - "<"
|
39
51
|
- !ruby/object:Gem::Version
|
40
|
-
version: '
|
52
|
+
version: '8'
|
41
53
|
description: Validate the "shape" of Ruby objects.
|
42
54
|
email:
|
43
55
|
- davidjrunger@gmail.com
|
@@ -45,6 +57,7 @@ executables: []
|
|
45
57
|
extensions: []
|
46
58
|
extra_rdoc_files: []
|
47
59
|
files:
|
60
|
+
- ".github/dependabot.yml"
|
48
61
|
- ".github/workflows/ruby.yml"
|
49
62
|
- ".gitignore"
|
50
63
|
- ".release_assistant.yml"
|
@@ -80,6 +93,7 @@ homepage: https://github.com/davidrunger/shaped
|
|
80
93
|
licenses:
|
81
94
|
- MIT
|
82
95
|
metadata:
|
96
|
+
rubygems_mfa_required: 'true'
|
83
97
|
homepage_uri: https://github.com/davidrunger/shaped
|
84
98
|
source_code_uri: https://github.com/davidrunger/shaped
|
85
99
|
changelog_uri: https://github.com/davidrunger/shaped/blob/master/CHANGELOG.md
|
@@ -98,7 +112,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
98
112
|
- !ruby/object:Gem::Version
|
99
113
|
version: '0'
|
100
114
|
requirements: []
|
101
|
-
rubygems_version: 3.
|
115
|
+
rubygems_version: 3.2.22
|
102
116
|
signing_key:
|
103
117
|
specification_version: 4
|
104
118
|
summary: Validate the "shape" of Ruby objects.
|