public
Description: A replacement for Ruby's builtin Pathname, which is unbearably slow
Homepage: http://github.com/stouset/pathname3
Clone URL: git://github.com/stouset/pathname3.git
pathname3 / CHANGES
100644 46 lines (29 sloc) 0.923 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
= pathname3 Changelog
 
== Version 1.2.4
 
* Usage examples in the README
* Rakefile for docs/testing
* Fixes bugs where return values were not Pathnames
* Adds Pathname#glob
 
== Version 1.2.3
 
* Fixes gem building on GitHub
 
== Version 1.2.2
 
* Fixes a bug where split didn't return Pathnames
* Fixes a bug where empty components of a path were joined
* Fixes bugs where methods were called on the wrong class
* Documentation improvements
 
== Version 1.2.1
 
* Fix a bug where Pathname#open was accidentally redefined due to misnamed
  method
 
== Version 1.2.0
 
* == compares paths semantically
* Better compatibility with Pathname
* Full documentation
 
== Version 1.1.0
 
* More compliant with original Pathname.
* Specs testing compliance from Rubinius
 
== Version 1.0.1
 
* Included the MIT license. Whoops.
 
== Version 1.0.0
 
* First release
* Mostly-compatible support with pathname
* String-based pathname implementation