File tree 4 files changed +11
-4
lines changed
4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
# MongoDB Ruby Driver History
2
2
3
+ ### 1.5.1
4
+ 2011-11-29
5
+
6
+ Release due to corrupted gemspec. This was a bug having
7
+ to do with rubygems. Apparently, gems must still be
8
+ built with Ruby 1.8.
9
+
3
10
### 1.5.0
4
11
2011-11-28
5
12
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- #define VERSION "1.5.0 "
17
+ #define VERSION "1.5.1 "
Original file line number Diff line number Diff line change 18
18
19
19
$:. unshift ( File . join ( File . dirname ( __FILE__ ) , '..' , 'lib' ) )
20
20
21
- MINIMUM_BSON_EXT_VERSION = "1.5.0 "
21
+ MINIMUM_BSON_EXT_VERSION = "1.5.1 "
22
22
23
23
module BSON
24
- VERSION = "1.5.0 "
24
+ VERSION = "1.5.1 "
25
25
26
26
if defined? Mongo ::DEFAULT_MAX_BSON_SIZE
27
27
DEFAULT_MAX_BSON_SIZE = Mongo ::DEFAULT_MAX_BSON_SIZE
Original file line number Diff line number Diff line change 1
1
module Mongo
2
- VERSION = "1.5.0 "
2
+ VERSION = "1.5.1 "
3
3
end
You can’t perform that action at this time.
0 commit comments