Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Point at the new 10gen BSON gem.
Browse files Browse the repository at this point in the history
This currently points at the mongodb/bson-ruby repository directly until
it is officially released.
  • Loading branch information
durran committed May 6, 2013
1 parent 436cae6 commit b64f937
Show file tree
Hide file tree
Showing 41 changed files with 36 additions and 2,215 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ group :test do
end
end

gem "bson", github: "mongodb/bson-ruby"

gem "rake"
gem "jruby-openssl", :platform => :jruby

Expand Down
2 changes: 1 addition & 1 deletion lib/moped.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require "stringio"
require "monitor"
require "timeout"
require "moped/bson"
require "bson"
require "moped/errors"
require "moped/indexes"
require "moped/loggable"
Expand Down
45 changes: 0 additions & 45 deletions lib/moped/bson.rb

This file was deleted.

137 changes: 0 additions & 137 deletions lib/moped/bson/binary.rb

This file was deleted.

112 changes: 0 additions & 112 deletions lib/moped/bson/code.rb

This file was deleted.

41 changes: 0 additions & 41 deletions lib/moped/bson/document.rb

This file was deleted.

Loading

0 comments on commit b64f937

Please sign in to comment.