appbundle-updater 0.6.10 → 0.6.11

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: d83c9a3e15aa62498d8e092b85980bca86a045e09c6b6fa4a6091cff6f365777
4
- data.tar.gz: 85d15921ba89a043321ede5b12ff4489f8e30a3c50050a65a2ec3cc7aecfec28
3
+ metadata.gz: ff4d3079308b7d319e80374847f28a6a6e376b8fe10d7994d4a4d3d0ad699fe6
4
+ data.tar.gz: 746ce7cf0bddd703c781eb1f96525cbcfff2ac6c047d974d443dd46b9ffc253a
5
5
  SHA512:
6
- metadata.gz: 790c8ecc1eba547197024b35af028f9ffd8ad6216d2d1e06a05e7eaa25743b4b64a5f34353afb19bbda5a43c4d9e76a01dc5a2701679790e6e63477a79e7c25d
7
- data.tar.gz: f086a35f5ca3f732f5fe92132ff1749eed11c669603a90068ce4505a8c94e1206772a3746b9180456204985bc0033b913b319b00680d572503f2e241f964666b
6
+ metadata.gz: d8536bc38733f5ba1303d1666227be645c2f6771dc83481d0f100c90a576104c941f1bea07acd6fb22ad9f1777c85c68ff080802abc4975834fff2ed9a720941
7
+ data.tar.gz: 40f840e612e5ae0c286cae199df03678edda850ed648472d409210ac45670ebac38517bf560fc8cd9b140d4f58558252a02e263e80b488e26dda881b4193778c
@@ -1,30 +1,35 @@
1
1
  # appbundle-updater Change Log
2
2
 
3
- <!-- latest_release 0.6.10 -->
4
- ## [v0.6.10](https://github.com/chef/appbundle-updater/tree/v0.6.10) (2019-04-24)
3
+ <!-- latest_release 0.6.11 -->
4
+ ## [v0.6.11](https://github.com/chef/appbundle-updater/tree/v0.6.11) (2019-04-24)
5
5
 
6
6
  #### Merged Pull Requests
7
- - support --binstubs-source option [#38](https://github.com/chef/appbundle-updater/pull/38) ([lamont-granquist](https://github.com/lamont-granquist))
7
+ - trivial fix [#39](https://github.com/chef/appbundle-updater/pull/39) ([lamont-granquist](https://github.com/lamont-granquist))
8
8
  <!-- latest_release -->
9
9
 
10
- <!-- release_rollup since=0.6.2 -->
10
+ <!-- release_rollup since=0.6.10 -->
11
11
  ### Changes not yet released to rubygems.org
12
12
 
13
13
  #### Merged Pull Requests
14
- - support --binstubs-source option [#38](https://github.com/chef/appbundle-updater/pull/38) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 0.6.10 -->
15
- - Add project status info to the readme [#37](https://github.com/chef/appbundle-updater/pull/37) ([tas50](https://github.com/tas50)) <!-- 0.6.9 -->
16
- - Update travis ruby versions + minor github tweaks [#36](https://github.com/chef/appbundle-updater/pull/36) ([tas50](https://github.com/tas50)) <!-- 0.6.6 -->
17
- - Add yard deps that rake task uses [#34](https://github.com/chef/appbundle-updater/pull/34) ([tas50](https://github.com/tas50)) <!-- 0.6.5 -->
18
- - i don&#39;t believe this gsub is useful [#33](https://github.com/chef/appbundle-updater/pull/33) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 0.6.3 -->
19
- - fix pulling tags [#32](https://github.com/chef/appbundle-updater/pull/32) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 0.6.3 -->
14
+ - trivial fix [#39](https://github.com/chef/appbundle-updater/pull/39) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 0.6.11 -->
20
15
  <!-- release_rollup -->
21
16
 
22
17
  <!-- latest_stable_release -->
18
+ ## [v0.6.10](https://github.com/chef/appbundle-updater/tree/v0.6.10) (2019-04-24)
19
+
20
+ #### Merged Pull Requests
21
+ - fix pulling tags [#32](https://github.com/chef/appbundle-updater/pull/32) ([lamont-granquist](https://github.com/lamont-granquist))
22
+ - i don&#39;t believe this gsub is useful [#33](https://github.com/chef/appbundle-updater/pull/33) ([lamont-granquist](https://github.com/lamont-granquist))
23
+ - Add yard deps that rake task uses [#34](https://github.com/chef/appbundle-updater/pull/34) ([tas50](https://github.com/tas50))
24
+ - Update travis ruby versions + minor github tweaks [#36](https://github.com/chef/appbundle-updater/pull/36) ([tas50](https://github.com/tas50))
25
+ - Add project status info to the readme [#37](https://github.com/chef/appbundle-updater/pull/37) ([tas50](https://github.com/tas50))
26
+ - support --binstubs-source option [#38](https://github.com/chef/appbundle-updater/pull/38) ([lamont-granquist](https://github.com/lamont-granquist))
27
+ <!-- latest_stable_release -->
28
+
23
29
  ## [v0.6.2](https://github.com/chef/appbundle-updater/tree/v0.6.2) (2018-10-10)
24
30
 
25
31
  #### Merged Pull Requests
26
32
  - Rename the gemspec to match the gem name [#31](https://github.com/chef/appbundle-updater/pull/31) ([tas50](https://github.com/tas50))
27
- <!-- latest_stable_release -->
28
33
 
29
34
  ## [v0.6.1](https://github.com/chef/appbundle-updater/tree/v0.6.1) (2018-10-09)
30
35
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.10
1
+ 0.6.11
@@ -307,7 +307,7 @@ class CLI
307
307
  options[:extra_bin_files] = e
308
308
  end
309
309
  opts.on("-B", "--binstubs-source path/to/source") do |e|
310
- options[:extra_bin_files] = e
310
+ options[:binstubs_source] = e
311
311
  end
312
312
  opts.separator("")
313
313
  opts.separator("App names:")
@@ -1,3 +1,3 @@
1
1
  module AppbundleUpdater
2
- VERSION = "0.6.10".freeze
2
+ VERSION = "0.6.11".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.10
4
+ version: 0.6.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - lamont-granquist