File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11# MongoDB Ruby Driver History
22
3+ ### 1.1.4
4+ 2010-11-30
5+
6+ * Important connection failure fix.
7+ * ObjectId#to_s optimization (David Cuadrado).
8+
39### 1.1.3
4102010-11-29
511
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- #define VERSION "1.1.3 "
17+ #define VERSION "1.1.4 "
Original file line number Diff line number Diff line change 22
33$:. unshift ( File . join ( File . dirname ( __FILE__ ) , '..' , 'lib' ) )
44
5- MINIMUM_BSON_EXT_VERSION = "1.1.3 "
5+ MINIMUM_BSON_EXT_VERSION = "1.1.4 "
66
77module BSON
8- VERSION = "1.1.3 "
8+ VERSION = "1.1.4 "
99 def self . serialize ( obj , check_keys = false , move_id = false )
1010 BSON_CODER . serialize ( obj , check_keys , move_id )
1111 end
Original file line number Diff line number Diff line change 33$:. unshift ( File . join ( File . dirname ( __FILE__ ) , '..' , 'lib' ) )
44
55module Mongo
6- VERSION = "1.1.3 "
6+ VERSION = "1.1.4 "
77end
88
99module Mongo
You can’t perform that action at this time.
0 commit comments