vtk 0.9.2 → 0.9.3

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: 10024b4fc2040cdd70705ce7c5260b16b6b8c5d27a9d2c8476634ce3799d0142
4
- data.tar.gz: 0edb9d47c87a76ec6d4e2dc2bbfb37df1dfb3a15cf996dfee92530f3b2f917af
3
+ metadata.gz: c99e5788660e29ae3d6f1fef72ca20186f6b7f4a412ab36cd6d9243202f8e7ed
4
+ data.tar.gz: 8a5e9c45f443aa6fb0d2225fba95b506997c22614f0e1dd47357e46fd8c7d068
5
5
  SHA512:
6
- metadata.gz: 88ca8fd76885f2dd527d6ab23595f3fc6323b6fe8b22cd5ba1412cc3d9d5640d5662aa3c9065f0ff664e8e11a647244c2fe9832cbf58028990ed56b26f923084
7
- data.tar.gz: 06e3698a16e959732bccea4305915043986cb2a7077eed050c76ecf0bfc99f9cd882e621e91f6715b9f4b16bd61dbfaa2f0312a915b9a7dc53f5caa2c4c652cc
6
+ metadata.gz: c90a2568dccdf565a87a7a3ad0388c7c2242ea519ffa85efd77212e7059c298472e593c69c444b6683623d475fed2076e9eb3b4a0232627166872e07d634a75a
7
+ data.tar.gz: 393389716af50809ef27c256d9f4be59d85154d5004d8bb40c2ae8012007bc241847b4c551bfb74ff57c193a3c14747d34648062a698b21e65132114b2453cdc
data/.tool-versions CHANGED
@@ -1 +1 @@
1
- ruby 2.7.2
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.md&title=Access+for+%5Bindividual%5D'
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Vtk
4
- VERSION = '0.9.2'
4
+ VERSION = '0.9.3'
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.2
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-08-11 00:00:00.000000000 Z
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.2.1
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: []