File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- #define VERSION "1.0.9 "
17
+ #define VERSION "1.1 "
Original file line number Diff line number Diff line change 2
2
3
3
$:. unshift ( File . join ( File . dirname ( __FILE__ ) , '..' , 'lib' ) )
4
4
5
- MINIMUM_BSON_EXT_VERSION = "1.0.9 "
5
+ MINIMUM_BSON_EXT_VERSION = "1.1 "
6
6
7
7
module BSON
8
- VERSION = "1.0.9 "
8
+ VERSION = "1.1 "
9
9
def self . serialize ( obj , check_keys = false , move_id = false )
10
10
BSON_CODER . serialize ( obj , check_keys , move_id )
11
11
end
@@ -55,12 +55,11 @@ module BSON
55
55
module BSON
56
56
BSON_CODER = BSON_C
57
57
end
58
- rescue LoadError => e
58
+ rescue LoadError
59
59
require 'bson/bson_ruby'
60
60
module BSON
61
61
BSON_CODER = BSON_RUBY
62
62
end
63
- p e
64
63
warn "\n **Notice: C extension not loaded. This is required for optimum MongoDB Ruby driver performance."
65
64
warn " You can install the extension as follows:\n gem install bson_ext\n "
66
65
warn " If you continue to receive this message after installing, make sure that the"
Original file line number Diff line number Diff line change 3
3
$:. unshift ( File . join ( File . dirname ( __FILE__ ) , '..' , 'lib' ) )
4
4
5
5
module Mongo
6
- VERSION = "1.0.9 "
6
+ VERSION = "1.1 "
7
7
end
8
8
9
9
module Mongo
You can’t perform that action at this time.
0 commit comments