Commit graph

9 commits

Author SHA1 Message Date
taca
f3d96030db Use RUBY_SUFFIX instead of RUBY_VER. 2014-03-17 14:05:38 +00:00
obache
933464318b Update ruby-ole to 1.2.11.7.
== 1.2.11.7 / 2013-06-24

- 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).
2013-07-04 12:09:18 +00:00
obache
e86326243a Update ruby-ole to 1.2.11.6.
== 1.2.11.6 / 2012-12-10

- Fix breakage of writable IO stream detection on Windows (github #11).
2013-01-05 05:11:49 +00:00
obache
cd36b03814 Update ruby-ole to 1.2.11.5.
== 1.2.11.5 / 2012-11-06

- 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).
2012-12-22 08:35:31 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
obache
b0e38604f8 Update ruby-ole to 1.2.11.4.
== 1.2.11.4 / 2012-07-03

- 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=.
2012-07-13 13:15:40 +00:00
obache
eec56ce1ff Update ruby-ole to 1.2.11.3.
== 1.2.11.3 / 2012-02-25

- Various fixes for ruby 1.9.3 - handle iconv deprecation and
  fix FileTime.from_time (github #7, brawnski).
- Avoid constant redefinition warning in gemspec.
2012-02-26 11:54:59 +00:00
obache
146682a5d8 Update ruby-ole to 1.2.11.2.
== 1.2.11.2 / 2011-09-07

- 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).
2011-09-08 10:49:41 +00:00
obache
2424060c4b Import ruby-ole-1.2.11.1 as devel/ruby-ole.
The ruby-ole library provides a variety of functions primarily for
working with OLE2 structured storage files, such as those produced by
Microsoft Office - eg *.doc, *.msg etc.
2011-04-13 13:04:30 +00:00