Commit f4f8835f67ad57736fea40df927bef1f22bd3d8e
- Date: Tue May 13 22:39:13 +0000 2008
- Committer: Johan Sørensen (johan@johansorensen.com)
- Author: Johan Sørensen (johan@johansorensen.com)
- Commit SHA1: f4f8835f67ad57736fea40df927bef1f22bd3d8e
- Tree SHA1: e18102e4389a04dba57fd6550faf45f74d8e6a0c
- History.txt 5 +++++
- website/index.html 2 -+
- lib/couch_object/version.rb 2 -+
Commit diff
- Diff rendering mode:
- inline
- side by side
History.txt
|   | ||
| 1 | == 0.6.1 2008-05-13 | |
| 2 | ||
| 3 | * 1 minor enhancement | |
| 4 | * Removed require couch_object/model which doesn't exist anymore. Thanks to Levi Kennedy | |
| 5 | ||
| 1 | 6 | == 0.6.0 2008-05-12 |
| 2 | 7 | |
| 3 | 8 | * Major enhancements: |
| toggle raw diff | ||
lib/couch_object/version.rb
|   | ||
| 2 | 2 | module VERSION #:nodoc: |
| 3 | 3 | MAJOR = 0 |
| 4 | 4 | MINOR = 6 |
| 5 | ||
| 5 | TINY = 1 | |
| 6 | 6 | |
| 7 | 7 | STRING = [MAJOR, MINOR, TINY].join('.') |
| 8 | 8 | end |
| toggle raw diff | ||
website/index.html
|   | ||
| 33 | 33 | <h1>CouchObject</h1> |
| 34 | 34 | <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/couch_object"; return false'> |
| 35 | 35 | <p>Get Version</p> |
| 36 | ||
| 36 | <a href="http://rubyforge.org/projects/couch_object" class="numbers">0.6.1</a> | |
| 37 | 37 | </div> |
| 38 | 38 | <h1>→ ‘couch_object’</h1> |
| 39 | 39 | |
| toggle raw diff | ||
