couchobject 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,8 @@
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:
@@ -27,7 +27,6 @@ require "couch_object/server"
27
27
  require "couch_object/database"
28
28
  require "couch_object/view"
29
29
  require "couch_object/persistable"
30
- require "couch_object/model"
31
30
  require "couch_object/error_classes"
32
31
 
33
32
  module CouchObject
@@ -2,7 +2,7 @@ module CouchObject #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 6
5
- TINY = 0
5
+ TINY = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
@@ -33,7 +33,7 @@
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
- <a href="http://rubyforge.org/projects/couch_object" class="numbers">0.6.0</a>
36
+ <a href="http://rubyforge.org/projects/couch_object" class="numbers">0.6.1</a>
37
37
  </div>
38
38
  <h1>&#x2192; &#8216;couch_object&#8217;</h1>
39
39
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: couchobject
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Johan S\xC3\xB8rensen"