luban 0.10.8 → 0.10.9
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 +4 -4
- data/CHANGELOG.md +6 -1
- data/lib/luban/deployment/packages/curl.rb +1 -1
- data/lib/luban/deployment/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7f693770075831ae8d6796b7d8d5b6d925e39ebc
|
|
4
|
+
data.tar.gz: 55fd8d2f2dea34b41f953f6b63b128cb90d409bb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 52fd3999cec5a1ef7a697814c9295d3762c185df6591ad57c0856122e1c24cd7e66b2ae3c7ce9675c68d63552a7744b35e07e22ef6c1647774f836e8c88cf3ea
|
|
7
|
+
data.tar.gz: e378668d5813792bbe82a7751effc796c84f296c3cb78864cca709d349f1fa6a1cd7fbdc996cb14ce840350579c43f86558d1502570ff133286c9d0c8a4e6b58
|
data/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
# Change log
|
|
2
2
|
|
|
3
|
+
## Version 0.10.9 (Nov 28, 2016)
|
|
4
|
+
|
|
5
|
+
Bug fixes:
|
|
6
|
+
* Used proper linker flag to ensure libssl shared library is being linked properly in Curl (Linux)
|
|
7
|
+
|
|
3
8
|
## Version 0.10.8 (Nov 26, 2016)
|
|
4
9
|
|
|
5
10
|
Minor enhancements:
|
|
6
|
-
|
|
11
|
+
* Added #control_file_dir to specify directory name for control file
|
|
7
12
|
* By default, control_fir_dir is also used in linked_files handling
|
|
8
13
|
|
|
9
14
|
Bug fixes:
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: luban
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.10.
|
|
4
|
+
version: 0.10.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rubyist Lei
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-11-
|
|
11
|
+
date: 2016-11-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: luban-cli
|