quickfix_ruby_ud 2.0.7-aarch64-linux → 2.0.8-aarch64-linux

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/ext/quickfix/extconf.rb +3 -0
  3. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8a4f7fab482e64b14da03de21b3cd831db1ab1080c3de8b3547577a5936a6041
4
- data.tar.gz: 57a5ef004ae745ca940c588eb69f3d341d3af8fe0e1602826dc13ca5ed4c7e5c
3
+ metadata.gz: 76556846a502f225948a2ecfe703c4bd1114fc8ea74f1e001c4cb39de82533c8
4
+ data.tar.gz: cea764965418340b8645771f3742a69230ab895db8f881af62dca407eea798c8
5
5
  SHA512:
6
- metadata.gz: fff032f27691a6232d36f9eedfb25f421e2bad396d66ac45dbb62d70ab023f0c596c3745e5c0195983bdbc0e598d6a415ded43e3e67f99d3e00d7bdd00ef659c
7
- data.tar.gz: 574718ebccf0e3cfc7cda1bd783c87372cb9581147b254c61d1283d49568191fc3dcbf0b4f587547b12a65475cf8359888c00ed41af65a6057c83b6ea06bb5ac
6
+ metadata.gz: ddf8e65b80a2a7a5ba172cd2260749e6ecf1e0393be21030ebdeaa670b9549fd122fa6be52c9d14eebc64309560b3e946430dc4fc65ed21e2b3a0ab6ba9bb7dc
7
+ data.tar.gz: 3a3b1aa8b25895cda05eb3c64c510e595ff460ad37384b9fd41004aefacf7e41fb720653215df18fd4a17bbcad138e9de680d32b659541bf2bf0710d62ea676b
@@ -53,11 +53,14 @@ def fetch_openssl_dir
53
53
  end
54
54
 
55
55
  # Set flags
56
+ # TODO(tckerr) confirm -std=c++20 isn't needed (it broke compilation on the linux targets)
56
57
  cxxflags = '-std=c++2a -DHAVE_SSL=1 -DHAVE_POSTGRESQL=1'
57
58
  pg_include_dir = fetch_pg_include_dir
58
59
  openssl_dir = fetch_openssl_dir
59
60
 
60
61
  cppflags = "-I#{openssl_dir}/include -I#{pg_include_dir}"
62
+
63
+ # TODO(tckerr) confirm -lssl and -lcrypto aren't needed (they broke compilation on the linux targets)
61
64
  ldflags = "-L#{openssl_dir}/lib"
62
65
 
63
66
  puts "Using OpenSSL from: #{openssl_dir}"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quickfix_ruby_ud
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.7
4
+ version: 2.0.8
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Oren Miller
8
8
  - Tom Kerr
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-21 00:00:00.000000000 Z
11
+ date: 2025-04-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: FIX (Financial Information eXchange) protocol implementation
14
14
  email: tom.kerr@underdogfantasy.com
@@ -227,6 +227,7 @@ rdoc_options:
227
227
  - "--exclude=ext"
228
228
  require_paths:
229
229
  - lib
230
+ - lib/3.3
230
231
  required_ruby_version: !ruby/object:Gem::Requirement
231
232
  requirements:
232
233
  - - ">="