| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
06 May 2013 02:27:14
0.3.0.20130301
|
tota  |
- Unbreak by makeing use of latest code on Github
- Adapt to new options framework |
03 Mar 2013 01:43:03
0.3.0
|
swills  |
- Fix EXPIRATION date, we are in 2013, not 2012
Pointyhat to: swills
Reported by: bapt |
02 Mar 2013 21:01:59
0.3.0
|
swills  |
- Deprecate ports which don't work with Ruby 1.9
- Set expiration to 2 months to give plenty of time to fix them to anyone who
may be interested (patching rubygem- ports is possible now)
- Trim headers while here
With Hat: ruby@ |
20 Dec 2011 00:21:54
0.3.0
|
pgollucci  |
- Point at the homepage consistently as defined by rubygems.org |
06 Aug 2011 08:01:59
0.3.0
|
tota  |
- Add a new port: devel/rubygem-io-like
The IO::Like module provides all of the methods of typical IO implementations
such as File; most importantly the read, write, and seek series of methods. A
class which includes IO::Like needs to provide only a few methods in order to
enable the higher level methods. Buffering is automatically provided by
default
for the methods which normally provide it in IO.
WWW: https://github.com/javanthropus/io-like |