Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
spraints committed Feb 26, 2016
1 parent 2a55127 commit ce23f2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
hoosegow (1.2.3)
hoosegow (1.2.4)
docker-api (~> 1.19)
msgpack (~> 0.5, >= 0.5.6)
yajl-ruby (~> 1.1, >= 1.1.0)
Expand Down
2 changes: 1 addition & 1 deletion hoosegow.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require 'rake'

Gem::Specification.new do |s|
s.name = 'hoosegow'
s.version = '1.2.3'
s.version = '1.2.4'
s.summary = "A Docker jail for ruby code"
s.description = "Hoosegow provides an RPC layer on top of Docker containers so that you can isolate unsafe parts of your application."
s.authors = ["Ben Toews", "Matt Burke"]
Expand Down

0 comments on commit ce23f2d

Please sign in to comment.