File: README.md

package info (click to toggle)
ruby-zip-zip 0.3%2Bgh-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 280 kB
  • sloc: ruby: 3,719; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 864 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# zip-zip

[![Gem Version](https://badge.fury.io/rb/zip-zip.png)](http://badge.fury.io/rb/zip-zip)

So you've upgraded a gem dependency that requires RubyZip v1.0.0 or higher.
While all your other dependencies use the interface provided by v0.x.

**zip-zip** provides a simple adapter to let all your dependencies use RubyZip v1.0.0.
It is very simple and light weight, aliasing the old class names to the new.

## Installation

Add this line to your application's Gemfile:

    gem 'zip-zip'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install zip-zip

## Contributing

1. Fork it ( https://github.com/orien/zip-zip/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request