vagrant-zones 0.1.56 → 0.1.57

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: 1528b32a50309537676f60a94fa55de07bb743cc524a5aea0f711d99879dc23c
4
- data.tar.gz: d8ba93a9e3c100a9c8ce6291475a3e7833da53f3519f4801dff9526e2548c9a7
3
+ metadata.gz: 4e9b07d1de675ef0162ebb1f535fb9e02bb4dfb5fa736e77b16ca624a0bd9ce0
4
+ data.tar.gz: 2572b3864f684ee80cf8c39f208dbf84b5e203160b472dda7ac6c42d0db48f22
5
5
  SHA512:
6
- metadata.gz: e92db9978438db8ef5d05857cfea9abaa615ee05710e023785a56673e51e7a8eb618361defceb4e8a3438e97c7fdee04221d9a42502aba7667e24d7f178cff8d
7
- data.tar.gz: 36ef52d0e80837ac9b7004673b3af871a07ff010407e8444d665905a80dcef67189716c67a1f7b8f3183111754aa5b358f93766b110e3c88ea96093affd3cb5e
6
+ metadata.gz: 9abc2c6099fe4496e93bf70b4b83cb5c2d55778b0165c0c63f7f42ecdd9293e6ebe45356cce722e3f89eaea1e54b825169db90ada3c1abeb236ed771108b0858
7
+ data.tar.gz: dba3a6cf0402bea0e2d4eeefc5aa1553fa578a8f4bf9141d491a37b6c179a438f7b48ab0ecef04ee596081559c9e35c480662c2152657dfa67ed99676ef448b7
@@ -13,14 +13,14 @@ jobs:
13
13
  env:
14
14
  GEM_NAME: "vagrant-zones"
15
15
  steps:
16
- - uses: GoogleCloudPlatform/release-please-action@v2
16
+ - uses: google-github-actions/release-please-action@v3
17
17
  id: release
18
18
  with:
19
19
  release-type: ruby
20
20
  package-name: ${{ env.GEM_NAME }}
21
21
  bump-minor-pre-major: true
22
22
  bump-patch-for-minor-pre-major: true
23
- version-file: "lib/${{ env.GEM_NAME }}/version.rb"
23
+ version-file: lib/vagrant-zones/version.rb
24
24
 
25
25
  # Checkout code if release was created
26
26
  - uses: actions/checkout@v2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.57](https://github.com/STARTcloud/vagrant-zones/compare/v0.1.56...v0.1.57) (2022-12-10)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * auto-release bump version ([ab58359](https://github.com/STARTcloud/vagrant-zones/commit/ab583598441d8ea67c02c8451374a5e17bf1935e))
9
+ * Auto-release versioning ([4e6be46](https://github.com/STARTcloud/vagrant-zones/commit/4e6be46b391a23a723cbc89bf4b168806c324cde))
10
+ * change release please ([c4917ee](https://github.com/STARTcloud/vagrant-zones/commit/c4917eea2de15ada963df92057696b1d82f63727))
11
+ * freeze lint warning ([bed2db3](https://github.com/STARTcloud/vagrant-zones/commit/bed2db3cee437cc14d33a382adb6b09c23a799d4))
12
+ * really really fix the lint warning ([c7c73cb](https://github.com/STARTcloud/vagrant-zones/commit/c7c73cb350db3ff35d0641dd800daf2fa3620433))
13
+ * Release Version Update ([f6ad1d5](https://github.com/STARTcloud/vagrant-zones/commit/f6ad1d5705eb3ea0d91677e24996e8719d19837b))
14
+ * version autoupdate ([15b3a3c](https://github.com/STARTcloud/vagrant-zones/commit/15b3a3c5a3ffdcf91ecd6cf8a38f2baa07283077))
15
+ * versioning ([5763ff2](https://github.com/STARTcloud/vagrant-zones/commit/5763ff2f6ef9ec3993b680ec3bec10128feaf2e1))
16
+
3
17
  ### [0.1.56](https://www.github.com/STARTcloud/vagrant-zones/compare/v0.1.55...v0.1.56) (2022-12-09)
4
18
 
5
19
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module VagrantPlugins
4
4
  module ProviderZone
5
- VERSION = '0.1.56'
5
+ VERSION = '0.1.57'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-zones
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.56
4
+ version: 0.1.57
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Gilbert
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-09 00:00:00.000000000 Z
11
+ date: 2022-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n