BUMP 0.19.1

This commit is contained in:
Kyle Banker 2010-03-02 11:25:42 -05:00
parent 0709b98082
commit 4229402b81
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
0.19.1 2010-3-2
* Fix for HashWithIndifferentAccess in ActiveSupport-3.0
0.19 2010-3-1 0.19 2010-3-1
* Deprecated GridFS::GridStore. Grid and GridFileSystem classes replace * Deprecated GridFS::GridStore. Grid and GridFileSystem classes replace
the GridFS implementation with a simpler API and vastly-improved performance. the GridFS implementation with a simpler API and vastly-improved performance.

View File

@ -14,4 +14,4 @@
* limitations under the License. * limitations under the License.
*/ */
#define VERSION "0.19" #define VERSION "0.19.1"

View File

@ -1,7 +1,7 @@
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
module Mongo module Mongo
VERSION = "0.19" VERSION = "0.19.1"
end end
begin begin