appbundler 0.12.2 → 0.12.3

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: 80b1a0e57faf7be328955b31ddf19903fca2e1e3d5233af954511e207d64c32b
4
- data.tar.gz: b71e74d5cb8e4be37ba340c97bae4179591d3d1735b9b6dfe89adb6bec515f91
3
+ metadata.gz: 7e28f2e4515160806c46bb209b6c77bafc27a3ee85f3a6c150395533f71769bd
4
+ data.tar.gz: f1d0721a380ebfa6ff3be21e94d9fa60684e7838a8f10daae7db86e9bf4e905f
5
5
  SHA512:
6
- metadata.gz: 59bed4d36554d66823560e7f419bf53812823b8e7be7e49e87c079489560e585e679e10236019c54a8d4ffb6794627baba7ded963a98869f7d72bee683fa90bf
7
- data.tar.gz: a13877b606f0dab1331015c3a16fab3024fb13b97515d25fd3c3f8ead733c8bb44c63ebd8e536cd292792167fd9619161ca417bc273690cc1d1d596cc45ad3d2
6
+ metadata.gz: 660b086281a966d5376a6f595afd6a059340815746733a71f85de6fb853bc20ddb22b94a07ff69dc324c094089ef6ed8c30554b75363e49b13a0aadbc35a9469
7
+ data.tar.gz: c763835a1fbc8a0c5a72f5c0081acb95f6380141f644c4e365fb93160d4c9cf97e6e7cad8a2b0b9e6da0875ae1a7221c424654edb727240a958e30caaf2a3877
@@ -2,26 +2,31 @@
2
2
 
3
3
  This file is used to document the changes between releases of Appbundler
4
4
 
5
- <!-- latest_release 0.12.2 -->
6
- ## [v0.12.2](https://github.com/chef/appbundler/tree/v0.12.2) (2019-04-16)
5
+ <!-- latest_release 0.12.3 -->
6
+ ## [v0.12.3](https://github.com/chef/appbundler/tree/v0.12.3) (2019-04-17)
7
7
 
8
8
  #### Merged Pull Requests
9
- - fix syntax for cli options [#51](https://github.com/chef/appbundler/pull/51) ([lamont-granquist](https://github.com/lamont-granquist))
9
+ - syntax fix [#52](https://github.com/chef/appbundler/pull/52) ([lamont-granquist](https://github.com/lamont-granquist))
10
10
  <!-- latest_release -->
11
11
 
12
- <!-- release_rollup since=0.12.1 -->
12
+ <!-- release_rollup since=0.12.2 -->
13
13
  ### Changes not yet released to rubygems.org
14
14
 
15
15
  #### Merged Pull Requests
16
- - fix syntax for cli options [#51](https://github.com/chef/appbundler/pull/51) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 0.12.2 -->
16
+ - syntax fix [#52](https://github.com/chef/appbundler/pull/52) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 0.12.3 -->
17
17
  <!-- release_rollup -->
18
18
 
19
19
  <!-- latest_stable_release -->
20
+ ## [v0.12.2](https://github.com/chef/appbundler/tree/v0.12.2) (2019-04-16)
21
+
22
+ #### Merged Pull Requests
23
+ - fix syntax for cli options [#51](https://github.com/chef/appbundler/pull/51) ([lamont-granquist](https://github.com/lamont-granquist))
24
+ <!-- latest_stable_release -->
25
+
20
26
  ## [v0.12.1](https://github.com/chef/appbundler/tree/v0.12.1) (2019-04-16)
21
27
 
22
28
  #### Merged Pull Requests
23
29
  - add support for extra bin files not in the binstubs [#50](https://github.com/chef/appbundler/pull/50) ([lamont-granquist](https://github.com/lamont-granquist))
24
- <!-- latest_stable_release -->
25
30
 
26
31
  ## [v0.12.0](https://github.com/chef/appbundler/tree/v0.12.0) (2019-03-18)
27
32
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.12.2
1
+ 0.12.3
@@ -339,7 +339,7 @@ E
339
339
  end
340
340
 
341
341
  def executables
342
- installed_spec.executables.map { |e| spec.bin_file(e) } + extra_bin_files
342
+ installed_spec.executables.map { |e| installed_spec.bin_file(e) } + extra_bin_files
343
343
  end
344
344
 
345
345
  def runtime_dep_specs
@@ -1,3 +1,3 @@
1
1
  module Appbundler
2
- VERSION = "0.12.2"
2
+ VERSION = "0.12.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appbundler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.2
4
+ version: 0.12.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chef Software, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-16 00:00:00.000000000 Z
11
+ date: 2019-04-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake