vtk 0.9.3 → 0.9.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 +4 -4
- data/lib/vtk/commands/socks/setup.rb +1 -1
- data/lib/vtk/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 85418afc912bae589d63f1c49bb87e5b2b52c9ea55c22a109ac10353fd117dfa
|
|
4
|
+
data.tar.gz: 79d0f75328fb01a56e2bee827438f1a0f507c6bdf778c5a0a3886c03d931f760
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2020a6dcb32f0140a4a256a4a1b22a12da93ff386b5cec61589bb8cc91d03d0e36fbe77c0eb0aa3c40d18a6d411e7cc24666795283c555e23fdb41887dd09ec7
|
|
7
|
+
data.tar.gz: d36d1e80cf8a0a06943618203c5cf66e29413b227f516180007112ac2883fbc1151e1d7bb9e8c814182953637cc03b296ad232d3b393084e9dacafef11652f1f
|
|
@@ -120,7 +120,7 @@ module Vtk
|
|
|
120
120
|
def access_request_template_url
|
|
121
121
|
'https://github.com/department-of-veterans-affairs/va.gov-team/issues/new?' \
|
|
122
122
|
'assignees=&labels=external-request%2C+operations%2C+ops-access-request&' \
|
|
123
|
-
'template=
|
|
123
|
+
'template=socks-access-request.yml&title=SOCKS+access+for+%5Bindividual%5D'
|
|
124
124
|
end
|
|
125
125
|
|
|
126
126
|
def copy_and_open_gh
|
data/lib/vtk/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vtk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eric Boehs
|
|
8
8
|
- Lindsey Hattamer
|
|
9
9
|
- Travis Hilton
|
|
10
|
-
autorequire:
|
|
10
|
+
autorequire:
|
|
11
11
|
bindir: exe
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date:
|
|
13
|
+
date: 2022-04-11 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: thor
|
|
@@ -208,7 +208,7 @@ metadata:
|
|
|
208
208
|
documentation_uri: https://github.com/department-of-veterans-affairs/vtk
|
|
209
209
|
source_code_uri: https://github.com/department-of-veterans-affairs/vtk
|
|
210
210
|
changelog_uri: https://github.com/department-of-veterans-affairs/vtk/blob/master/CHANGELOG.md
|
|
211
|
-
post_install_message:
|
|
211
|
+
post_install_message:
|
|
212
212
|
rdoc_options: []
|
|
213
213
|
require_paths:
|
|
214
214
|
- lib
|
|
@@ -224,7 +224,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
224
224
|
version: '0'
|
|
225
225
|
requirements: []
|
|
226
226
|
rubygems_version: 3.1.6
|
|
227
|
-
signing_key:
|
|
227
|
+
signing_key:
|
|
228
228
|
specification_version: 4
|
|
229
229
|
summary: A CLI for the platform
|
|
230
230
|
test_files: []
|