BUMP 0.19.1
This commit is contained in:
parent
0709b98082
commit
4229402b81
3
HISTORY
3
HISTORY
|
@ -1,3 +1,6 @@
|
|||
0.19.1 2010-3-2
|
||||
* Fix for HashWithIndifferentAccess in ActiveSupport-3.0
|
||||
|
||||
0.19 2010-3-1
|
||||
* Deprecated GridFS::GridStore. Grid and GridFileSystem classes replace
|
||||
the GridFS implementation with a simpler API and vastly-improved performance.
|
||||
|
|
|
@ -14,4 +14,4 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#define VERSION "0.19"
|
||||
#define VERSION "0.19.1"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
|
||||
|
||||
module Mongo
|
||||
VERSION = "0.19"
|
||||
VERSION = "0.19.1"
|
||||
end
|
||||
|
||||
begin
|
||||
|
|
Loading…
Reference in New Issue