vtk 0.9.4 → 0.9.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 85418afc912bae589d63f1c49bb87e5b2b52c9ea55c22a109ac10353fd117dfa
4
- data.tar.gz: 79d0f75328fb01a56e2bee827438f1a0f507c6bdf778c5a0a3886c03d931f760
3
+ metadata.gz: d1dcc8ae6e6afb5c4c1c924795a50653a6e017e471898f5c200b56c5a7b6b65c
4
+ data.tar.gz: 909287a71eec23d871a149a3cd44c5be0b1336fa7b5850c08eefb417a9842516
5
5
  SHA512:
6
- metadata.gz: 2020a6dcb32f0140a4a256a4a1b22a12da93ff386b5cec61589bb8cc91d03d0e36fbe77c0eb0aa3c40d18a6d411e7cc24666795283c555e23fdb41887dd09ec7
7
- data.tar.gz: d36d1e80cf8a0a06943618203c5cf66e29413b227f516180007112ac2883fbc1151e1d7bb9e8c814182953637cc03b296ad232d3b393084e9dacafef11652f1f
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)
@@ -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.4'
4
+ VERSION = '0.9.5'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vtk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.4
4
+ version: 0.9.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Boehs
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2022-04-11 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
@@ -223,7 +223,7 @@ 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
226
+ rubygems_version: 3.4.14
227
227
  signing_key:
228
228
  specification_version: 4
229
229
  summary: A CLI for the platform