zipruby 0.2.5 → 0.2.6

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.

Potentially problematic release.


This version of zipruby might be problematic. Click here for more details.

metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zipruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - winebarrel
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-05-05 00:00:00 +09:00
12
+ date: 2008-07-13 00:00:00 +09:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -24,15 +24,17 @@ extra_rdoc_files:
24
24
  - zipruby.c
25
25
  files:
26
26
  - ext/extconf.rb
27
+ - ext/foo.txt
27
28
  - ext/libzip.mswin32.patch
28
29
  - ext/libzip.vcproj
29
- - ext/libzip.vcproj.IBM-94B792EFFD1.sugawara.user
30
+ - ext/libzip.vcproj.IBM-62EEBFAE94C.sugawara.user
30
31
  - ext/mkstemp.c
31
32
  - ext/zip.h
32
33
  - ext/zipint.h
33
34
  - ext/zipruby.c
34
35
  - ext/zipruby.h
35
36
  - ext/zipruby_archive.c
37
+ - ext/zipruby_archive.c.r112
36
38
  - ext/zipruby_archive.h
37
39
  - ext/zipruby_error.c
38
40
  - ext/zipruby_error.h
@@ -120,7 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
120
122
  requirements: []
121
123
 
122
124
  rubyforge_project: zipruby
123
- rubygems_version: 1.1.1
125
+ rubygems_version: 1.0.1
124
126
  signing_key:
125
127
  specification_version: 2
126
128
  summary: Ruby bindings for libzip.