vtk 0.9.2 → 0.9.3
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/.tool-versions +1 -1
- data/CHANGELOG.md +12 -1
- data/lib/vtk/commands/socks/setup.rb +1 -1
- data/lib/vtk/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c99e5788660e29ae3d6f1fef72ca20186f6b7f4a412ab36cd6d9243202f8e7ed
|
|
4
|
+
data.tar.gz: 8a5e9c45f443aa6fb0d2225fba95b506997c22614f0e1dd47357e46fd8c7d068
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c90a2568dccdf565a87a7a3ad0388c7c2242ea519ffa85efd77212e7059c298472e593c69c444b6683623d475fed2076e9eb3b4a0232627166872e07d634a75a
|
|
7
|
+
data.tar.gz: 393389716af50809ef27c256d9f4be59d85154d5004d8bb40c2ae8012007bc241847b4c551bfb74ff57c193a3c14747d34648062a698b21e65132114b2453cdc
|
data/.tool-versions
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
ruby 2.7.
|
|
1
|
+
ruby 2.7.4
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [v0.9.2](https://github.com/department-of-veterans-affairs/vtk/tree/v0.9.2) (2021-08-11)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://github.com/department-of-veterans-affairs/vtk/compare/v0.9.1...v0.9.2)
|
|
6
|
+
|
|
7
|
+
**Merged pull requests:**
|
|
8
|
+
|
|
9
|
+
- Case insensitively check for Microsoft in /proc/version [\#21](https://github.com/department-of-veterans-affairs/vtk/pull/21) ([ericboehs](https://github.com/ericboehs))
|
|
10
|
+
|
|
3
11
|
## [v0.9.1](https://github.com/department-of-veterans-affairs/vtk/tree/v0.9.1) (2021-08-06)
|
|
4
12
|
|
|
5
13
|
[Full Changelog](https://github.com/department-of-veterans-affairs/vtk/compare/v0.9.0...v0.9.1)
|
|
@@ -17,7 +25,6 @@
|
|
|
17
25
|
|
|
18
26
|
- SOCKS Setup Command [\#11](https://github.com/department-of-veterans-affairs/vtk/pull/11) ([ericboehs](https://github.com/ericboehs))
|
|
19
27
|
- Command Analytics [\#8](https://github.com/department-of-veterans-affairs/vtk/pull/8) ([ericboehs](https://github.com/ericboehs))
|
|
20
|
-
- Open Jenkins [\#1](https://github.com/department-of-veterans-affairs/vtk/pull/1) ([cvalarida](https://github.com/cvalarida))
|
|
21
28
|
|
|
22
29
|
## [v0.8.0](https://github.com/department-of-veterans-affairs/vtk/tree/v0.8.0) (2021-03-01)
|
|
23
30
|
|
|
@@ -104,6 +111,10 @@
|
|
|
104
111
|
|
|
105
112
|
[Full Changelog](https://github.com/department-of-veterans-affairs/vtk/compare/79143038509757799edb2bb9be2f925b7d985221...oclif)
|
|
106
113
|
|
|
114
|
+
**Merged pull requests:**
|
|
115
|
+
|
|
116
|
+
- Open Jenkins [\#1](https://github.com/department-of-veterans-affairs/vtk/pull/1) ([cvalarida](https://github.com/cvalarida))
|
|
117
|
+
|
|
107
118
|
|
|
108
119
|
|
|
109
120
|
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
|
|
@@ -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=Environment-Access-Request-Template.
|
|
123
|
+
'template=Environment-Access-Request-Template.yml&title=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.3
|
|
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: 2021-
|
|
13
|
+
date: 2021-09-23 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
|
|
@@ -223,8 +223,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
223
223
|
- !ruby/object:Gem::Version
|
|
224
224
|
version: '0'
|
|
225
225
|
requirements: []
|
|
226
|
-
rubygems_version: 3.
|
|
227
|
-
signing_key:
|
|
226
|
+
rubygems_version: 3.1.6
|
|
227
|
+
signing_key:
|
|
228
228
|
specification_version: 4
|
|
229
229
|
summary: A CLI for the platform
|
|
230
230
|
test_files: []
|