libarchive-static 1.0.3-i386-mswin32 → 1.0.4-i386-mswin32

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 (5) hide show
  1. checksums.yaml +7 -0
  2. data/README.txt +143 -143
  3. data/lib/libarchive_ruby.so +0 -0
  4. data/libarchive.c +1762 -1762
  5. metadata +7 -9
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libarchive-static
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
5
- prerelease:
4
+ version: 1.0.4
6
5
  platform: i386-mswin32
7
6
  authors:
8
7
  - Chris Walquist
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2011-11-15 00:00:00.000000000Z
11
+ date: 2014-08-29 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: Ruby bindings for Libarchive, yeah.
15
14
  email: chris@walquist.net
@@ -22,26 +21,25 @@ files:
22
21
  - libarchive.c
23
22
  homepage: http://github.com/walquis/libarchive-ruby-static
24
23
  licenses: []
24
+ metadata: {}
25
25
  post_install_message:
26
26
  rdoc_options: []
27
27
  require_paths:
28
28
  - lib
29
29
  required_ruby_version: !ruby/object:Gem::Requirement
30
- none: false
31
30
  requirements:
32
- - - ! '>='
31
+ - - '>='
33
32
  - !ruby/object:Gem::Version
34
33
  version: '0'
35
34
  required_rubygems_version: !ruby/object:Gem::Requirement
36
- none: false
37
35
  requirements:
38
- - - ! '>='
36
+ - - '>='
39
37
  - !ruby/object:Gem::Version
40
38
  version: '0'
41
39
  requirements: []
42
40
  rubyforge_project: libarchive-static
43
- rubygems_version: 1.8.10
41
+ rubygems_version: 2.0.14
44
42
  signing_key:
45
- specification_version: 3
43
+ specification_version: 4
46
44
  summary: Ruby bindings for Libarchive.
47
45
  test_files: []