vtk 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +8 -0
  3. data/lib/vtk/version.rb +1 -1
  4. metadata +7 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: 7b486c342be4c136a25806a45729f2aea7647e8c8eb6ea1204885cae717ca154
4
- data.tar.gz: 5986f4e4b34eb12813c6fa4d79382217c521fc61daeb205aeabf03f913b1297d
2
+ SHA1:
3
+ metadata.gz: 5233e958125b2b2387bd0fd51485a07a56ea69a5
4
+ data.tar.gz: cb51fdfa129f514c7b799cf145838b1f91e8c24d
5
5
  SHA512:
6
- metadata.gz: 4132cec64839b806d88a7231f92e82a9747d33c8aa627d57a35eb33d582ce0f1bcbac0a2d3b820d4a45bb40e4c284aeb307c7ebe0cfda368b4ddac35312e3c40
7
- data.tar.gz: 04ff3c6c82fd8b2175b3bac106fc16bab94f29f1a31cd5f1365462bac1c9ac6d5df94950aa331c65e0199a500f6ec5935c29f4a13b97fba4b435bb1e423191f8
6
+ metadata.gz: 8bf07839d51f19dbf77c61f6fc7323fba5fc90b39cf1aebc859b650e0334ec11d2e9d4fa5c430c2c528b8ef70107b22bc02eeb7b0a26b09a20ca96f1ca6e84d6
7
+ data.tar.gz: f412acad46d4c3c540213634bed1d36527af8084470f9f8d15110b6660cdecf11625ba35e0c84ca37428d7ed09e27ea3b3234dd87170f381daf8753bd53b8976
data/README.md CHANGED
@@ -33,3 +33,11 @@ For helpful information about commands and subcommands run the following:
33
33
 
34
34
  $ vtk -h
35
35
  $ vtk module -h
36
+
37
+ ### Docker
38
+
39
+ If using the vtk gem in Docker, you may first need to run the following commands to avoid any errors:
40
+
41
+ $ make docker-clean
42
+ $ make build
43
+ $ make bash
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Vtk
4
- VERSION = '0.2.3'
4
+ VERSION = '0.2.4'
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.2.3
4
+ version: 0.2.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: 2021-01-22 00:00:00.000000000 Z
13
+ date: 2021-01-26 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: thor
@@ -142,7 +142,7 @@ metadata:
142
142
  homepage_uri: https://github.com/department-of-veterans-affairs/vsp-toolkit
143
143
  source_code_uri: https://github.com/department-of-veterans-affairs/vsp-toolkit
144
144
  changelog_uri: https://github.com/department-of-veterans-affairs/vsp-toolkit/blob/master/CHANGELOG.md
145
- post_install_message:
145
+ post_install_message:
146
146
  rdoc_options: []
147
147
  require_paths:
148
148
  - lib
@@ -157,8 +157,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
157
157
  - !ruby/object:Gem::Version
158
158
  version: '0'
159
159
  requirements: []
160
- rubygems_version: 3.0.8
161
- signing_key:
160
+ rubyforge_project:
161
+ rubygems_version: 2.6.14.3
162
+ signing_key:
162
163
  specification_version: 4
163
164
  summary: A CLI for the VSP platform
164
165
  test_files: []