vtk 0.2.4 → 0.2.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
- SHA1:
3
- metadata.gz: 5233e958125b2b2387bd0fd51485a07a56ea69a5
4
- data.tar.gz: cb51fdfa129f514c7b799cf145838b1f91e8c24d
2
+ SHA256:
3
+ metadata.gz: 3f48fbc584ea1073a17f9ee87941be77a1be9ef3e740701c7a1e976c6e05dffb
4
+ data.tar.gz: 943f4901cbaa9fa74f27d557d77ce1095911c6a4e4141f8fcf51dc874fdb0d7e
5
5
  SHA512:
6
- metadata.gz: 8bf07839d51f19dbf77c61f6fc7323fba5fc90b39cf1aebc859b650e0334ec11d2e9d4fa5c430c2c528b8ef70107b22bc02eeb7b0a26b09a20ca96f1ca6e84d6
7
- data.tar.gz: f412acad46d4c3c540213634bed1d36527af8084470f9f8d15110b6660cdecf11625ba35e0c84ca37428d7ed09e27ea3b3234dd87170f381daf8753bd53b8976
6
+ metadata.gz: 5646083829c1b3b331e7865a8187ef1c2c4e8c4cd9bec1adcfb7d0162c148ccdf944052ed9243dd3a4e89fafd0d99b78b3be1c799d33986ed11bde1116043a9e
7
+ data.tar.gz: e03a30f93b6de28f229d4b9d1bf4118eeed51be430e717771e721856205ff35e4a049ca71369fb1390c6213693ffc00ed4d5cc338af4c6d2289d329d2c6de488
data/CHANGELOG.md CHANGED
@@ -1,35 +1,40 @@
1
- commit 27fe3ef674a283686b7cff164386ec9d913208ef (HEAD -> start-afresh-with-tty, origin/start-afresh-with-tty)
2
- Author: Lindsey Hattamer <lindsey.hattamer@oddball.io>
3
- Date: Mon Jan 4 11:13:11 2021 -0500
1
+ # Changelog
4
2
 
5
- add docs
3
+ ## [Unreleased](https://github.com/department-of-veterans-affairs/vtk/tree/HEAD)
6
4
 
7
- commit 3a7d97c35ca9f084a0f27d1a2ff522dd8e9b2abc
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/v0.2.5...HEAD)
10
6
 
11
- Looks like rake runs rubocop already
7
+ ## [v0.2.5](https://github.com/department-of-veterans-affairs/vtk/tree/v0.2.5) (2021-02-03)
12
8
 
