ffi-libarchive 0.4.6 → 0.4.10
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/lib/ffi-libarchive.rb +2 -2
- data/lib/ffi-libarchive/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e3c37895c915096d5ae42cbb50b8fd6167c7d48cd8590a015349044fdb85fb96
|
|
4
|
+
data.tar.gz: 0764ac29c260a47fea958e91ef79c8e66e6851891b855ba9d589e91b60edc66a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fa7e534b9756c8c749060dc73c2b7abee2143c043b35883a923b6495efa2cf72c830217a2363860e1bd5236ef00643419cb150568535a140416d1dbfd0e9afd0
|
|
7
|
+
data.tar.gz: 9a3d0063fecd54c132b1df706d8da790b3826b065443c27ce6e7dd5ba02a80ebef65287745e91a898bf12aa018d833a223c07140092ac4269dfbb880f5bffb5e
|
data/lib/ffi-libarchive.rb
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
module Archive
|
|
2
2
|
# :stopdoc:
|
|
3
|
-
LIBPATH
|
|
4
|
-
PATH
|
|
3
|
+
LIBPATH ||= ::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR
|
|
4
|
+
PATH ||= ::File.dirname(LIBPATH) + ::File::SEPARATOR
|
|
5
5
|
# :startdoc:
|
|
6
6
|
|
|
7
7
|
# Returns the library path for the module. If any arguments are given,
|
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: 0.4.
|
|
4
|
+
version: 0.4.10
|
|
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: 2019-06-24 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: ffi
|
|
@@ -76,8 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
76
76
|
- !ruby/object:Gem::Version
|
|
77
77
|
version: '0'
|
|
78
78
|
requirements: []
|
|
79
|
-
|
|
80
|
-
rubygems_version: 2.7.6
|
|
79
|
+
rubygems_version: 3.0.3
|
|
81
80
|
signing_key:
|
|
82
81
|
specification_version: 4
|
|
83
82
|
summary: A Ruby FFI binding to libarchive.
|