Skip to content

Releases: aquasync/ruby-ole

v1.2.11.3

30 Dec 11:30
Compare
Choose a tag to compare
  • Various fixes for ruby 1.9.3 - handle iconv deprecation and
    fix FileTime.from_time (github #7, brawnski).
  • Avoid constant redefinition warning in gemspec.

v1.2.11.2

30 Dec 11:30
Compare
Choose a tag to compare
  • Remove empty dirents after constructing tree (fixes non-contiguous
    allocation table usage).
  • Fix fallback Symbol#to_proc to match activesupport definition in case
    we get loaded first (github #2, lazylester).
  • Use method_defined? for fallback guards to support newer versions of
    ruby (jocker).
  • Add guard on FileTime#initialize to skip for newer versions of ruby.
    Missing required methods, but optimization no longer relevant
    anyway (github #4, sagmor).

v1.2.11.1

30 Dec 11:30
Compare
Choose a tag to compare
  • Add gemspec and docs to packages so tests can pass again.
  • Build tarballs again in package task.

v1.2.11

30 Dec 11:30
Compare
Choose a tag to compare
  • Add COPYING for packaging (issue #7)
  • Make tests pass using home_run (github #1)
  • Make tests pass using mathn.
  • Updates to suppress warnings on 1.9.2.
  • Split out gemspec into separate file and use for Rakefile.

v1.2.10.1

30 Dec 11:30
Compare
Choose a tag to compare
  • Avoid use of DateTime#new! (issue #4)
  • Remove warning about unexpected root names (issue #5)

v1.2.10

30 Dec 11:30
Compare
Choose a tag to compare
  • Mostly more performance enhancements, significantly faster for
    certain operations.
  • Using lots of files is faster due to new hash lookup for dirents by name.
  • Writes of many files are faster now too as Dirent & FileTime serialization
    has been improved.
  • Certain operations from the filesystem api have been profiled and sped up.
  • Don't use syswrite on jruby to avoid the buffered stream warnings.

v1.2.9

30 Dec 11:31
Compare
Choose a tag to compare
  • Lots of performance enhancements for RangesIO.

v1.2.8.2

30 Dec 11:31
Compare
Choose a tag to compare
  • Update code to support ruby 1.9.1

v1.2.8.1

30 Dec 11:31
Compare
Choose a tag to compare
  • Fix a couple of breakages when using $KCODE = 'UTF8'

v1.2.8

30 Dec 11:31
Compare
Choose a tag to compare
  • Check in the new fixes to the mbat support.
  • Update README to be a bit more useful.