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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e2d32a4a1dd92cca13d7871748e3c8092e4f9f2f
4
- data.tar.gz: baa5d0afb14855fe06ce61149bb4e2e050bd778b
3
+ metadata.gz: 7f693770075831ae8d6796b7d8d5b6d925e39ebc
4
+ data.tar.gz: 55fd8d2f2dea34b41f953f6b63b128cb90d409bb
5
5
  SHA512:
6
- metadata.gz: 37b0f795646f60a414d21957bb7213c2284e75fa8670bcd7f5e12f8fcdeac10d641d6aa2c35a092cbbaf953c6119e5eb841b5cdc030a0ec0c69d5041bff8ab02
7
- data.tar.gz: e5ebf731e97745f01ff47b229261c1ba622fbcbd447e2e0e21761e84b7df919cc5fa6bcef1758c118b39db9195d9c7cae05d5490e546979debb39bcc0ebb6d2b
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
- Added #control_file_dir to specify directory name for control file
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:
@@ -29,7 +29,7 @@ module Luban
29
29
  if osx?
30
30
  @configure_opts << "--with-darwinssl"
31
31
  else
32
- @configure_opts << "--with-ssl=#{dir}"
32
+ @configure_opts << "--with-ssl=\"#{dir} -Wl,-rpath -Wl,#{dir.join('lib')}\""
33
33
  end
34
34
  end
35
35
  end
@@ -1,5 +1,5 @@
1
1
  module Luban
2
2
  module Deployment
3
- VERSION = "0.10.8"
3
+ VERSION = "0.10.9"
4
4
  end
5
5
  end
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.8
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-26 00:00:00.000000000 Z
11
+ date: 2016-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: luban-cli