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.2.3
4+ 2011-2-22
5+
6+ * Update docs for map-reduce command
7+ * Minor doc fix
8+
39### 1.2.2
4102011-2-15
511
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- #define VERSION "1.2.2 "
17+ #define VERSION "1.2.3 "
Original file line number Diff line number Diff line change 1818
1919$:. unshift ( File . join ( File . dirname ( __FILE__ ) , '..' , 'lib' ) )
2020
21- MINIMUM_BSON_EXT_VERSION = "1.2.2 "
21+ MINIMUM_BSON_EXT_VERSION = "1.2.3 "
2222
2323module BSON
24- VERSION = "1.2.2 "
24+ VERSION = "1.2.3 "
2525
2626 if defined? Mongo ::DEFAULT_MAX_BSON_SIZE
2727 DEFAULT_MAX_BSON_SIZE = Mongo ::DEFAULT_MAX_BSON_SIZE
Original file line number Diff line number Diff line change 1919$:. unshift ( File . join ( File . dirname ( __FILE__ ) , '..' , 'lib' ) )
2020
2121module Mongo
22- VERSION = "1.2.2 "
22+ VERSION = "1.2.3 "
2323end
2424
2525module Mongo
You can’t perform that action at this time.
0 commit comments