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

Commit

Permalink
Mosql 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nelhage committed Nov 4, 2014
1 parent e6b0b03 commit 76a00e1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
mosql (0.4.0)
bson (~> 1.10.2)
mosql (0.4.1)
bson (~> 1.10)
bson_ext
json
log4r
Expand All @@ -15,24 +15,24 @@ PATH
GEM
remote: https://rubygems.org/
specs:
bson (1.10.2)
bson_ext (1.10.2)
bson (~> 1.10.2)
bson (1.11.1)
bson_ext (1.11.1)
bson (~> 1.11.1)
json (1.8.1)
log4r (1.1.10)
metaclass (0.0.4)
minitest (3.0.0)
mocha (1.0.0)
minitest (5.4.2)
mocha (1.1.0)
metaclass (~> 0.0.1)
mongo (1.10.2)
bson (= 1.10.2)
mongo (1.11.1)
bson (= 1.11.1)
mongoriver (0.4.0)
bson_ext
log4r
mongo (>= 1.7)
pg (0.17.1)
rake (10.3.2)
sequel (4.14.0)
sequel (4.16.0)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion lib/mosql/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MoSQL
VERSION = "0.4.0"
VERSION = "0.4.1"
end

0 comments on commit 76a00e1

Please sign in to comment.