tiny_tds 3.2.0-aarch64-linux-musl → 3.2.1-aarch64-linux-musl
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/.github/workflows/ci.yml +3 -22
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/ext/tiny_tds/extconsts.rb +1 -1
- data/lib/tiny_tds.rb +1 -1
- data/ports/aarch64-linux-musl/bin/tsql +0 -0
- data/ports/aarch64-linux-musl/lib/libsybdb.so.5 +0 -0
- 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: 4d88935840036b40007201ebff29bf884444170de48111ab212e410601720774
|
4
|
+
data.tar.gz: 913072ebdef09e39416e6a389d8fbc24d1296b14bc95c4af763580f0dd552294
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6acc3e0433f3fd3206c39bfd870686430b5ece41918b8607c9ab02360016a41f837d3493034825b1d14302f21668c5d8f836e562d5c917b797bf897a88ffae9a
|
7
|
+
data.tar.gz: 3e537266bb85fdbeadc67feb9c0cfa946154642a2d5815d5e2568081aafa16a5c6e5f202dc790963c7d9cd0e727ae7e19310fd2b1627e855f4733b5c2aee6f86
|
data/.github/workflows/ci.yml
CHANGED
@@ -66,8 +66,6 @@ jobs:
|
|
66
66
|
name: install-windows-mingw
|
67
67
|
runs-on: windows-latest
|
68
68
|
steps:
|
69
|
-
- uses: actions/checkout@v4
|
70
|
-
|
71
69
|
- uses: ruby/setup-ruby@v1
|
72
70
|
with:
|
73
71
|
ruby-version: ${{ matrix.ruby-version }}
|
@@ -80,13 +78,7 @@ jobs:
|
|
80
78
|
|
81
79
|
- name: Install native gem
|
82
80
|
shell: pwsh
|
83
|
-
run:
|
84
|
-
$rubyArchitecture = (ruby -e "puts RbConfig::CONFIG['arch']").Trim()
|
85
|
-
$gemVersion = (Get-Content VERSION).Trim()
|
86
|
-
$gemToInstall = "./tiny_tds-$gemVersion-$rubyArchitecture.gem"
|
87
|
-
|
88
|
-
Write-Host "Looking to install $gemToInstall"
|
89
|
-
gem install "$gemToInstall"
|
81
|
+
run: gem install "tiny_tds-*.gem"
|
90
82
|
|
91
83
|
- name: Test if TinyTDS loads
|
92
84
|
shell: pwsh
|
@@ -191,8 +183,6 @@ jobs:
|
|
191
183
|
name: install-windows-ucrt
|
192
184
|
runs-on: windows-latest
|
193
185
|
steps:
|
194
|
-
- uses: actions/checkout@v4
|
195
|
-
|
196
186
|
- uses: ruby/setup-ruby@v1
|
197
187
|
with:
|
198
188
|
ruby-version: ${{ matrix.ruby-version }}
|
@@ -205,13 +195,7 @@ jobs:
|
|
205
195
|
|
206
196
|
- name: Install native gem
|
207
197
|
shell: pwsh
|
208
|
-
run:
|
209
|
-
$rubyArchitecture = (ruby -e "puts RbConfig::CONFIG['arch']").Trim()
|
210
|
-
$gemVersion = (Get-Content VERSION).Trim()
|
211
|
-
$gemToInstall = "./tiny_tds-$gemVersion-$rubyArchitecture.gem"
|
212
|
-
|
213
|
-
Write-Host "Looking to install $gemToInstall"
|
214
|
-
gem install "$gemToInstall"
|
198
|
+
run: gem install "tiny_tds-*.gem"
|
215
199
|
|
216
200
|
- name: Test if TinyTDS loads
|
217
201
|
shell: pwsh
|
@@ -389,8 +373,6 @@ jobs:
|
|
389
373
|
name: install-linux
|
390
374
|
runs-on: ubuntu-22.04
|
391
375
|
steps:
|
392
|
-
- uses: actions/checkout@v4
|
393
|
-
|
394
376
|
- name: Download precompiled gem
|
395
377
|
uses: actions/download-artifact@v4
|
396
378
|
with:
|
@@ -407,7 +389,7 @@ jobs:
|
|
407
389
|
sh -c "
|
408
390
|
gem update --system 3.3.22 &&
|
409
391
|
${{ matrix.bootstrap }}
|
410
|
-
gem install --no-document ./gems/tiny_tds
|
392
|
+
gem install --no-document ./gems/tiny_tds-*.gem &&
|
411
393
|
ruby -e \"require 'tiny_tds'; puts TinyTds::Gem.root_path\" &&
|
412
394
|
tsql-ttds -C &&
|
413
395
|
defncopy-ttds -v
|
@@ -425,7 +407,6 @@ jobs:
|
|
425
407
|
- true
|
426
408
|
|
427
409
|
mssql-version:
|
428
|
-
- 2017
|
429
410
|
- 2019
|
430
411
|
- 2022
|
431
412
|
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.2.
|
1
|
+
3.2.1
|
data/ext/tiny_tds/extconsts.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
ICONV_VERSION = ENV["TINYTDS_ICONV_VERSION"] || "1.18"
|
2
2
|
ICONV_SOURCE_URI = "http://ftp.gnu.org/pub/gnu/libiconv/libiconv-#{ICONV_VERSION}.tar.gz"
|
3
3
|
|
4
|
-
OPENSSL_VERSION = ENV["TINYTDS_OPENSSL_VERSION"] || "3.4.
|
4
|
+
OPENSSL_VERSION = ENV["TINYTDS_OPENSSL_VERSION"] || "3.4.1"
|
5
5
|
OPENSSL_SOURCE_URI = "https://www.openssl.org/source/openssl-#{OPENSSL_VERSION}.tar.gz"
|
6
6
|
|
7
7
|
FREETDS_VERSION = ENV["TINYTDS_FREETDS_VERSION"] || "1.4.26"
|
data/lib/tiny_tds.rb
CHANGED
@@ -11,7 +11,7 @@ module TinyTds
|
|
11
11
|
# Is this file part of a fat binary gem with bundled freetds?
|
12
12
|
# This path must be enabled by add_dll_directory on Windows.
|
13
13
|
gplat = ::Gem::Platform.local
|
14
|
-
FREETDS_LIB_PATH = Dir[File.expand_path("../ports/#{gplat.cpu}-#{gplat.os}*/lib", __dir__)].first
|
14
|
+
FREETDS_LIB_PATH = Dir[File.expand_path("../ports/#{gplat.cpu}-#{gplat.os}*/{bin,lib}", __dir__)].first
|
15
15
|
|
16
16
|
add_dll_path = proc do |path, &block|
|
17
17
|
if RUBY_PLATFORM =~ /(mswin|mingw)/i && path
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tiny_tds
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.
|
4
|
+
version: 3.2.1
|
5
5
|
platform: aarch64-linux-musl
|
6
6
|
authors:
|
7
7
|
- Ken Collins
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
- Will Bond
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2025-
|
12
|
+
date: 2025-04-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bigdecimal
|