nysol-zdd 3.0.4 → 3.0.5

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/zdd_so/extconf.rb +6 -6
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d40f146e6500a58c9d1da84ea3ef94e3e4b3968861fa64ce4f35e5ca19aa7d8e
4
- data.tar.gz: 1d53bed0b511a49f59e61b3e211afb009e3f60dcc1fada02209f583e0ac5651d
3
+ metadata.gz: b43263e9a2a0d5b5aef31551b91c521891dcc06ee953ebd5e7f63eca602666a2
4
+ data.tar.gz: 4f1d097725bb5e848ee6ed889f65bfafa4768637653f2a938d6c676fd2cd522f
5
5
  SHA512:
6
- metadata.gz: 50487d4b9115806f1dd696b93441bf427cd741d77686efcfaa36dacc92bf1909733a26fb50455d37c0fea512a15d8416bd614de66f8649aeab82b3e10d4921f0
7
- data.tar.gz: f15e54d596d7eb358522a1a3f87ed93dbdbb32a5ad7331bbac4a43b39447f2a38ccd57cc3a1ca17a42158553e0bd4608a0a4f2ebb46ebbae2d72a89819a7d4c2
6
+ metadata.gz: fc753a55fd9505d043ff885dbd9bfe2c58e8de70ca3dcf2314b60d82c05278b31af7a31492e004d160614d3fd0246e9e7d7333a35df8a158fe7c5d6fa7caebe2
7
+ data.tar.gz: 1aac340c17d568f257ba45ffc492a9189b98766dbf45ac42f260906f98d01000fecca7001a255e1fee84e528a3d9b982986120482288449aac93757f343bb5d3
@@ -1,17 +1,17 @@
1
1
  require 'mkmf'
2
2
  cp = "$(srcdir)"
3
- $CFLAGS = " -O3 -Wall -I. -I#{cp}/include -DB_STATIC -D_NO_MAIN_ -DLINE -fPIC -Wno-error=format-security -Wno-narrowing"
4
- $CPPFLAGS = " -O3 -Wall -I. -I#{cp}/include -DB_STATIC -D_NO_MAIN_ -DLINE -fPIC -Wno-error=format-security -Wno-narrowing"
5
- $CXXFLAGS = " -O3 -Wall -I. -I#{cp}/include -DB_STATIC -D_NO_MAIN_ -DLINE -fPIC -Wno-error=format-security -Wno-narrowing"
3
+ $CFLAGS = " -O3 -Wall -I. -I#{cp}/include -DB_STATIC -D_NO_MAIN_ -DLINE -fPIC -Wno-error=format-security -Wno-narrowing -Wno-implicit-function-declaration -Wno-reserved-user-defined-literal"
4
+ $CPPFLAGS = " -O3 -Wall -I. -I#{cp}/include -DB_STATIC -D_NO_MAIN_ -DLINE -fPIC -Wno-error=format-security -Wno-narrowing -Wno-implicit-function-declaration -Wno-reserved-user-defined-literal"
5
+ $CXXFLAGS = " -O3 -Wall -I. -I#{cp}/include -DB_STATIC -D_NO_MAIN_ -DLINE -fPIC -Wno-error=format-security -Wno-narrowing -Wno-implicit-function-declaration -Wno-reserved-user-defined-literal"
6
6
 
7
7
 
8
8
  $LOCAL_LIBS += " -lstdc++"
9
9
 
10
10
  if RUBY_VERSION >= '2.0.0' then
11
11
  if Gem::Platform::local.os =~ /darwin/ then
12
- $CFLAGS += " -Wno-error=unused-command-line-argument-hard-error-in-future -Wno-implicit-function-declaration -Wno-reserved-user-defined-litera"
13
- $CPPFLAGS += " -Wno-error=unused-command-line-argument-hard-error-in-future -Wno-implicit-function-declaration -Wno-reserved-user-defined-litera"
14
- $LOCAL_LIBS += " -Wno-error=unused-command-line-argument-hard-error-in-future -Wno-implicit-function-declaration -Wno-reserved-user-defined-litera"
12
+ $CFLAGS += " -Wno-error=unused-command-line-argument-hard-error-in-future"
13
+ $CPPFLAGS += " -Wno-error=unused-command-line-argument-hard-error-in-future"
14
+ $LOCAL_LIBS += " -Wno-error=unused-command-line-argument-hard-error-in-future"
15
15
  end
16
16
  end
17
17
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nysol-zdd
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.4
4
+ version: 3.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - nysol
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-05-27 00:00:00.000000000 Z
11
+ date: 2025-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler