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

Commit 76a00e1

Browse files
committed
Mosql 0.4.1
1 parent e6b0b03 commit 76a00e1

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PATH
22
remote: .
33
specs:
4-
mosql (0.4.0)
5-
bson (~> 1.10.2)
4+
mosql (0.4.1)
5+
bson (~> 1.10)
66
bson_ext
77
json
88
log4r
@@ -15,24 +15,24 @@ PATH
1515
GEM
1616
remote: https://rubygems.org/
1717
specs:
18-
bson (1.10.2)
19-
bson_ext (1.10.2)
20-
bson (~> 1.10.2)
18+
bson (1.11.1)
19+
bson_ext (1.11.1)
20+
bson (~> 1.11.1)
2121
json (1.8.1)
2222
log4r (1.1.10)
2323
metaclass (0.0.4)
24-
minitest (3.0.0)
25-
mocha (1.0.0)
24+
minitest (5.4.2)
25+
mocha (1.1.0)
2626
metaclass (~> 0.0.1)
27-
mongo (1.10.2)
28-
bson (= 1.10.2)
27+
mongo (1.11.1)
28+
bson (= 1.11.1)
2929
mongoriver (0.4.0)
3030
bson_ext
3131
log4r
3232
mongo (>= 1.7)
3333
pg (0.17.1)
3434
rake (10.3.2)
35-
sequel (4.14.0)
35+
sequel (4.16.0)
3636

3737
PLATFORMS
3838
ruby

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.4.0"
2+
VERSION = "0.4.1"
33
end

0 commit comments

Comments
 (0)