Skip to content

Releases: aquasync/ruby-ole

v1.2.13.1

28 Mar 10:37
Compare
Choose a tag to compare
  • Try using gemspec metadata to see if it will update rubygems homepage link.

v1.2.13

28 Mar 05:59
Compare
Choose a tag to compare
  • Drop defunct Travis sudo: false directive (github #27, olleolleolle).
  • Fix broken '-y' command line option (github #20).

v1.2.12.2

12 Mar 09:55
Compare
Choose a tag to compare
  • Fix to work with frozen string literals (github #24, taichi-ishitani).

v1.2.12.1

12 Mar 11:52
Compare
Choose a tag to compare
  • Integer unification for ruby 2.4.0+ (github #19, koic).

v1.2.12

29 Dec 06:58
Compare
Choose a tag to compare
  • Change project homepage to github.
  • Add MIT licence to the gemspec (github #17, reiz).

v1.2.11.8

30 Dec 10:39
Compare
Choose a tag to compare
  • Fix duplicate key warning (github #15 and googlecode #12).

v1.2.11.7

30 Dec 11:15
Compare
Choose a tag to compare
  • Various encoding fixes to make tests pass on current rubies.
  • Fix RangesIO#write behaviour when passed an encoded string (github #14,
    romuloceccon).
  • Fix Dirent#each_child attempting iteration on file children (github #13).
  • Unused variable fixes to avoid warnings (github #12, kachick).

v1.2.11.6

30 Dec 11:28
Compare
Choose a tag to compare
  • Fix breakage of writable IO stream detection on Windows (github #11).

v1.2.11.5

30 Dec 11:30
Compare
Choose a tag to compare
  • Fix breakage of IO.parse_mode on Rubinius (issue #10).
  • Make tests pass on rubinius (issue #11).
  • Improve RangesIO test coverage.
  • Don't warn when mbat_start is AVAIL instead of EOC (github #9).

v1.2.11.4

30 Dec 11:30
Compare
Choose a tag to compare
  • Embed PropertySet meta data GUIDs and field lists, to avoid hitting the
    filesystem and remove dependency on YAML.
  • Update Rakefile to avoid warnings about both deprecated tasks and space
    before parentheses.
  • Remove Dirent#children=.