checkoff 0.136.0 → 0.137.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 +4 -4
- data/Gemfile.lock +53 -48
- data/docs/cookiecutter_input.json +2 -0
- data/lib/checkoff/version.rb +1 -1
- data/rakelib/undercover.rake +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b75046e9e2de82881b24ed37db7f389316eb4eac46e49f103efe683464c4e3b4
|
|
4
|
+
data.tar.gz: 948e5c8574d4a106cc0e67177acdb508e379b7c17c9e792363b6ef1937aea882
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '0827ac174b2edf98815dc63a6f59e648b00cc57cdc0ca885edb420b72bb54c19a9000d5519fa87a54fe75f6c8c350c322f3250e47f046f8ffb471846b8509f4e'
|
|
7
|
+
data.tar.gz: 0cdc0019d24ac16ffb2a89136a83bc667b574341640c3f2d5b4a4f3363d0ba38a25370b3cbaa3e04554399c4411788f88e4e2c87ba6326dc9809f97f90eb6321
|
data/Gemfile.lock
CHANGED
|
@@ -12,7 +12,7 @@ GIT
|
|
|
12
12
|
PATH
|
|
13
13
|
remote: .
|
|
14
14
|
specs:
|
|
15
|
-
checkoff (0.
|
|
15
|
+
checkoff (0.137.0)
|
|
16
16
|
activesupport
|
|
17
17
|
asana (> 0.10.0)
|
|
18
18
|
cache_method
|
|
@@ -32,20 +32,20 @@ GEM
|
|
|
32
32
|
minitest (>= 5.1)
|
|
33
33
|
mutex_m
|
|
34
34
|
tzinfo (~> 2.0)
|
|
35
|
-
addressable (2.8.
|
|
35
|
+
addressable (2.8.5)
|
|
36
36
|
public_suffix (>= 2.0.2, < 6.0)
|
|
37
37
|
ansi (1.5.0)
|
|
38
38
|
ast (2.4.2)
|
|
39
39
|
backport (1.2.0)
|
|
40
40
|
base64 (0.2.0)
|
|
41
|
-
benchmark (0.
|
|
41
|
+
benchmark (0.3.0)
|
|
42
42
|
bigdecimal (3.1.4)
|
|
43
43
|
builder (3.2.4)
|
|
44
44
|
bump (0.10.0)
|
|
45
45
|
cache (0.4.1)
|
|
46
46
|
cache_method (0.2.7)
|
|
47
47
|
cache (>= 0.2.1)
|
|
48
|
-
chef-utils (
|
|
48
|
+
chef-utils (18.3.0)
|
|
49
49
|
concurrent-ruby
|
|
50
50
|
childprocess (4.1.0)
|
|
51
51
|
coderay (1.1.3)
|
|
@@ -60,24 +60,30 @@ GEM
|
|
|
60
60
|
ruby2_keywords
|
|
61
61
|
e2mmap (0.1.0)
|
|
62
62
|
fakeweb (1.3.0)
|
|
63
|
-
faraday (1.
|
|
63
|
+
faraday (1.10.3)
|
|
64
64
|
faraday-em_http (~> 1.0)
|
|
65
65
|
faraday-em_synchrony (~> 1.0)
|
|
66
66
|
faraday-excon (~> 1.1)
|
|
67
|
-
faraday-httpclient (~> 1.0
|
|
67
|
+
faraday-httpclient (~> 1.0)
|
|
68
|
+
faraday-multipart (~> 1.0)
|
|
68
69
|
faraday-net_http (~> 1.0)
|
|
69
|
-
faraday-net_http_persistent (~> 1.
|
|
70
|
+
faraday-net_http_persistent (~> 1.0)
|
|
70
71
|
faraday-patron (~> 1.0)
|
|
71
|
-
|
|
72
|
+
faraday-rack (~> 1.0)
|
|
73
|
+
faraday-retry (~> 1.0)
|
|
72
74
|
ruby2_keywords (>= 0.0.4)
|
|
73
75
|
faraday-em_http (1.0.0)
|
|
74
76
|
faraday-em_synchrony (1.0.0)
|
|
75
77
|
faraday-excon (1.1.0)
|
|
76
78
|
faraday-httpclient (1.0.1)
|
|
79
|
+
faraday-multipart (1.0.4)
|
|
80
|
+
multipart-post (~> 2)
|
|
77
81
|
faraday-net_http (1.0.1)
|
|
78
82
|
faraday-net_http_persistent (1.2.0)
|
|
79
83
|
faraday-patron (1.0.0)
|
|
80
|
-
|
|
84
|
+
faraday-rack (1.0.0)
|
|
85
|
+
faraday-retry (1.0.3)
|
|
86
|
+
faraday_middleware (1.2.0)
|
|
81
87
|
faraday (~> 1.0)
|
|
82
88
|
faraday_middleware-multi_json (0.0.6)
|
|
83
89
|
faraday_middleware
|
|
@@ -91,22 +97,22 @@ GEM
|
|
|
91
97
|
iniparse (1.5.0)
|
|
92
98
|
jaro_winkler (1.5.6)
|
|
93
99
|
json (2.6.3)
|
|
94
|
-
jwt (2.
|
|
100
|
+
jwt (2.7.1)
|
|
95
101
|
kramdown (2.4.0)
|
|
96
102
|
rexml
|
|
97
103
|
kramdown-parser-gfm (1.1.0)
|
|
98
104
|
kramdown (~> 2.0)
|
|
99
|
-
|
|
105
|
+
language_server-protocol (3.17.0.3)
|
|
106
|
+
mdl (0.13.0)
|
|
100
107
|
kramdown (~> 2.3)
|
|
101
108
|
kramdown-parser-gfm (~> 1.1)
|
|
102
109
|
mixlib-cli (~> 2.1, >= 2.1.1)
|
|
103
110
|
mixlib-config (>= 2.2.1, < 4)
|
|
104
111
|
mixlib-shellout
|
|
105
112
|
method_source (1.0.0)
|
|
106
|
-
mini_portile2 (2.8.2)
|
|
107
113
|
minitest (5.20.0)
|
|
108
114
|
minitest-profile (0.0.2)
|
|
109
|
-
minitest-reporters (1.
|
|
115
|
+
minitest-reporters (1.6.1)
|
|
110
116
|
ansi
|
|
111
117
|
builder
|
|
112
118
|
minitest (>= 5.0)
|
|
@@ -120,14 +126,13 @@ GEM
|
|
|
120
126
|
ruby2_keywords (>= 0.0.5)
|
|
121
127
|
multi_json (1.15.0)
|
|
122
128
|
multi_xml (0.6.0)
|
|
123
|
-
multipart-post (2.
|
|
129
|
+
multipart-post (2.3.0)
|
|
124
130
|
mutex_m (0.2.0)
|
|
125
|
-
nokogiri (1.15.
|
|
126
|
-
mini_portile2 (~> 2.8.2)
|
|
131
|
+
nokogiri (1.15.5-arm64-darwin)
|
|
127
132
|
racc (~> 1.4)
|
|
128
|
-
nokogiri (1.15.
|
|
133
|
+
nokogiri (1.15.5-x86_64-darwin)
|
|
129
134
|
racc (~> 1.4)
|
|
130
|
-
nokogiri (1.15.
|
|
135
|
+
nokogiri (1.15.5-x86_64-linux)
|
|
131
136
|
racc (~> 1.4)
|
|
132
137
|
oauth2 (1.4.11)
|
|
133
138
|
faraday (>= 0.17.3, < 3.0)
|
|
@@ -140,49 +145,51 @@ GEM
|
|
|
140
145
|
iniparse (~> 1.4)
|
|
141
146
|
rexml (~> 3.2)
|
|
142
147
|
parallel (1.23.0)
|
|
143
|
-
parser (3.2.2.
|
|
148
|
+
parser (3.2.2.4)
|
|
144
149
|
ast (~> 2.4.1)
|
|
145
|
-
|
|
150
|
+
racc
|
|
151
|
+
pry (0.14.2)
|
|
146
152
|
coderay (~> 1.1)
|
|
147
153
|
method_source (~> 1.0)
|
|
148
|
-
public_suffix (5.0.
|
|
154
|
+
public_suffix (5.0.4)
|
|
149
155
|
punchlist (1.3.0)
|
|
150
156
|
source_finder (>= 2)
|
|
151
|
-
racc (1.7.
|
|
152
|
-
rack (3.0.
|
|
157
|
+
racc (1.7.3)
|
|
158
|
+
rack (3.0.8)
|
|
153
159
|
rainbow (3.1.1)
|
|
154
|
-
rake (13.0
|
|
160
|
+
rake (13.1.0)
|
|
155
161
|
rbs (2.8.4)
|
|
156
|
-
regexp_parser (2.8.
|
|
162
|
+
regexp_parser (2.8.2)
|
|
157
163
|
reverse_markdown (2.1.1)
|
|
158
164
|
nokogiri
|
|
159
|
-
rexml (3.2.
|
|
160
|
-
rubocop (1.
|
|
165
|
+
rexml (3.2.6)
|
|
166
|
+
rubocop (1.57.2)
|
|
161
167
|
json (~> 2.3)
|
|
168
|
+
language_server-protocol (>= 3.17.0)
|
|
162
169
|
parallel (~> 1.10)
|
|
163
|
-
parser (>= 3.2.
|
|
170
|
+
parser (>= 3.2.2.4)
|
|
164
171
|
rainbow (>= 2.2.2, < 4.0)
|
|
165
172
|
regexp_parser (>= 1.8, < 3.0)
|
|
166
173
|
rexml (>= 3.2.5, < 4.0)
|
|
167
|
-
rubocop-ast (>= 1.28.
|
|
174
|
+
rubocop-ast (>= 1.28.1, < 2.0)
|
|
168
175
|
ruby-progressbar (~> 1.7)
|
|
169
176
|
unicode-display_width (>= 2.4.0, < 3.0)
|
|
170
|
-
rubocop-ast (1.
|
|
177
|
+
rubocop-ast (1.30.0)
|
|
171
178
|
parser (>= 3.2.1.0)
|
|
172
|
-
rubocop-minitest (0.
|
|
173
|
-
rubocop (>=
|
|
174
|
-
rubocop-rake (0.
|
|
175
|
-
rubocop
|
|
176
|
-
ruby-progressbar (1.
|
|
179
|
+
rubocop-minitest (0.33.0)
|
|
180
|
+
rubocop (>= 1.39, < 2.0)
|
|
181
|
+
rubocop-rake (0.6.0)
|
|
182
|
+
rubocop (~> 1.0)
|
|
183
|
+
ruby-progressbar (1.13.0)
|
|
177
184
|
ruby2_keywords (0.0.5)
|
|
178
|
-
rugged (1.
|
|
179
|
-
simplecov (0.
|
|
185
|
+
rugged (1.6.3)
|
|
186
|
+
simplecov (0.22.0)
|
|
180
187
|
docile (~> 1.1)
|
|
181
188
|
simplecov-html (~> 0.11)
|
|
182
189
|
simplecov_json_formatter (~> 0.1)
|
|
183
190
|
simplecov-html (0.12.3)
|
|
184
191
|
simplecov-lcov (0.8.0)
|
|
185
|
-
simplecov_json_formatter (0.1.
|
|
192
|
+
simplecov_json_formatter (0.1.4)
|
|
186
193
|
solargraph (0.49.0)
|
|
187
194
|
backport (~> 1.2)
|
|
188
195
|
benchmark
|
|
@@ -200,26 +207,24 @@ GEM
|
|
|
200
207
|
tilt (~> 2.0)
|
|
201
208
|
yard (~> 0.9, >= 0.9.24)
|
|
202
209
|
source_finder (3.2.1)
|
|
203
|
-
thor (1.
|
|
204
|
-
tilt (2.
|
|
210
|
+
thor (1.3.0)
|
|
211
|
+
tilt (2.3.0)
|
|
205
212
|
tomlrb (2.0.3)
|
|
206
213
|
tzinfo (2.0.6)
|
|
207
214
|
concurrent-ruby (~> 1.0)
|
|
208
|
-
undercover (0.4.
|
|
215
|
+
undercover (0.4.6)
|
|
209
216
|
imagen (>= 0.1.8)
|
|
210
217
|
rainbow (>= 2.1, < 4.0)
|
|
211
|
-
rugged (>= 0.27, < 1.
|
|
212
|
-
unicode-display_width (2.
|
|
213
|
-
webmock (3.
|
|
218
|
+
rugged (>= 0.27, < 1.7)
|
|
219
|
+
unicode-display_width (2.5.0)
|
|
220
|
+
webmock (3.19.1)
|
|
214
221
|
addressable (>= 2.8.0)
|
|
215
222
|
crack (>= 0.3.2)
|
|
216
223
|
hashdiff (>= 0.4.0, < 2.0.0)
|
|
217
224
|
yard (0.9.34)
|
|
218
225
|
|
|
219
226
|
PLATFORMS
|
|
220
|
-
|
|
221
|
-
x86_64-darwin-19
|
|
222
|
-
x86_64-darwin-20
|
|
227
|
+
arm64-darwin-23
|
|
223
228
|
x86_64-darwin-21
|
|
224
229
|
x86_64-linux
|
|
225
230
|
x86_64-linux-musl
|
|
@@ -250,4 +255,4 @@ DEPENDENCIES
|
|
|
250
255
|
yard
|
|
251
256
|
|
|
252
257
|
BUNDLED WITH
|
|
253
|
-
2.
|
|
258
|
+
2.2.33
|
data/lib/checkoff/version.rb
CHANGED
data/rakelib/undercover.rake
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: checkoff
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.137.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vince Broz
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-11-
|
|
11
|
+
date: 2023-11-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|