Commit Graph

77 Commits

Author SHA1 Message Date
Kyle Banker 49bc88c4b3 BUMP 0.20.1 2010-04-07 23:47:06 -04:00
Charles Remes 1bbe2c92a5 Edit the gemspec to pick up the correct files for the ruby driver 2010-03-17 15:22:58 -05:00
Charles Remes a9b3c8e7a5 Try again: Split the BSON logic out to a separate gem
- changed the BSON constant to BSON_CODER and scoped it inside
      of a module

    - changed the directory layout for all of the BSON related files

    - updated the C extension to find the BSON files at their new
      directory locations

    - updated the C extension to use better/safer macros for accessing
      the C API; extension now compiles cleanly under rubinius/rbx

    - changed directory layout for BSON related tests

    - modified the Rakefile to understand the new layout
2010-03-17 14:55:19 -05:00
Kyle Banker e3d746096d minor: docs 2010-03-01 12:09:21 -05:00
Kyle Banker 0d7cefd87b minor: cleaned up gemspecs, docs. 2009-10-26 15:34:45 -04:00
Kyle Banker 0eb83d941d minor: updated gemspec 2009-10-22 14:11:56 -04:00
Kyle Banker 67b7f6b375 Refactored Query class into Cursor class. 2009-10-22 14:10:12 -04:00
Kyle Banker de5c078cec Finished removing Message classes. Made Cursor#close threadsafe. 2009-10-21 10:11:33 -04:00
Kyle Banker 72e89ce6f2 minor: fix for gemspec 2009-10-19 17:33:58 -04:00
Mike Dirolf 44196e2d33 add conversions to file list. maybe now that we're on gemcutter we should make this more dynamic again 2009-10-08 10:42:05 -04:00
Mike Dirolf ec6849fdd8 BUMP 0.15.1 DB#last_status, OrderedHash#each returns self, logger convenience methods, new syntax for sort orders (and deprecate the old syntaxes 2009-10-08 10:12:08 -04:00
Mike Dirolf 3f6a3b83c2 minor: better description 2009-10-05 10:36:07 -04:00
Mike Dirolf f1bf2eb4d6 BUMP 0.15 Mongo::VERSION constant, logger support, fix for Collection#[], use hard limit for explain, deserialize pre-epoch dates, limit offset and sort methods for cursors, deprecate :offset in favor of :skip, use soft/hard limits correctly 2009-09-30 15:07:28 -04:00
Mike Dirolf 95238b0a29 update gemspec files list 2009-09-21 17:50:19 -04:00
Mike Dirolf 867bee63af minor: note 2009-09-10 10:03:12 -04:00
Mike Dirolf 28e3573f47 minor: more fun with github gems 2009-09-04 18:20:00 -04:00
Mike Dirolf 4574f91249 BUMP 0.14.1 DB#collections, fixes for 64 bit C extension, decode strings as UTF-8 w/ 1.9 C ext 2009-09-04 14:16:49 -04:00
Mike Dirolf f6cb2972d5 BUMP 0.14 Fix ObjectID string representation (and generation). Fix paired connection find master. Take scope for group reduce function 2009-08-26 14:23:27 -04:00
Mike Dirolf ad74f0d9d8 BUMP 0.13 Cursor#count, optional block for Collection#find, fix for getmore, fix for fields to find, deprecate Undefined, fix group, move namespaces to just Mongo + GridFS, deprecate Mongo::Mongo for Mongo::Connection, don't save internal array for cursors 2009-08-21 14:36:50 -04:00
Mike Dirolf 94fe53d96b DEPRECATE Mongo::Mongo in favor of Mongo::Connection 2009-08-20 18:48:09 -04:00
Mike Dirolf b5d71d9702 add back in XGen::Mongo paths with deprecation warning on include - THIS WILL BE REMOVED 2009-08-20 14:03:25 -04:00
Mike Dirolf fc49e8c982 move tests -> test 2009-08-18 10:07:01 -04:00
Mike Dirolf 03beecd936 BUMP 0.12 [] to get collections, add _id to inserted hash instances, update some names (find_one, update replace find_first, repsert, modify), safe insert, safe update, better orderedhash initialize, working towards better exception hierarchy 2009-08-17 11:19:12 -04:00
Mike Dirolf 64380ad00c Deprecating Collection#modify, Collection#replace and Collection#repsert in favor of Collection#update 2009-08-13 15:18:53 -04:00
Mike Dirolf ef1f698918 BUMP 0.11.1 snapshot support 2009-08-13 10:31:00 -04:00
Mike Dirolf 09e549eac3 BUMP 0.11 fix C extension include paths, support 64-bit int, Collection#rename, better DB#collection_names, fix a threading deadlock 2009-08-10 16:13:17 -04:00
Mike Dirolf 1e4728a77f fix a deadlock with threaded queries 2009-08-10 16:10:52 -04:00
Mike Dirolf fa80e356fe BUMP 0.10.1 save should always return _id, not just for new inserts 2009-07-28 12:09:28 -04:00
Mike Dirolf ffa74ba3bb BUMP 0.10 API change - insert and save return _id. dates return as UTC. GridStore.list 2009-07-28 10:09:03 -04:00
Mike Dirolf 1cf4d0d561 BUMP 0.9 bug fixes. don't allow invalid key names on insert. API change for index_information. bulk inserts. count() fix 2009-06-27 19:29:53 -04:00
Mike Dirolf d679a17478 BUMP 0.8 Collection#save, DB#previous_error and DB#reset_error_history 2009-05-26 15:28:13 -04:00
Mike Dirolf dfd2f1abc8 BUMP 0.7 mainly adding support for negative integers 2009-05-15 11:20:51 -04:00
Mike Dirolf 981ff1a4ce BUMP 0.6.7 group, dereference 2009-04-28 16:01:27 -04:00
Mike Dirolf bb6d0330c2 BUMP 0.6.6 a bunch of minor updates 2009-04-23 11:09:49 -04:00
Mike Dirolf 595a9464bb second gem for extensions 2009-03-19 13:54:46 -04:00
Mike Dirolf 9cf2344c41 list files manually so they work w/ github. remove extension bits since that will be made a second gem 2009-03-19 13:09:59 -04:00
Mike Dirolf ceb994d656 get extension to build on gem install 2009-03-17 17:48:43 -04:00
Mike Dirolf dccc442edb for now don't try to install extension 2009-03-13 17:24:16 -04:00
Mike Dirolf 1840c23364 include c extension in gem 2009-03-13 15:25:24 -04:00
Mike Dirolf ff5507ad26 a bunch of updates to the gemspec 2009-03-13 15:22:01 -04:00
Mike Dirolf 888d2bac7c bump version - a bunch of fixes 2009-03-12 17:37:49 -04:00
Mike Dirolf ce406d92f7 test and update gemspec 2009-03-12 17:25:23 -04:00
Mike Dirolf 6a71b7e612 bumping - updates to gridfs and index creation 2009-02-27 12:23:14 -05:00
Jim Menard a17f565151 bumped patch version number 2009-02-12 10:30:34 -05:00
Jim Menard 61309340cc Gemspec file explicitly lists all files, since I can't use find's File.directory? on Github. 2009-02-12 10:30:21 -05:00
Jim Menard 54c62734fc bumped patch version number 2009-02-12 09:30:58 -05:00
Jim Menard ff417d9ea7 Bumped minor version number. 2009-02-10 14:18:16 -05:00
Jim Menard f82925e4a1 Bumped patch version number. 2009-02-09 09:46:58 -05:00
Jim Menard 4338b97351 Do not rely on requiring "find". Cut-and-pasted the code instead. 2009-02-06 09:32:37 -05:00
Jim Menard 8c8e111089 Dynamically create file lists for gemspec. 2009-02-06 08:35:37 -05:00