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

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
nelhage-stripe committed Aug 11, 2014
1 parent 8043b96 commit 24197f2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
mosql (0.3.1)
mosql (0.3.2)
bson_ext
json
log4r
Expand All @@ -14,23 +14,23 @@ PATH
GEM
remote: https://rubygems.org/
specs:
bson (1.8.5)
bson_ext (1.8.5)
bson (~> 1.8.5)
json (1.8.0)
bson (1.9.1)
bson_ext (1.9.1)
bson (~> 1.9.1)
json (1.8.1)
log4r (1.1.10)
metaclass (0.0.4)
minitest (3.0.0)
mocha (1.0.0)
metaclass (~> 0.0.1)
mongo (1.8.5)
bson (~> 1.8.5)
mongo (1.9.1)
bson (~> 1.9.1)
mongoriver (0.1.0)
bson_ext
log4r
mongo (>= 1.7)
pg (0.14.1)
rake (10.1.0)
rake (10.3.1)
sequel (3.44.0)

PLATFORMS
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.3.1"
VERSION = "0.3.2"
end

0 comments on commit 24197f2

Please sign in to comment.