Releases: aquasync/ruby-ole
Releases · aquasync/ruby-ole
v1.2.13.1
- Try using gemspec metadata to see if it will update rubygems homepage link.
v1.2.13
- Drop defunct Travis sudo: false directive (github #27, olleolleolle).
- Fix broken '-y' command line option (github #20).
v1.2.12.2
- Fix to work with frozen string literals (github #24, taichi-ishitani).
v1.2.12.1
- Integer unification for ruby 2.4.0+ (github #19, koic).
v1.2.12
- Change project homepage to github.
- Add MIT licence to the gemspec (github #17, reiz).
v1.2.11.8
- Fix duplicate key warning (github #15 and googlecode #12).
v1.2.11.7
- 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
- Fix breakage of writable IO stream detection on Windows (github #11).
v1.2.11.5
- 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
- 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=.