public
Description: HTAuth is a pure ruby replacement for the Apache support programs 'htdigest' and 'htpasswd'
Homepage: http://copiousfreetime.rubyforge.org/htauth/
Clone URL: git://github.com/copiousfreetime/htauth.git
htauth / HISTORY
100644 27 lines (14 sloc) 0.391 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
= Changelog
== Version 1.0.3 2008-12-20
 
* update highline dependency
 
== Version 1.0.2 2008-11-30
 
=== Minor enhancement
 
* Change project layout
 
== Version 1.0.1 2008-02-06
 
=== Bugfixes
 
* fix require dependency chain
* fix gem dependency on rake
 
== Version 1.0.0 2008-02-05
 
* Initial public release
 
=== Release Notes
 
* Look at 'htpasswd-ruby' and 'htdigest-ruby' to get started.