ffi 1.16.0-x64-mingw-ucrt → 1.16.1-x64-mingw-ucrt
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/CHANGELOG.md +7 -0
- data/ffi.gemspec +1 -1
- data/lib/ffi/version.rb +1 -1
- 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: cf9d3c074077738cafeec507bb22b50c451aaf501ab6563ef84ab30c7e542f80
|
4
|
+
data.tar.gz: f4a524e7b3e05caa60dcb1bafb2f37abf0d944259849e991d110837e008064e5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 184cede08103a334bd5e77e7687a1ce0da5b4ab24958593f7a12d5d09710d2963ff69547b01531ae4303a45f64b271bd8be2c12d8fd29138a27082b4f171796a
|
7
|
+
data.tar.gz: fd7b592aebd4bc54ded274a6f184cbdf6287c1713334351b6b308f84cae09f194fcf863a073965d48e3f84e0a49c2a58c830627e3a39f522592ec050dac9b9bc
|
data/CHANGELOG.md
CHANGED
data/ffi.gemspec
CHANGED
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
|
|
23
23
|
# Add libffi git files
|
24
24
|
lfs = `git --git-dir ext/ffi_c/libffi/.git ls-files -z`.split("\x0")
|
25
25
|
# Add autoconf generated files of libffi
|
26
|
-
lfs += %w[ configure config.guess config.sub install-sh ltmain.sh missing fficonfig.h.in ]
|
26
|
+
lfs += %w[ compile configure config.guess config.sub install-sh ltmain.sh missing fficonfig.h.in ]
|
27
27
|
# Add automake generated files of libffi
|
28
28
|
lfs += `git --git-dir ext/ffi_c/libffi/.git ls-files -z *.am */*.am`.gsub(".am\0", ".in\0").split("\x0")
|
29
29
|
s.files += lfs.map do |f|
|
data/lib/ffi/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ffi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.16.
|
4
|
+
version: 1.16.1
|
5
5
|
platform: x64-mingw-ucrt
|
6
6
|
authors:
|
7
7
|
- Wayne Meissner
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-09-
|
11
|
+
date: 2023-09-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|