workflow-testing 0.0.1 → 1.0.7

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: b62f3962f93d407c98d6a749011080ba20e44996a7a6d3a146bd35a955e18af5
4
- data.tar.gz: 93ac418adb03548551a27b1227e86ac1fb2f44369d6dfed203528e1d09df3a47
3
+ metadata.gz: 59f69111c5ac199f29c338c0575d95684404c1de3b20c7965d4c32c9110ea2dd
4
+ data.tar.gz: 743f8da5b06640db1792a5cb302e4d4ef25c84966cd920cb901d90266862ad1f
5
5
  SHA512:
6
- metadata.gz: 13bc643b1e21b437bc6831fea60bb15b31f79c60ca9392c1518bb7455d5fe1b70473450954f77a7886aaf3177a4a6afc34167cac140e5caa3d086bdaedec152e
7
- data.tar.gz: c3ae047b06720253bd829bb9ca39d66621bfc0a8eb57ac461f7470ab0795c34560708e09fccf49928e3265bafa0069fc5962d0b9e40e6a5a60d3a02c31260eb8
6
+ metadata.gz: b2d9a870bf0d08b3d328a8559f279424360bc1788584413aa307260dd669dc92dfb8caae64c56ba4540c130206bf8a6002988c29e510dda824e39e1abbd1b57d
7
+ data.tar.gz: a9bb30a5a9962d2a96f6164705bf3c95f16f4cdd5c8b79e73a038dd31d899c0802375b93d1c84e00e8a45786d10bdcdff1c68aac549b5e5aebcf026ca3f27d24
@@ -9,7 +9,7 @@ jobs:
9
9
  release-please:
10
10
  runs-on: ubuntu-latest
11
11
  steps:
12
- - uses: google-github-actions/release-please-action@v3
12
+ - uses: google-github-actions/release-please-action@v3.7.13
13
13
  id: release
14
14
  with:
15
15
  release-type: ruby
@@ -32,5 +32,4 @@ jobs:
32
32
  uses: actionshub/publish-gem-to-rubygems@main
33
33
  if: ${{ steps.release.outputs.release_created }}
34
34
  with:
35
- token: ${{ secrets.RUBYGEMS_TOKEN }}
36
- owner: ${{ secrets.OWNER }}
35
+ token: ${{ secrets.RUBYGEMS_API_KEY }}
data/.rubocop.yaml CHANGED
@@ -2,7 +2,7 @@
2
2
  require: [chefstyle]
3
3
 
4
4
  AllCops:
5
- TargetRubyVersion: 3.1
5
+ TargetRubyVersion: 3.2
6
6
  Include:
7
7
  - "**/*.rb"
8
8
  Exclude:
data/CHANGELOG.md ADDED
@@ -0,0 +1,60 @@
1
+ # Changelog
2
+
3
+ ## [1.0.7](https://github.com/test-kitchen/workflow-testing-gem/compare/v1.0.6...v1.0.7) (2023-11-23)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * RUBYGEMS_API_KEY ([#21](https://github.com/test-kitchen/workflow-testing-gem/issues/21)) ([ee56fb7](https://github.com/test-kitchen/workflow-testing-gem/commit/ee56fb7c40863b62cda495ee8a6aa99f1a827add))
9
+
10
+ ## [1.0.6](https://github.com/test-kitchen/workflow-testing-gem/compare/v1.0.5...v1.0.6) (2023-11-23)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * yolo yoyo ([#19](https://github.com/test-kitchen/workflow-testing-gem/issues/19)) ([232e6c5](https://github.com/test-kitchen/workflow-testing-gem/commit/232e6c5641e3ae472945b8eafbcd42f6fdf0731c))
16
+
17
+ ## [1.0.5](https://github.com/test-kitchen/workflow-testing-gem/compare/v1.0.4...v1.0.5) (2023-11-23)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * yoyo ([#17](https://github.com/test-kitchen/workflow-testing-gem/issues/17)) ([40e710c](https://github.com/test-kitchen/workflow-testing-gem/commit/40e710c1ed528266f703aad966e61c76eddd3683))
23
+
24
+ ## [1.0.4](https://github.com/test-kitchen/workflow-testing-gem/compare/v1.0.3...v1.0.4) (2023-11-23)
25
+
26
+
27
+ ### Bug Fixes
28
+
29
+ * README ([#15](https://github.com/test-kitchen/workflow-testing-gem/issues/15)) ([ef77c7d](https://github.com/test-kitchen/workflow-testing-gem/commit/ef77c7dc0da7ae5f4a2bc429b8586368e8c2f21d))
30
+ * target ruby version ([508d77b](https://github.com/test-kitchen/workflow-testing-gem/commit/508d77bf47d433ff38a3aff3765a92b94c651631))
31
+
32
+ ## [1.0.3](https://github.com/test-kitchen/workflow-testing-gem/compare/v1.0.2...v1.0.3) (2023-11-23)
33
+
34
+
35
+ ### Bug Fixes
36
+
37
+ * Change release-please to trigger release ([#13](https://github.com/test-kitchen/workflow-testing-gem/issues/13)) ([f5aa5f9](https://github.com/test-kitchen/workflow-testing-gem/commit/f5aa5f9ae271c5d96c98b988c8251fdb029aa344))
38
+
39
+ ## [1.0.2](https://github.com/test-kitchen/workflow-testing-gem/compare/v1.0.1...v1.0.2) (2023-11-22)
40
+
41
+
42
+ ### Bug Fixes
43
+
44
+ * Remove incorrect input from RubyGems publish ([#11](https://github.com/test-kitchen/workflow-testing-gem/issues/11)) ([2790737](https://github.com/test-kitchen/workflow-testing-gem/commit/2790737dc5dceb1e3d50ba05a85b70bf0b6e922a))
45
+
46
+ ## [1.0.1](https://github.com/test-kitchen/workflow-testing-gem/compare/v1.0.0...v1.0.1) (2023-11-22)
47
+
48
+
49
+ ### Bug Fixes
50
+
51
+ * Update workflows ([#9](https://github.com/test-kitchen/workflow-testing-gem/issues/9)) ([6469db9](https://github.com/test-kitchen/workflow-testing-gem/commit/6469db938bfcd29f0b61aaa23c0cd435b63c7111))
52
+
53
+ ## 1.0.0 (2023-11-21)
54
+
55
+
56
+ ### Bug Fixes
57
+
58
+ * Add initial files for testing GitHub Actions ([#2](https://github.com/test-kitchen/workflow-testing-gem/issues/2)) ([5c4d6a2](https://github.com/test-kitchen/workflow-testing-gem/commit/5c4d6a2402f24cdf37839e19530fbaec0779d582))
59
+ * branch target from master to main ([#5](https://github.com/test-kitchen/workflow-testing-gem/issues/5)) ([3d59b01](https://github.com/test-kitchen/workflow-testing-gem/commit/3d59b016654ab1b345991dbd22f723a31c8bdb7d))
60
+ * Update TOKEN ([#7](https://github.com/test-kitchen/workflow-testing-gem/issues/7)) ([630560b](https://github.com/test-kitchen/workflow-testing-gem/commit/630560b51e0995b141f88fbf7f78d3914cf8fb0e))
data/Gemfile CHANGED
@@ -5,5 +5,5 @@ source "https://rubygems.org"
5
5
  gemspec
6
6
 
7
7
  group :chefstyle do
8
- gem "chefstyle", "2.2.2"
8
+ gem "chefstyle", "2.2.3"
9
9
  end
data/README.md CHANGED
@@ -1,3 +1,7 @@
1
1
  # workflow-testing-gem
2
2
 
3
3
  Gem repo for testing GitHub Actions release workflows
4
+
5
+ ## Usage
6
+
7
+ None
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Kitchen
4
4
  module Driver
5
- WORKFLOW_TESTING_VERSION = "0.0.1"
5
+ WORKFLOW_TESTING_VERSION = "1.0.7"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: workflow-testing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Webb
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-21 00:00:00.000000000 Z
11
+ date: 2023-11-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A stub gem to test workflows
14
14
  email:
@@ -22,8 +22,8 @@ files:
22
22
  - ".gitignore"
23
23
  - ".markdownlint.yaml"
24
24
  - ".rubocop.yaml"
25
+ - CHANGELOG.md
25
26
  - Gemfile
26
- - Gemfile.lock
27
27
  - LICENSE
28
28
  - README.md
29
29
  - lib/kitchen/driver/version.rb
data/Gemfile.lock DELETED
@@ -1,43 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- workflow-testing (0.0.1)
5
-
6
- GEM
7
- remote: https://rubygems.org/
8
- specs:
9
- ast (2.4.2)
10
- chefstyle (2.2.2)
11
- rubocop (= 1.25.1)
12
- parallel (1.23.0)
13
- parser (3.2.2.4)
14
- ast (~> 2.4.1)
15
- racc
16
- racc (1.7.3)
17
- rainbow (3.1.1)
18
- regexp_parser (2.8.2)
19
- rexml (3.2.6)
20
- rubocop (1.25.1)
21
- parallel (~> 1.10)
22
- parser (>= 3.1.0.0)
23
- rainbow (>= 2.2.2, < 4.0)
24
- regexp_parser (>= 1.8, < 3.0)
25
- rexml
26
- rubocop-ast (>= 1.15.1, < 2.0)
27
- ruby-progressbar (~> 1.7)
28
- unicode-display_width (>= 1.4.0, < 3.0)
29
- rubocop-ast (1.30.0)
30
- parser (>= 3.2.1.0)
31
- ruby-progressbar (1.13.0)
32
- unicode-display_width (2.5.0)
33
-
34
- PLATFORMS
35
- arm64-darwin-22
36
- x86_64-linux
37
-
38
- DEPENDENCIES
39
- chefstyle (= 2.2.2)
40
- workflow-testing!
41
-
42
- BUNDLED WITH
43
- 2.4.10