vtk 0.9.3 → 0.9.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c99e5788660e29ae3d6f1fef72ca20186f6b7f4a412ab36cd6d9243202f8e7ed
4
- data.tar.gz: 8a5e9c45f443aa6fb0d2225fba95b506997c22614f0e1dd47357e46fd8c7d068
3
+ metadata.gz: d1dcc8ae6e6afb5c4c1c924795a50653a6e017e471898f5c200b56c5a7b6b65c
4
+ data.tar.gz: 909287a71eec23d871a149a3cd44c5be0b1336fa7b5850c08eefb417a9842516
5
5
  SHA512:
6
- metadata.gz: c90a2568dccdf565a87a7a3ad0388c7c2242ea519ffa85efd77212e7059c298472e593c69c444b6683623d475fed2076e9eb3b4a0232627166872e07d634a75a
7
- data.tar.gz: 393389716af50809ef27c256d9f4be59d85154d5004d8bb40c2ae8012007bc241847b4c551bfb74ff57c193a3c14747d34648062a698b21e65132114b2453cdc
6
+ metadata.gz: f2d233defa6fe42e20f5627d214a3d3ef6737cd7ea85ee33b65680d1028762087d38926a5b3d6ed9297256501ad18931d405a6e0403f7d81fb420f375bd2b345
7
+ data.tar.gz: 85a0fd85fbc7c6c69bdc01714069a68bb2f0225180b89950d02c32e9cdbdcf7998d260925e637966665771cf57d4dc8b00d6002a995b42f5aca5a1495e77543e
data/.tool-versions CHANGED
@@ -1 +1 @@
1
- ruby 2.7.4
1
+ ruby 3.2.2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## [v0.9.4](https://github.com/department-of-veterans-affairs/vtk/tree/v0.9.4) (2022-04-11)
4
+
5
+ [Full Changelog](https://github.com/department-of-veterans-affairs/vtk/compare/v0.9.3...v0.9.4)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - Bump version to 0.9.4 [\#30](https://github.com/department-of-veterans-affairs/vtk/pull/30) ([rmtolmach](https://github.com/rmtolmach))
10
+ - Update SOCKS request url [\#29](https://github.com/department-of-veterans-affairs/vtk/pull/29) ([rmtolmach](https://github.com/rmtolmach))
11
+
12
+ ## [v0.9.3](https://github.com/department-of-veterans-affairs/vtk/tree/v0.9.3) (2021-09-23)
13
+
14
+ [Full Changelog](https://github.com/department-of-veterans-affairs/vtk/compare/v0.9.2...v0.9.3)
15
+
3
16
  ## [v0.9.2](https://github.com/department-of-veterans-affairs/vtk/tree/v0.9.2) (2021-08-11)
4
17
 
5
18
  [Full Changelog](https://github.com/department-of-veterans-affairs/vtk/compare/v0.9.1...v0.9.2)
@@ -7,6 +20,7 @@
7
20
  **Merged pull requests:**
8
21
 
9
22
  - Case insensitively check for Microsoft in /proc/version [\#21](https://github.com/department-of-veterans-affairs/vtk/pull/21) ([ericboehs](https://github.com/ericboehs))
23
+ - VTK Socks Setup for Windows \(via WSL\) [\#19](https://github.com/department-of-veterans-affairs/vtk/pull/19) ([ericboehs](https://github.com/ericboehs))
10
24
 
11
25
  ## [v0.9.1](https://github.com/department-of-veterans-affairs/vtk/tree/v0.9.1) (2021-08-06)
12
26
 
@@ -14,7 +28,6 @@
14
28
 
15
29
  **Merged pull requests:**
16
30
 
17
- - VTK Socks Setup for Windows \(via WSL\) [\#19](https://github.com/department-of-veterans-affairs/vtk/pull/19) ([ericboehs](https://github.com/ericboehs))
18
31
  - Add ops-access-request label to new issue [\#18](https://github.com/department-of-veterans-affairs/vtk/pull/18) ([jeff2d2](https://github.com/jeff2d2))
19
32
 
20
33
  ## [v0.9.0](https://github.com/department-of-veterans-affairs/vtk/tree/v0.9.0) (2021-08-02)
@@ -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.yml&title=Access+for+%5Bindividual%5D'
123
+ 'template=socks-access-request.yml&title=SOCKS+access+for+%5Bindividual%5D'
124
124
  end
125
125
 
126
126
  def copy_and_open_gh
@@ -450,7 +450,7 @@ module Vtk
450
450
 
451
451
  log 'Configuring system proxy to use SOCKS tunnel...' do
452
452
  network_interfaces.map do |network_interface|
453
- system %(networksetup -setautoproxyurl "#{network_interface}" "#{PROXY_URL}")
453
+ system %(sudo networksetup -setautoproxyurl "#{network_interface}" "#{PROXY_URL}")
454
454
  end.all?
455
455
  end
456
456
  end
data/lib/vtk/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Vtk
4
- VERSION = '0.9.3'
4
+ VERSION = '0.9.5'
5
5
  end
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.3
4
+ version: 0.9.5
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-09-23 00:00:00.000000000 Z
13
+ date: 2023-12-15 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.1.6
227
- signing_key:
226
+ rubygems_version: 3.4.14
227
+ signing_key:
228
228
  specification_version: 4
229
229
  summary: A CLI for the platform
230
230
  test_files: []