zip-zip 0.1.pre → 0.1

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.
@@ -1,5 +1,11 @@
1
- # encoding: utf-8
2
1
  require 'zip'
3
2
 
4
- Zip::ZipFile = Zip::File
5
- Zip::ZipEntry = Zip::Entry
3
+ Zip::ZipCentralDirectory = Zip::CentralDirectory
4
+ Zip::ZipEntry = Zip::Entry
5
+ Zip::ZipEntrySet = Zip::EntrySet
6
+ Zip::ZipExtraField = Zip::ExtraField
7
+ Zip::ZipFile = Zip::File
8
+ Zip::ZipInputStream = Zip::InputStream
9
+ Zip::ZipOutputStream = Zip::OutputStream
10
+ Zip::ZipStreamableDirectory = Zip::StreamableDirectory
11
+ Zip::ZipStreamableStream = Zip::StreamableStream
@@ -0,0 +1,2 @@
1
+ require 'zip/zip'
2
+ require 'zip/filesystem'
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zip-zip
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.pre
5
- prerelease: 4
4
+ version: '0.1'
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Orien Madgwick
@@ -40,7 +40,8 @@ extensions: []
40
40
  extra_rdoc_files: []
41
41
  files:
42
42
  - lib/zip/zip.rb
43
- homepage: http://rubygems.org/gems/zip-zip
43
+ - lib/zip/zipfilesystem.rb
44
+ homepage: https://github.com/orien/zip-zip
44
45
  licenses:
45
46
  - MIT
46
47
  post_install_message:
@@ -56,9 +57,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
56
57
  required_rubygems_version: !ruby/object:Gem::Requirement
57
58
  none: false
58
59
  requirements:
59
- - - ! '>'
60
+ - - ! '>='
60
61
  - !ruby/object:Gem::Version
61
- version: 1.3.1
62
+ version: '0'
62
63
  requirements: []
63
64
  rubyforge_project:
64
65
  rubygems_version: 1.8.23