| CODENOTIFIER | HelpYou are not signed inSign in |
Project: reststop
Revision: 50
Author: gunark
Date: 10 Mar 2008 14:33:38
Changes:back to 0.2.0... svn will add beta version number
Files:| ... | ...@@ -2,7 +2,7 @@ | |
| 2 | 2 | module VERSION #:nodoc: |
| 3 | 3 | MAJOR = 0 |
| 4 | 4 | MINOR = 2 |
| 5 | TINY = 1 | |
| 5 | TINY = 0 | |
| 6 | 6 | |
| 7 | 7 | STRING = [MAJOR, MINOR, TINY].join('.') |
| 8 | 8 | end |
| ... | ...@@ -1,6 +1,8 @@ | |
| 1 | === In Progress... | |
| 1 | === 0.2.1 :: In Progress... | |
| 2 | 2 | |
| 3 | * | |
| 3 | * Restr should now work properly with Rails 2.x (fixes bug #17421). | |
| 4 | * R helper method should now work properly when a Restful object is fed as | |
| 5 | input along with a custom action. | |
| 4 | 6 | |
| 5 | 7 | === 0.2.0 :: 2007-12-10 |
| 6 | 8 |