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 +4 -4
- data/CHANGELOG.md +16 -11
- data/VERSION +1 -1
- data/bin/appbundle-updater +1 -1
- data/lib/appbundle_updater/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ff4d3079308b7d319e80374847f28a6a6e376b8fe10d7994d4a4d3d0ad699fe6
|
4
|
+
data.tar.gz: 746ce7cf0bddd703c781eb1f96525cbcfff2ac6c047d974d443dd46b9ffc253a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d8536bc38733f5ba1303d1666227be645c2f6771dc83481d0f100c90a576104c941f1bea07acd6fb22ad9f1777c85c68ff080802abc4975834fff2ed9a720941
|
7
|
+
data.tar.gz: 40f840e612e5ae0c286cae199df03678edda850ed648472d409210ac45670ebac38517bf560fc8cd9b140d4f58558252a02e263e80b488e26dda881b4193778c
|
data/CHANGELOG.md
CHANGED
@@ -1,30 +1,35 @@
|
|
1
1
|
# appbundle-updater Change Log
|
2
2
|
|
3
|
-
<!-- latest_release 0.6.
|
4
|
-
## [v0.6.
|
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
|
-
-
|
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.
|
10
|
+
<!-- release_rollup since=0.6.10 -->
|
11
11
|
### Changes not yet released to rubygems.org
|
12
12
|
|
13
13
|
#### Merged Pull Requests
|
14
|
-
-
|
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'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'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.
|
1
|
+
0.6.11
|
data/bin/appbundle-updater
CHANGED