• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

hainesr / rubyzip / 17111158610

Builds Branch Commit Type Ran Committer Via Coverage
17111158610 fix_flushing Ensure that we don't flush too often when deflating. When fixing #322 we initially flushed on every write, but this is bad for compression perfomance (size-wise). So this commit ensures we only flush when we're running under JRuby. Fixes #322 push 20 Aug 2025 09:51PM UTC hainesr github
96.87
17109232694 fix_flushing Stop `print` causing Zlib errors. Deflate doesn't like `nil`s or empty strings, so make sure we only add `$OUTPUT_RECORD_SEPARATOR` to its output if it's safe to do so. Fixes #642 push 20 Aug 2025 08:15PM UTC hainesr github
96.87
16840741251 v3.0.1 Update version number, README and Changelog for release. push 08 Aug 2025 09:19PM UTC hainesr github
96.91
16840671111 master Update version number, README and Changelog for release. push 08 Aug 2025 09:15PM UTC hainesr github
96.91
16837691349 master Restore `Zip::File`'s `Enumerable` status. When `Zip::File` was a subclass of `Zip::CentralDirectory` it also inherited its `Enumerable` mixin. This was unintentionally broken when we switched to composition, and wasn't spotted because none of th... push 08 Aug 2025 06:25PM UTC hainesr github
96.91
16836707422 master entry: escape filename pattern when matching in #name_safe? push 08 Aug 2025 05:34PM UTC hainesr github
96.91
16836076305 master Eagerly require gem version v3 is released and contains breaking changes. I was a bit surprised that I had to manually require this file. Can't be helped now of course but it will help with future major versions. Nodoc on it also seems wrong. T... push 08 Aug 2025 05:04PM UTC hainesr github
96.91
16835824850 fix-requires WIP: Fix rubyzip require tree. Still plenty to do here, so WIP! Test suite: passes Linting: passes Isolated test suite: fails push 08 Aug 2025 04:50PM UTC hainesr github
96.97
16603575075 master entry: fix direct `require` by requiring `constants` Without this, we see the following failure: ``` $ ruby -e'require "zip/entry"' /usr/lib/ruby/gems/3.2.0/gems/rubyzip-3.0.0/lib/zip/entry.rb:13:in `<class:Entry>': uninitialized constant Zip::C... push 29 Jul 2025 05:52PM UTC hainesr github
96.91
16581528499 v3.0.0 Update version number, README and Changelog for release. push 28 Jul 2025 10:14PM UTC hainesr github
96.91
16581415940 master Update version number, README and Changelog for release. push 28 Jul 2025 10:07PM UTC hainesr github
96.91
16580739997 master No longer test setting `$\` in tests. Changing `$\` is deprecated, so don't change it. This means we're not testing whether we add `$\` to the then end of a `print`ed output stream, but as changing it deprecated then it's likely to remain `nil` a... push 28 Jul 2025 09:28PM UTC hainesr github
96.91
13218388850 v3.0.0.rc2 Update version number and Changelog for RC2. push 08 Feb 2025 06:51PM UTC hainesr github
96.91
13217734265 master Update version number and Changelog for RC2. push 08 Feb 2025 05:20PM UTC hainesr github
96.91
13217641435 master Fix de facto regression for input streams. A close reading of the ZIP spec insists that if bit 3 of the GP flags is set then the archive cannot be read via `Zip::InputStream`. But in most cases the correct information is present to be able to do ... push 08 Feb 2025 05:08PM UTC hainesr github
96.91
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 30
  • 31
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc