appbundle-updater 0.6.16 → 0.6.17

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: 784bfa1efb1f42a4624efa2dd123d61a51b1af31079d28aa69b36f33116c344b
4
- data.tar.gz: 9aa6650d513700ab6593bed162f07a2f86d5d197ace38aabf51837c8f8a74ebb
3
+ metadata.gz: 70a345f260402b3c5e6a5d6906fbaf44ee098724c4873d337b571445e214c55c
4
+ data.tar.gz: 5ff2c2a4ec08ea68c46a0d4e9fe2a3e0cb238ffdfc45410ca3e1d89ecffa122c
5
5
  SHA512:
6
- metadata.gz: 15c977fb227e1baeb160a72711f472e660a31c730c5166b4a130ed1daf9210d89f24532870466334019a03e963273a0c9a63831c61d217b38c48428f552f462f
7
- data.tar.gz: c5ab9dd8b4592c208ccbfadb650e9ce70ac00a2b0b998082ad184e59853700b36fe7ca15f8be0f3c1736994534d0b65ba1355309926d42440e723c02883d58d3
6
+ metadata.gz: 159a3d083859752c48a43637e373b9385a1358b788f39e6354d3b3c572109bd8a240b8f96246cfce5e6498b71348da504671f33d49a0391962c5d262ef4c2af0
7
+ data.tar.gz: 40859b52914671a4b530eb9bfdf838a432e78f18c77ec2be645bf21c1dab4e62f1ee8951267142e790f98072d9a076a7024a529add11b6377596c2cffab1df51
@@ -1,20 +1,26 @@
1
1
  # appbundle-updater Change Log
2
2
 
3
- <!-- latest_release 0.6.16 -->
4
- ## [v0.6.16](https://github.com/chef/appbundle-updater/tree/v0.6.16) (2019-09-30)
3
+ <!-- latest_release 0.6.17 -->
4
+ ## [v0.6.17](https://github.com/chef/appbundle-updater/tree/v0.6.17) (2019-09-30)
5
5
 
6
6
  #### Merged Pull Requests
7
- - Update the groups we ignore in the bundle installs [#44](https://github.com/chef/appbundle-updater/pull/44) ([tas50](https://github.com/tas50))
7
+ - Don&#39;t exclude the development group for ohai [#45](https://github.com/chef/appbundle-updater/pull/45) ([tas50](https://github.com/tas50))
8
8
  <!-- latest_release -->
9
9
 
10
- <!-- release_rollup since=0.6.15 -->
10
+ <!-- release_rollup since=0.6.16 -->
11
11
  ### Changes not yet released to rubygems.org
12
12
 
13
13
  #### Merged Pull Requests
14
- - Update the groups we ignore in the bundle installs [#44](https://github.com/chef/appbundle-updater/pull/44) ([tas50](https://github.com/tas50)) <!-- 0.6.16 -->
14
+ - Don&#39;t exclude the development group for ohai [#45](https://github.com/chef/appbundle-updater/pull/45) ([tas50](https://github.com/tas50)) <!-- 0.6.17 -->
15
15
  <!-- release_rollup -->
16
16
 
17
17
  <!-- latest_stable_release -->
18
+ ## [v0.6.16](https://github.com/chef/appbundle-updater/tree/v0.6.16) (2019-09-30)
19
+
20
+ #### Merged Pull Requests
21
+ - Update the groups we ignore in the bundle installs [#44](https://github.com/chef/appbundle-updater/pull/44) ([tas50](https://github.com/tas50))
22
+ <!-- latest_stable_release -->
23
+
18
24
  ## [v0.6.15](https://github.com/chef/appbundle-updater/tree/v0.6.15) (2019-07-18)
19
25
 
20
26
  #### Merged Pull Requests
@@ -22,7 +28,6 @@
22
28
  - Remove Travis CI PR testing [#41](https://github.com/chef/appbundle-updater/pull/41) ([tas50](https://github.com/tas50))
23
29
  - Add Windows testing in BuildKite [#42](https://github.com/chef/appbundle-updater/pull/42) ([tas50](https://github.com/tas50))
24
30
  - Support Fedora 30 by trying to install both lzma-devel and xz-devel [#43](https://github.com/chef/appbundle-updater/pull/43) ([tas50](https://github.com/tas50))
25
- <!-- latest_stable_release -->
26
31
 
27
32
  ## [v0.6.11](https://github.com/chef/appbundle-updater/tree/v0.6.11) (2019-04-24)
28
33
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.16
1
+ 0.6.17
@@ -176,7 +176,7 @@ CHEFDK_APPS = [
176
176
  App.new(
177
177
  "ohai",
178
178
  "chef/ohai",
179
- "development ci docs debug",
179
+ "ci docs debug",
180
180
  "#{bin_dir.join("rake")} install"
181
181
  ),
182
182
  App.new(
@@ -1,3 +1,3 @@
1
1
  module AppbundleUpdater
2
- VERSION = "0.6.16".freeze
2
+ VERSION = "0.6.17".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appbundle-updater
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.16
4
+ version: 0.6.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - lamont-granquist