13
- commit 9f7df0e213edaa57420a1bd14501aea6fc4ffd5a
14
- Author: Eric Boehs <eric@boehs.com>
15
- Date: Mon Jan 4 10:10:33 2021 -0600
9
+ [Full Changelog](https://github.com/department-of-veterans-affairs/vtk/compare/v0.2.4...v0.2.5)
16
10
 
17
- GH Actions: Pin Ubuntu to 20.04 (avoids warning)
11
+ **Merged pull requests:**
18
12
 
19
- commit 3343941e76b506ed00d3fbd1a7ecd163873597fc
20
- Author: Eric Boehs <eric@boehs.com>
21
- Date: Mon Jan 4 10:06:42 2021 -0600
13
+ - Update changelog docs and raketask [\#13](https://github.com/department-of-veterans-affairs/vtk/pull/13) ([LindseySaari](https://github.com/LindseySaari))
14
+ - add gem [\#12](https://github.com/department-of-veterans-affairs/vtk/pull/12) ([LindseySaari](https://github.com/LindseySaari))
22
15
 
23
- Add tool-versions and rubocop to GitHub Actions
16
+ ## [v0.2.4](https://github.com/department-of-veterans-affairs/vtk/tree/v0.2.4) (2021-01-26)
24
17
 
25
- commit 99560d5ad44c9889bdd4884104c993aa86749a40
26
- Author: Lindsey Hattamer <lindsey.hattamer@oddball.io>
27
- Date: Mon Jan 4 11:03:58 2021 -0500
18
+ [Full Changelog](https://github.com/department-of-veterans-affairs/vtk/compare/oclif...v0.2.4)
28
19
 
29
- Remove adding to gemfile
20
+ **Merged pull requests:**
30
21
 
31
- commit b6394523b7eafbde3276a9f990dd7e4179e124e4
32
- Author: Lindsey Hattamer <lindsey.hattamer@oddball.io>
33
- Date: Mon Jan 4 11:02:55 2021 -0500
22
+ - added Docker instructions to the README [\#10](https://github.com/department-of-veterans-affairs/vtk/pull/10) ([thilton-oddball](https://github.com/thilton-oddball))
23
+ - use system command [\#7](https://github.com/department-of-veterans-affairs/vtk/pull/7) ([LindseySaari](https://github.com/LindseySaari))
24
+ - Add additional module subcommands [\#6](https://github.com/department-of-veterans-affairs/vtk/pull/6) ([LindseySaari](https://github.com/LindseySaari))
25
+ - Check for Rails dependency [\#5](https://github.com/department-of-veterans-affairs/vtk/pull/5) ([LindseySaari](https://github.com/LindseySaari))
26
+ - 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))
27
+ - fixing markdown in README … [\#3](https://github.com/department-of-veterans-affairs/vtk/pull/3) ([thilton-oddball](https://github.com/thilton-oddball))
28
+ - Start afresh with tty [\#2](https://github.com/department-of-veterans-affairs/vtk/pull/2) ([LindseySaari](https://github.com/LindseySaari))
34
29
 
35
- Update .github/workflows/main.yml
30
+ ## [oclif](https://github.com/department-of-veterans-affairs/vtk/tree/oclif) (2020-08-10)
31
+
32
+ [Full Changelog](https://github.com/department-of-veterans-affairs/vtk/compare/79143038509757799edb2bb9be2f925b7d985221...oclif)
33
+
34
+ **Merged pull requests:**
35
+
36
+ - Open Jenkins [\#1](https://github.com/department-of-veterans-affairs/vtk/pull/1) ([cvalarida](https://github.com/cvalarida))
37
+
38
+
39
+
40
+ \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
data/README.md CHANGED
@@ -41,3 +41,16 @@ If using the vtk gem in Docker, you may first need to run the following commands
41
41
  $ make docker-clean
42
42
  $ make build
43
43
  $ make bash
44
+
45
+ ### Contributing
46
+ 1. Clone the repo
47
+ 2. Create your feature branch (git checkout -b my-new-feature)
48
+ 3. Run the tests (bundle exec rake)
49
+ 4. Commit your changes
50
+ 5. Push to the branch (git push origin my-new-feature)
51
+ 6. Create new Pull Request
52
+
53
+ ### Releasing
54
+ 1. Update the version to be whatever it should be and commit
55
+ 2. Update the changelog — (github_changelog_generator -u department-of-veterans-affairs -p vtk)
56
+ 3. bundle exec rake release
data/Rakefile CHANGED
@@ -10,3 +10,12 @@ require 'rubocop/rake_task'
10
10
  RuboCop::RakeTask.new
11
11
 
12
12
  task default: %i[spec rubocop]
13
+
14
+ desc 'Tags version, pushes to remote, and pushes gem'
15
+ task :release do
16
+ sh 'git', 'tag', "v#{Vtk::VERSION}"
17
+ sh 'git push origin master'
18
+ sh "git push origin v#{Vtk::VERSION}"
19
+ sh 'rake build'
20
+ sh 'ls pkg/*.gem | xargs -n 1 gem push'
21
+ 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.2.4'
4
+ VERSION = '0.2.5'
5
5
  end
data/vtk.gemspec CHANGED
@@ -29,6 +29,7 @@ Gem::Specification.new do |spec|
29
29
 
30
30
  spec.add_dependency 'thor', '> 0.20.3'
31
31
 
32
+ spec.add_development_dependency 'github_changelog_generator', '~> 1.15.0'
32
33
  spec.add_development_dependency 'rake', '~> 13.0.0'
33
34
  spec.add_development_dependency 'rspec', '~> 3.10.0'
34
35
  spec.add_development_dependency 'rubocop', '~> 1.6.0'
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.4
4
+ version: 0.2.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-01-26 00:00:00.000000000 Z
13
+ date: 2021-02-03 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: thor
@@ -26,6 +26,20 @@ dependencies:
26
26
  - - ">"
27
27
  - !ruby/object:Gem::Version
28
28
  version: 0.20.3
29
+ - !ruby/object:Gem::Dependency
30
+ name: github_changelog_generator
31
+ requirement: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - "~>"
34
+ - !ruby/object:Gem::Version
35
+ version: 1.15.0
36
+ type: :development
37
+ prerelease: false
38
+ version_requirements: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - "~>"
41
+ - !ruby/object:Gem::Version
42
+ version: 1.15.0
29
43
  - !ruby/object:Gem::Dependency
30
44
  name: rake
31
45
  requirement: !ruby/object:Gem::Requirement
@@ -142,7 +156,7 @@ metadata:
142
156
  homepage_uri: https://github.com/department-of-veterans-affairs/vsp-toolkit
143
157
  source_code_uri: https://github.com/department-of-veterans-affairs/vsp-toolkit
144
158
  changelog_uri: https://github.com/department-of-veterans-affairs/vsp-toolkit/blob/master/CHANGELOG.md
145
- post_install_message:
159
+ post_install_message:
146
160
  rdoc_options: []
147
161
  require_paths:
148
162
  - lib
@@ -157,9 +171,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
157
171
  - !ruby/object:Gem::Version
158
172
  version: '0'
159
173
  requirements: []
160
- rubyforge_project:
161
- rubygems_version: 2.6.14.3
162
- signing_key:
174
+ rubygems_version: 3.0.8
175
+ signing_key:
163
176
  specification_version: 4
164
177
  summary: A CLI for the VSP platform
165
178
  test_files: []