hoosegow 1.2.4 → 1.2.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/hoosegow.gemspec +1 -3
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 655d9a4137d273c2eed6273cdd6bf3ba083f8306
4
- data.tar.gz: 2b3d5b7f5ca2dff81e4344a42b1c5309087bc5db
3
+ metadata.gz: 2a18d761dbf6eafb32f8d3fb2b8da10fc21ea59a
4
+ data.tar.gz: 9c8756d048de9fd588bddd0ddd880be61c971bb0
5
5
  SHA512:
6
- metadata.gz: 1492c1fb9efb4bc10cd78f131c4a026b0a5487b8aa79cc05d4e7d5b2ef0a7bd00821b514ad42263d662c4a7d8f4c3019c647e9bd29c2064971c63e62bfb7b1fc
7
- data.tar.gz: 8fdad16b2559c80b75d337d4576fe7fb7bfd42aa293b407cc55ad37c0ea901032d0905e3375f8c86e5b6193c4158e6448e9503a44520ff5ded561a7b03ffa5a8
6
+ metadata.gz: 8d9bb1c69adf1afc20c383e5c54f33ee2d2205511c5590ec428a204bf8141cccd82406528ed81ddaa052b02a255f3aa51a90eba90f60896ef244f32423e0a3d7
7
+ data.tar.gz: 358d6005a41b2b0b50cdd2464af40de18c09480443577313fed645d0a3ec31e79d9a65c183e5ff72dd084dcc0745c22005dcbb51d2442667d26801546fa1c56f
data/hoosegow.gemspec CHANGED
@@ -1,8 +1,6 @@
1
- require 'rake'
2
-
3
1
  Gem::Specification.new do |s|
4
2
  s.name = 'hoosegow'
5
- s.version = '1.2.4'
3
+ s.version = '1.2.5'
6
4
  s.summary = "A Docker jail for ruby code"
7
5
  s.description = "Hoosegow provides an RPC layer on top of Docker containers so that you can isolate unsafe parts of your application."
8
6
  s.authors = ["Ben Toews", "Matt Burke"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hoosegow
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.4
4
+ version: 1.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Toews
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-02-26 00:00:00.000000000 Z
12
+ date: 2016-09-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake