Commit Graph

15 Commits

Author SHA1 Message Date
Tyler Brock a4343e53fe Release 1.6.0 2012-02-22 10:49:44 -05:00
Tyler Brock 1c765fb338 minor: fix for require failing in tests 2012-02-06 17:45:41 -05:00
Michael Jackson 9e2f562892 Specify exact BSON version dependency
Since the mongo and bson gems are versioned together, it should follow
that mongo depends on a specific version of bson. Otherwise, client
libraries that require a specific version of mongo, expecting the same
version of bson to be installed may get a different version. This is
particularly painful when a client library specifies a dependency on
both mongo and bson_ext using the same version number, which may not be
the latest, and the dependency from the mongo gem will actually install
a different version of bson than bson_ext.
2011-05-17 11:33:50 -07:00
Michael Jackson ad6edb0a9e Moved Mongo::VERSION to its own file
You shouldn't need to require mongo.rb just to generate the gemspec.
2011-05-17 11:24:21 -07:00
Kyle Banker b8bb480c2c minor: gemspec update 2010-12-15 12:23:26 -05:00
Kyle Banker 9882dc61b7 minor: update gemspec and Rakefile 2010-11-04 14:26:45 -04:00
Kyle Banker 70be27a262 minor: update README and convert to markdown 2010-11-02 16:09:43 -04:00
Kyle Banker b0f2911170 BUMP 1.1.1 2010-10-07 17:59:12 -04:00
Kyle Banker 05c64830bd RUBY-170 added mongo_console as gem exectuable 2010-09-20 14:43:23 -04:00
Kyle Banker 78c194bcb4 minor: typo fix 2010-08-24 12:59:27 -04:00
Kyle Banker e843891c8a BUMP BSON 1.0.5 2010-08-24 12:50:37 -04:00
Kyle Banker fd07b40316 absolute paths for gemspecs for 1.9.2 compatibility 2010-08-04 15:13:34 -04:00
Kyle Banker f99de96591 BUMP 1.0.5 (Release fix for 1.0.4) 2010-07-13 14:52:39 -04:00
Kyle Banker 62d917edd2 minor: gemspec fix 2010-06-15 10:04:35 -04:00
Kyle Banker 59b034dddc minor: renamed mongo-ruby-driver gemspec 2010-06-08 01:10:01 -04:00