You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rubyzip-bzip2 gem provides an extension of the rubyzip gem for reading zip files
10
-
compressed with bzip2 compression.
9
+
The rubyzip-bzip2 gem provides an extension of the rubyzip gem for reading zip files compressed with bzip2 compression.
11
10
12
11
## Website and Project Home
13
12
http://github.com/rubyzip/rubyzip-bzip2
@@ -44,8 +43,7 @@ end
44
43
```
45
44
46
45
## License
47
-
Rubyzip-bzip2 is distributed under the same license as ruby. See
48
-
http://www.ruby-lang.org/en/LICENSE.txt
46
+
Rubyzip-bzip2 is distributed under the same license as Ruby. In practice this means you can use it under the terms of the Ruby License or the 2-Clause BSD License. See https://www.ruby-lang.org/en/about/license.txt and LICENSE.md for details.
49
47
50
48
## Contributing
51
49
Bug reports and pull requests are welcome on GitHub at https://github.com/rubyzip/rubyzip-bzip2.
@@ -59,4 +57,14 @@ rake
59
57
```
60
58
61
59
## Authors
60
+
61
+
See https://github.com/rubyzip/rubyzip-bzip2/graphs/contributors for a comprehensive list.
0 commit comments