vtk 0.2.0 → 0.2.1
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/CHANGELOG.md +9 -31
- data/README.md +1 -0
- data/lib/vtk/commands/module/model.rb +1 -1
- data/lib/vtk/commands/module/serializer.rb +1 -1
- data/lib/vtk/commands/module/service.rb +1 -1
- data/lib/vtk/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ad9331d2e3269bcc2caeb46c9d8101cdca1b9152672c9960b0c223b4a3fa19b3
|
4
|
+
data.tar.gz: c8f469ed05d379b64d4e1215b725acb69fd826c71552b6a99efcbe3225a3f2ed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2670fc0a7a779b98c303791497cc0561bf6c1e390f8b6892f994b532b5e2d443131edab7461d232aa2c35f16e9325283b64832b3e4d5e47c84bd6692caabcf1f
|
7
|
+
data.tar.gz: a921b512cea519819d14d7e406a781d894658dbeecbc5fbd39a61eb7b9e32ca5a7796440b291a7c2641f990f17027a9907ea12e88b4d0c121ef6e66a8c36acd5
|
data/CHANGELOG.md
CHANGED
@@ -1,35 +1,13 @@
|
|
1
|
-
|
2
|
-
Author: Lindsey Hattamer <lindsey.hattamer@oddball.io>
|
3
|
-
Date: Mon Jan 4 11:13:11 2021 -0500
|
1
|
+
# Changelog
|
4
2
|
|
5
|
-
|
3
|
+
## [Unreleased](https://github.com/department-of-veterans-affairs/vtk/tree/HEAD)
|
6
4
|
|
7
|
-
|
8
|
-
Author: Eric Boehs <eric@boehs.com>
|
9
|
-
Date: Mon Jan 4 10:11:38 2021 -0600
|
5
|
+
[Full Changelog](https://github.com/department-of-veterans-affairs/vtk/compare/oclif...HEAD)
|
10
6
|
|
11
|
-
|
7
|
+
**Merged pull requests:**
|
12
8
|
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
commit 3343941e76b506ed00d3fbd1a7ecd163873597fc
|
20
|
-
Author: Eric Boehs <eric@boehs.com>
|
21
|
-
Date: Mon Jan 4 10:06:42 2021 -0600
|
22
|
-
|
23
|
-
Add tool-versions and rubocop to GitHub Actions
|
24
|
-
|
25
|
-
commit 99560d5ad44c9889bdd4884104c993aa86749a40
|
26
|
-
Author: Lindsey Hattamer <lindsey.hattamer@oddball.io>
|
27
|
-
Date: Mon Jan 4 11:03:58 2021 -0500
|
28
|
-
|
29
|
-
Remove adding to gemfile
|
30
|
-
|
31
|
-
commit b6394523b7eafbde3276a9f990dd7e4179e124e4
|
32
|
-
Author: Lindsey Hattamer <lindsey.hattamer@oddball.io>
|
33
|
-
Date: Mon Jan 4 11:02:55 2021 -0500
|
34
|
-
|
35
|
-
Update .github/workflows/main.yml
|
9
|
+
- Add additional module subcommands [\#6](https://github.com/department-of-veterans-affairs/vtk/pull/6) ([LindseySaari](https://github.com/LindseySaari))
|
10
|
+
- Check for Rails dependency [\#5](https://github.com/department-of-veterans-affairs/vtk/pull/5) ([LindseySaari](https://github.com/LindseySaari))
|
11
|
+
- one more crack at fixing the README [\#4](https://github.com/department-of-veterans-affairs/vtk/pull/4) ([thilton-oddball](https://github.com/thilton-oddball))
|
12
|
+
- fixing markdown in README … [\#3](https://github.com/department-of-veterans-affairs/vtk/pull/3) ([thilton-oddball](https://github.com/thilton-oddball))
|
13
|
+
- Start afresh with tty [\#2](https://github.com/department-of-veterans-affairs/vtk/pull/2) ([LindseySaari](https://github.com/LindseySaari))
|
data/README.md
CHANGED
data/lib/vtk/version.rb
CHANGED
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.2.
|
4
|
+
version: 0.2.1
|
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: 2021-01-
|
13
|
+
date: 2021-01-22 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: thor
|