tebako 0.15.8 → 0.15.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
  SHA256:
3
- metadata.gz: 6fa7515769c7ae33c0b89cc8ff79a268e468ea722e7020d55fa9cd1e3ef49c7b
4
- data.tar.gz: ea471ce3d5740057352ab9a63477d93d18a2a692de913a20e4babc95d8442892
3
+ metadata.gz: 240e5a93403c9dc6f877076beb8132d5946647116ac364dba3c9d7d32074d4f2
4
+ data.tar.gz: 734253fd1d8656faeb301c6f7d414727d44a4708b3a88f52d6e60fb49e606790
5
5
  SHA512:
6
- metadata.gz: 9b90c153285f562f555802a848a530e71983a03158a7c253f00264270dbf2593a7ed8aa742f46b1db17ae911e52d14da5289e45473c850ed58b95c034210133d
7
- data.tar.gz: 9f125641fe1008e3afa312335ad8a3e89fd5b5954a66747524dcaa2f1a4c05880a27bb3264db57b6a7f7d439591c85f1324037ee5c1ac1dd4faffa18739d62d2
6
+ metadata.gz: 6e0428240377fa1fbdd2a1b7693afb87024a01e3eafc4428d3d462c68d35eac161ff8e767370a389e21db535bbc0c811995e85afcd0625c48d4b011be9d70f39
7
+ data.tar.gz: 912ea5e78e6e2bb431dc6743adb70f304608dd94af9bfd8819e80baccf94902ff9a6760609bfef8325a9c69e5079a669597893fafc5a05713e30e265d59e0479
@@ -102,7 +102,11 @@ module Tebako
102
102
  if scmb.macos?
103
103
  "S[\"MAINLIBS\"]=\"-ldl -lobjc -lpthread \""
104
104
  elsif scmb.msys?
105
- "S[\"MAINLIBS\"]=\"-lshell32 -lws2_32 -liphlpapi -limagehlp -lshlwapi -lbcrypt \""
105
+ # The configure LIBS env (crypt32 & co. for the static vcpkg OpenSSL,
106
+ # tebako#345) is appended to MAINLIBS after ruby's defaults; the
107
+ # pattern must match the resulting line exactly or the mlibs
108
+ # substitution silently misses and the engine libs never get in
109
+ "S[\"MAINLIBS\"]=\"-lshell32 -lws2_32 -liphlpapi -limagehlp -lshlwapi -lbcrypt -lcrypt32 -ladvapi32 -luser32 "
106
110
  else
107
111
  "S[\"MAINLIBS\"]=\"-lz -lrt -lrt -ldl -lcrypt -lm -lpthread \""
108
112
  end
@@ -26,5 +26,5 @@
26
26
  # POSSIBILITY OF SUCH DAMAGE.
27
27
 
28
28
  module Tebako
29
- VERSION = "0.15.8"
29
+ VERSION = "0.15.9"
30
30
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tebako
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.8
4
+ version: 0.15.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.