public
Description: Tool for building and packaging standalone statically compiled ruby appliations
Homepage: http://copiousfreetime.rubyforge.org/crate
Clone URL: git://github.com/copiousfreetime/crate.git
crate / HISTORY
100644 32 lines (22 sloc) 0.734 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
= Crate Changelog
== Version 0.2.1 2009-01-18
 
=== Enhancements
* update with new amalgalite vesion
* update to new openssl version
 
=== Bugfixes
* fix missing libs on final build
* fix lib ordering on final build
 
== Version 0.2.0 2008-12-20
 
=== Enhancements
* use Net::FTP for passive ftp [ jonbrenner ]
* use Net::HTTP instead of open-uri
 
=== Bugfixes
* update sha1 hash for amalgalite gem [ jonbrenner ]
* update dependencies, removing progressbar and adding logging
* fix digest check task [ jonbrenner ]
* set binary mode for writing downloaded files to disk
 
== Version 0.1.1
 
* fix packing of ruby stdlib extension's pure ruby components
* checksum on upstream source is optional
 
== Version 0.1.0
 
* Initial public release