libarchive-ruby-fs 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/ext/rblibarchive/archive_read_support_compression.c +31 -31
- data/ext/rblibarchive/archive_read_support_compression.h +6 -6
- data/ext/rblibarchive/archive_read_support_format.c +32 -32
- data/ext/rblibarchive/archive_read_support_format.h +6 -6
- data/ext/rblibarchive/archive_write_open_rb_str.c +25 -25
- data/ext/rblibarchive/archive_write_open_rb_str.h +6 -6
- data/ext/rblibarchive/archive_write_set_compression.c +32 -32
- data/ext/rblibarchive/archive_write_set_compression.h +6 -6
- data/ext/rblibarchive/extconf.rb +20 -20
- data/ext/rblibarchive/libarchive.c +92 -92
- data/ext/rblibarchive/libarchive_archive.c +84 -84
- data/ext/rblibarchive/libarchive_entry.c +1015 -1015
- data/ext/rblibarchive/libarchive_internal.h +135 -134
- data/ext/rblibarchive/libarchive_reader.c +328 -328
- data/ext/rblibarchive/libarchive_writer.c +267 -246
- data/lib/libarchive-ruby-fs/version.rb +1 -1
- metadata +6 -7
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: libarchive-ruby-fs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- winebarrel
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2015-03-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake-compiler
|
@@ -39,9 +39,7 @@ dependencies:
|
|
39
39
|
- - "~>"
|
40
40
|
- !ruby/object:Gem::Version
|
41
41
|
version: '5.3'
|
42
|
-
description: Ruby bindings for Libarchive.
|
43
|
-
can create and read several different streaming archive formats, including most
|
44
|
-
popular tar variants, several cpio formats, and both BSD and GNU ar variants.
|
42
|
+
description: Ruby bindings for Libarchive. This is a fork of the libarchive-ruby gem.
|
45
43
|
email: technology@flavoursys.com
|
46
44
|
executables: []
|
47
45
|
extensions:
|
@@ -65,8 +63,9 @@ files:
|
|
65
63
|
- ext/rblibarchive/libarchive_writer.c
|
66
64
|
- lib/libarchive-ruby-fs.rb
|
67
65
|
- lib/libarchive-ruby-fs/version.rb
|
68
|
-
homepage:
|
69
|
-
licenses:
|
66
|
+
homepage: https://github.com/FlavourSys/libarchive-ruby-fs
|
67
|
+
licenses:
|
68
|
+
- MIT
|
70
69
|
metadata: {}
|
71
70
|
post_install_message:
|
72
71
|
rdoc_options: []
|