Skip to content

Commit 6961b3f

Browse files
committed
Updated gemspec and HISTORY
1 parent a00fb21 commit 6961b3f

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

HISTORY

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
1.0.4 2010-7-13
2+
3+
* Removed deprecated
4+
- Cursor admin option
5+
- DB#query
6+
- DB#create_index (use Collection#create_index)
7+
- DB#command only takes hash options now
8+
* j2bson executable (neomantra)
9+
* Fixed bson_ext compilation on Solaris (slyphon)
10+
* System JS helpers (neovintage)
11+
* Use one mutex per thread on pooled connections (cremes)
12+
* Check for CursorNotFound response flag
13+
* MapReduce can return raw command output using :raw
14+
* BSON::OrderedHash equality with other Ruby hashes (Ryan Angilly)
15+
* Fix for broken Socket.send with large payloads (Frédéric De Jaeger)
16+
* Lots of minor improvements. See commmits.
17+
118
1.0.3 2010-6-15
219

320
* Optimiztion for BSON::OrderedHash

bson.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ Gem::Specification.new do |s|
1313

1414
s.files = ['Rakefile', 'bson.gemspec', 'LICENSE.txt']
1515
s.files += ['lib/bson.rb'] + Dir['lib/bson/**/*.rb']
16-
s.files += ['bin/b2json']
16+
s.files += ['bin/b2json', 'bin/j2bson']
1717
s.test_files = Dir['test/mongo_bson/*.rb']
1818

19-
s.executables = ['b2json']
19+
s.executables = ['b2json', 'j2bson']
2020

2121
s.has_rdoc = true
2222

0 commit comments

Comments
 (0)