ffi-libarchive 1.1.13 → 1.1.14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/ffi-libarchive/archive.rb +1 -1
- data/lib/ffi-libarchive/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: a7094a13cfebde03bfffdb80ebafdddd86995535898ca553808d06626dac1290
|
4
|
+
data.tar.gz: ce502afcd053c2af3680ce85c8d6fe866f64fad788a5e354c193520f12c936d4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 40adfc4eef27b5a0712ec75dd4861fff389d7ec70c28372059b56b0b7f4142fc1c64bca5164ef07ff13b1eec8b90aa153bc1523f7d178da570a38f8119e0a315
|
7
|
+
data.tar.gz: 8eadb8844908a5e2fe48b571252ee4413476068188eefb896901cc140177acb01bd541ad7971922e88425240926c22e96eb7d5899d84581cfb274336a6c2173f
|
@@ -82,7 +82,7 @@ module Archive
|
|
82
82
|
attach_function :archive_read_extract, %i{pointer pointer int}, :int
|
83
83
|
attach_function :archive_read_header_position, [:pointer], :int
|
84
84
|
attach_function :archive_read_next_header, %i{pointer pointer}, :int
|
85
|
-
attach_function :archive_read_data, %i{pointer pointer size_t}, :
|
85
|
+
attach_function :archive_read_data, %i{pointer pointer size_t}, :ssize_t
|
86
86
|
attach_function :archive_read_data_into_fd, %i{pointer int}, :int
|
87
87
|
|
88
88
|
attach_function :archive_write_new, [], :pointer
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ffi-libarchive
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- John Bellone
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date:
|
13
|
+
date: 2024-01-31 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: ffi
|