Skip to content
This repository was archived by the owner on Dec 22, 2020. It is now read-only.

Commit 24197f2

Browse files
Bump version.
1 parent 8043b96 commit 24197f2

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
mosql (0.3.1)
4+
mosql (0.3.2)
55
bson_ext
66
json
77
log4r
@@ -14,23 +14,23 @@ PATH
1414
GEM
1515
remote: https://rubygems.org/
1616
specs:
17-
bson (1.8.5)
18-
bson_ext (1.8.5)
19-
bson (~> 1.8.5)
20-
json (1.8.0)
17+
bson (1.9.1)
18+
bson_ext (1.9.1)
19+
bson (~> 1.9.1)
20+
json (1.8.1)
2121
log4r (1.1.10)
2222
metaclass (0.0.4)
2323
minitest (3.0.0)
2424
mocha (1.0.0)
2525
metaclass (~> 0.0.1)
26-
mongo (1.8.5)
27-
bson (~> 1.8.5)
26+
mongo (1.9.1)
27+
bson (~> 1.9.1)
2828
mongoriver (0.1.0)
2929
bson_ext
3030
log4r
3131
mongo (>= 1.7)
3232
pg (0.14.1)
33-
rake (10.1.0)
33+
rake (10.3.1)
3434
sequel (3.44.0)
3535

3636
PLATFORMS

lib/mosql/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module MoSQL
2-
VERSION = "0.3.1"
2+
VERSION = "0.3.2"
33
end

0 commit comments

Comments
 (0)