tebako 0.15.6 → 0.15.7

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CMakeLists.txt +10 -0
  3. data/lib/tebako/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c715e1aa147daa49822f94e67fccd62fba55abebce35579a9b5aec3fc13dd400
4
- data.tar.gz: b9d4d2d079162a8e557c88cd46ee827fd82b3b7cbca6ebd4adf0935b25a4c266
3
+ metadata.gz: b4b2039af899920b877b932e2b7d41b9b341f80f94447e2c92f9a7737cc448ca
4
+ data.tar.gz: d13fca28934fceb1b242956524f6db65434668a4dd43aa081ca6884bb9ff9a01
5
5
  SHA512:
6
- metadata.gz: abe104408b954c1da7cb133c9c55c5d3c9926bcf5e253e9b633d4a954cb333b78272a3128cb119554d27e3616f02ef48d1db80c51ae90710e520fca25c774234
7
- data.tar.gz: fbae51e79b5525115f05f043c39d98d06a9e9b9ba4ccbd1a2ff2d31be0f035765b830e70cdce7b030c321b22eb853528297f90bed634a8927a929083614bddfb
6
+ metadata.gz: 6ed176c55dabe69a9cfd56b6cba29a0049fb0d18412c68b9c92a191dcc0f49fa95bb0a12bfd84b0539b55684767a13beffd4806e8d8e1872767afd448ddad362
7
+ data.tar.gz: 5813adbecb08065f52ba8163bf9f3e0a7f50f72c3bd9f23cdbb2d8db9c5e1cde48a6d9cf28de9f87c37cae4df89d10f17af63745e577187ea7c0834ee1ea68e5
data/CMakeLists.txt CHANGED
@@ -112,6 +112,16 @@ elseif("${OSTYPE_TXT}" MATCHES "^darwin.*")
112
112
  set(IS_DARWIN ON)
113
113
  endif()
114
114
 
115
+ if(IS_MSYS AND DWARFS_PRELOAD)
116
+ # The prebuilt windows-ucrt64 libtfs package carries the modern API only:
117
+ # the legacy tebako API (tebako-io/memfs, which tebako-main.cpp consumes)
118
+ # is excluded from the standalone MinGW build by design because its
119
+ # ruby-win32 shims only compile inside the ruby build context. Windows
120
+ # runtimes therefore always build libtfs from source (tebako#345).
121
+ message(STATUS "DWARFS_PRELOAD forced OFF on msys (the prebuilt package lacks the legacy tebako API)")
122
+ set(DWARFS_PRELOAD OFF CACHE BOOL "Deploy the prebuilt libtfs package from the GitHub release" FORCE)
123
+ endif()
124
+
115
125
  if(${RUBY_VER} VERSION_LESS "3.1.0")
116
126
  set(OPENSSL_VER "1.1")
117
127
  else(${RUBY_VER} VERSION_LESS "3.1.0")
@@ -26,5 +26,5 @@
26
26
  # POSSIBILITY OF SUCH DAMAGE.
27
27
 
28
28
  module Tebako
29
- VERSION = "0.15.6"
29
+ VERSION = "0.15.7"
30
30
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tebako
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.6
4
+ version: 0.15.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-07-23 00:00:00.000000000 Z
11
+ date: 2026-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler