libarchive-ruby-swig 0.5.9 → 0.6.0

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 (1) hide show
  1. metadata +21 -41
metadata CHANGED
@@ -1,33 +1,24 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: libarchive-ruby-swig
3
- version: !ruby/object:Gem::Version
4
- hash: 25
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.6.0
5
5
  prerelease:
6
- segments:
7
- - 0
8
- - 5
9
- - 9
10
- version: 0.5.9
11
6
  platform: ruby
12
- authors:
7
+ authors:
13
8
  - Tobias Koch
14
9
  autorequire:
15
10
  bindir: bin
16
11
  cert_chain: []
17
-
18
- date: 2012-06-09 00:00:00 +03:00
19
- default_executable:
12
+ date: 2012-12-12 00:00:00.000000000 Z
20
13
  dependencies: []
21
-
22
- description: Ruby bindings to libarchive allowing reading and creation of compressed archives in a variety of formats.
14
+ description: Ruby bindings to libarchive allowing reading and creation of compressed
15
+ archives in a variety of formats.
23
16
  email: tobias.koch@gmail.com
24
17
  executables: []
25
-
26
- extensions:
18
+ extensions:
27
19
  - ext/libarchive-ruby-swig/extconf.rb
28
20
  extra_rdoc_files: []
29
-
30
- files:
21
+ files:
31
22
  - lib/libarchive_rs.rb
32
23
  - ext/libarchive-ruby-swig/stat.cpp
33
24
  - ext/libarchive-ruby-swig/stat.h
@@ -40,39 +31,28 @@ files:
40
31
  - ext/libarchive-ruby-swig/writer.cpp
41
32
  - ext/libarchive-ruby-swig/writer.h
42
33
  - ext/libarchive-ruby-swig/extconf.rb
43
- has_rdoc: true
44
34
  homepage: http://libarchive-rs.rubyforge.org
45
35
  licenses: []
46
-
47
36
  post_install_message:
48
37
  rdoc_options: []
49
-
50
- require_paths:
38
+ require_paths:
51
39
  - lib
52
- required_ruby_version: !ruby/object:Gem::Requirement
40
+ required_ruby_version: !ruby/object:Gem::Requirement
53
41
  none: false
54
- requirements:
55
- - - ">="
56
- - !ruby/object:Gem::Version
57
- hash: 3
58
- segments:
59
- - 0
60
- version: "0"
61
- required_rubygems_version: !ruby/object:Gem::Requirement
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
46
+ required_rubygems_version: !ruby/object:Gem::Requirement
62
47
  none: false
63
- requirements:
64
- - - ">="
65
- - !ruby/object:Gem::Version
66
- hash: 3
67
- segments:
68
- - 0
69
- version: "0"
48
+ requirements:
49
+ - - ! '>='
50
+ - !ruby/object:Gem::Version
51
+ version: '0'
70
52
  requirements: []
71
-
72
53
  rubyforge_project: Libarchive/Ruby/SWIG
73
- rubygems_version: 1.5.2
54
+ rubygems_version: 1.8.23
74
55
  signing_key:
75
56
  specification_version: 3
76
57
  summary: Ruby bindings to libarchive
77
58
  test_files: []
78
-