README.md in zip_tricks-4.8.3 vs README.md in zip_tricks-5.0.0
- old
+ new
@@ -1,8 +1,9 @@
# zip_tricks
-[![Build Status](https://travis-ci.org/WeTransfer/zip_tricks.svg?branch=backports-v4)](https://travis-ci.org/WeTransfer/zip_tricks)
+[![Build Status](https://travis-ci.org/WeTransfer/zip_tricks.svg?branch=master)](https://travis-ci.org/WeTransfer/zip_tricks)
+[![Gem Version](https://badge.fury.io/rb/zip_tricks.svg)](https://badge.fury.io/rb/zip_tricks)
Allows streaming, non-rewinding ZIP file output from Ruby.
Initially written and as a spiritual successor to [zipline](https://github.com/fringd/zipline)
and now proudly powering it under the hood.
@@ -175,6 +176,7 @@
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
* If you alter the `ZipWriter`, please take the time to run the test in the `qa/` directory. Ensure that the generated (large) files open manually - see README_QA for more.
## Copyright
-Copyright (c) 2019 WeTransfer. See LICENSE.txt for further details.
+Copyright (c) 2019 WeTransfer. `zip_tricks` is distributed under the conditions of the [Hippocratic License](https://firstdonoharm.dev/version/1/2/license.html)
+ - See LICENSE.txt for further details.