appbundle-updater 1.0.34 → 1.0.36

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f1b1eb8868789a719f20e0faa0229517f67ee41c22d8cf0859f4261cf8cf77cd
4
- data.tar.gz: 6c351e79caac76315561e419c2a019dbce7dd65dd5fafd9e1d0021214d7726a0
3
+ metadata.gz: '0171110448530a18147369da16dce8eb93e307f41612ec64ff6b6bb9afeaacb2'
4
+ data.tar.gz: 51007a24f2ddc9acf07ada87d8bc1569957793a379a873bd86c8b4b8e5834c18
5
5
  SHA512:
6
- metadata.gz: 77810fd588363b0b42a85a9ad8631aba8e318017928bb9841283626054047a4558c48d51e6d90748321e353225b5e37d9d36080dd2a5ff9badfe34bbe749ee6e
7
- data.tar.gz: 6cc3f378697912b9b546cc0f6dcd3b8a6d63a7a8231df422a46d366bf4fb2cf1fe2c20c905784f74297036577522124c4f214ed1f0004d207e534ccf0b7bd95c
6
+ metadata.gz: c2988440b0f9b6f59749ed7fc26e2064945a23de755496d200bbb091915d846f2281c68e168022deec0a2aea129f1756b84c31af626f5a481e24eee25edd15a0
7
+ data.tar.gz: 27c221bf29327bbab60560bf79be31eddce5b7717a19d1fdaece80c62741eed1e974fbd8e49d55e94eb0ccb1b00ae82641c2729f81ed7d0b53ff0e97ae6d550c
data/CHANGELOG.md CHANGED
@@ -1,16 +1,18 @@
1
1
  # appbundle-updater Change Log
2
2
 
3
- <!-- latest_release 1.0.34 -->
4
- ## [v1.0.34](https://github.com/chef/appbundle-updater/tree/v1.0.34) (2021-12-09)
3
+ <!-- latest_release 1.0.36 -->
4
+ ## [v1.0.36](https://github.com/chef/appbundle-updater/tree/v1.0.36) (2022-02-09)
5
5
 
6
6
  #### Merged Pull Requests
7
- - Need a version bump for release [#97](https://github.com/chef/appbundle-updater/pull/97) ([lamont-granquist](https://github.com/lamont-granquist))
7
+ - Use rake install:local [#100](https://github.com/chef/appbundle-updater/pull/100) ([lamont-granquist](https://github.com/lamont-granquist))
8
8
  <!-- latest_release -->
9
9
 
10
10
  <!-- release_rollup since=1.0.23 -->
11
11
  ### Changes not yet released to rubygems.org
12
12
 
13
13
  #### Merged Pull Requests
14
+ - Use rake install:local [#100](https://github.com/chef/appbundle-updater/pull/100) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 1.0.36 -->
15
+ - Update chefstyle requirement from 2.1.3 to 2.2.0 [#98](https://github.com/chef/appbundle-updater/pull/98) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 1.0.35 -->
14
16
  - Need a version bump for release [#97](https://github.com/chef/appbundle-updater/pull/97) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 1.0.34 -->
15
17
  - remove bundle exec from rake install [#96](https://github.com/chef/appbundle-updater/pull/96) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 1.0.33 -->
16
18
  - Update chefstyle requirement from 2.1.1 to 2.1.3 [#95](https://github.com/chef/appbundle-updater/pull/95) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 1.0.32 -->
data/Gemfile CHANGED
@@ -10,7 +10,7 @@ end
10
10
 
11
11
  group :test do
12
12
  gem "parallel", "< 1.21" # remove this pin/dep when we drop ruby < 2.4
13
- gem "chefstyle", "2.1.3"
13
+ gem "chefstyle", "2.2.0"
14
14
  gem "rake"
15
15
  end
16
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.34
1
+ 1.0.36
@@ -129,7 +129,7 @@ App = Struct.new(:name, :repo, :bundle_without, :install_commands, :gems) do
129
129
  end
130
130
  end
131
131
 
132
- chef_install_command = "#{bin_dir.join("rake")} install"
132
+ chef_install_command = "#{bin_dir.join("rake")} install:local"
133
133
 
134
134
  CHEFDK_APPS = [
135
135
  App.new(
@@ -1,3 +1,3 @@
1
1
  module AppbundleUpdater
2
- VERSION = "1.0.34".freeze
2
+ VERSION = "1.0.36".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appbundle-updater
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.34
4
+ version: 1.0.36
5
5
  platform: ruby
6
6
  authors:
7
7
  - lamont-granquist
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-09 00:00:00.000000000 Z
11
+ date: 2022-02-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Updates appbundled apps in Chef's omnibus packages
14
14
  email:
@@ -35,7 +35,7 @@ homepage: https://github.com/chef/appbundle-updater
35
35
  licenses:
36
36
  - Apache-2.0
37
37
  metadata: {}
38
- post_install_message:
38
+ post_install_message:
39
39
  rdoc_options: []
40
40
  require_paths:
41
41
  - lib
@@ -50,8 +50,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
50
50
  - !ruby/object:Gem::Version
51
51
  version: '0'
52
52
  requirements: []
53
- rubygems_version: 3.2.32
54
- signing_key:
53
+ rubygems_version: 3.1.4
54
+ signing_key:
55
55
  specification_version: 4
56
56
  summary: Updates appbundled apps in Chef's omnibus packages
57
57
  test_files: