appbundle-updater 0.6.2 → 0.6.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +11 -6
- data/README.md +4 -4
- data/VERSION +1 -1
- data/bin/appbundle-updater +1 -1
- data/lib/appbundle_updater/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2096ef91f7410c850a8ad753e7db128d97607aea5c3355425447ca255037f5e1
|
4
|
+
data.tar.gz: a61753b7c2f95b26b8300071bb2228b2df3266a23d95e06834dc0b997b1999ee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e4c0a60890a5b3f3ddf1af22fb0cd7a4e6a59f844dab9b54bc4147437a0989fb5b20b41fed81de6fe3572523b653ec319f0838556e2d6581dda22c6e4842a43
|
7
|
+
data.tar.gz: 3db44d29babe4ddf36f3a930a3e4dd73a337fc62b85879f4fa0bb2f3febca5f4f323c382e043e037c122b7fae2c022c24957c8d6081fad464245a9a6e4fc04a7
|
data/CHANGELOG.md
CHANGED
@@ -1,25 +1,30 @@
|
|
1
1
|
# appbundle-updater Change Log
|
2
2
|
|
3
|
-
<!-- latest_release 0.6.
|
4
|
-
## [v0.6.
|
3
|
+
<!-- latest_release 0.6.3 -->
|
4
|
+
## [v0.6.3](https://github.com/chef/appbundle-updater/tree/v0.6.3) (2018-11-27)
|
5
5
|
|
6
6
|
#### Merged Pull Requests
|
7
|
-
-
|
7
|
+
- fix pulling tags [#32](https://github.com/chef/appbundle-updater/pull/32) ([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.2 -->
|
11
11
|
### Changes not yet released to rubygems.org
|
12
12
|
|
13
13
|
#### Merged Pull Requests
|
14
|
-
-
|
14
|
+
- fix pulling tags [#32](https://github.com/chef/appbundle-updater/pull/32) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 0.6.3 -->
|
15
15
|
<!-- release_rollup -->
|
16
16
|
|
17
17
|
<!-- latest_stable_release -->
|
18
|
+
## [v0.6.2](https://github.com/chef/appbundle-updater/tree/v0.6.2) (2018-10-10)
|
19
|
+
|
20
|
+
#### Merged Pull Requests
|
21
|
+
- Rename the gemspec to match the gem name [#31](https://github.com/chef/appbundle-updater/pull/31) ([tas50](https://github.com/tas50))
|
22
|
+
<!-- latest_stable_release -->
|
23
|
+
|
18
24
|
## [v0.6.1](https://github.com/chef/appbundle-updater/tree/v0.6.1) (2018-10-09)
|
19
25
|
|
20
26
|
#### Merged Pull Requests
|
21
27
|
- Fix the license string and limit the files we ship in the gem [#30](https://github.com/chef/appbundle-updater/pull/30) ([tas50](https://github.com/tas50))
|
22
|
-
<!-- latest_stable_release -->
|
23
28
|
|
24
29
|
|
25
30
|
|
data/README.md
CHANGED
@@ -113,9 +113,9 @@ Created and maintained by [Fletcher Nichol][fnichol] (<fnichol@nichol.ca>)
|
|
113
113
|
|
114
114
|
## <a name="license"></a> License
|
115
115
|
|
116
|
-
Apache 2.0 (see [LICENSE
|
116
|
+
Apache 2.0 (see [LICENSE][license])
|
117
117
|
|
118
|
-
[license]: https://github.com/
|
118
|
+
[license]: https://github.com/chef/appbundle-updater/blob/master/LICENSE
|
119
119
|
[fnichol]: https://github.com/fnichol
|
120
|
-
[repo]: https://github.com/
|
121
|
-
[issues]: https://github.com/
|
120
|
+
[repo]: https://github.com/chef/appbundle-updater
|
121
|
+
[issues]: https://github.com/chef/appbundle-updater/issues
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.6.
|
1
|
+
0.6.3
|
data/bin/appbundle-updater
CHANGED
@@ -226,7 +226,7 @@ class Updater
|
|
226
226
|
extract_tgz(tempfile.path)
|
227
227
|
end
|
228
228
|
base = File.basename repo
|
229
|
-
FileUtils.mv "#{base}
|
229
|
+
FileUtils.mv Dir.glob("#{base}-*").gsub(/\//, "-"), "#{app.name}"
|
230
230
|
end
|
231
231
|
else
|
232
232
|
git_url = "https://github.com/#{repo}.git"
|
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: 0.6.
|
4
|
+
version: 0.6.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- lamont-granquist
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-11-27 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Updates appbundled apps in Chef's omnibus packages
|
14
14
|
email:
|