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 1414 * limitations under the License.
1515 */
1616
17- #define VERSION "1.0.9 "
17+ #define VERSION "1.1 "
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.0.9 "
5+ MINIMUM_BSON_EXT_VERSION = "1.1 "
66
77module BSON
8- VERSION = "1.0.9 "
8+ VERSION = "1.1 "
99 def self . serialize ( obj , check_keys = false , move_id = false )
1010 BSON_CODER . serialize ( obj , check_keys , move_id )
1111 end
@@ -55,12 +55,11 @@ module BSON
5555 module BSON
5656 BSON_CODER = BSON_C
5757 end
58- rescue LoadError => e
58+ rescue LoadError
5959 require 'bson/bson_ruby'
6060 module BSON
6161 BSON_CODER = BSON_RUBY
6262 end
63- p e
6463 warn "\n **Notice: C extension not loaded. This is required for optimum MongoDB Ruby driver performance."
6564 warn " You can install the extension as follows:\n gem install bson_ext\n "
6665 warn " If you continue to receive this message after installing, make sure that the"
Original file line number Diff line number Diff line change 33$:. unshift ( File . join ( File . dirname ( __FILE__ ) , '..' , 'lib' ) )
44
55module Mongo
6- VERSION = "1.0.9 "
6+ VERSION = "1.1 "
77end
88
99module Mongo
You can’t perform that action at this time.
0 commit comments