trusted-sandbox 0.0.5.pre → 0.0.6.pre

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0d3fb95fffeffce711e562faff1deef7cff15718
4
- data.tar.gz: 3a5958b483d1df9fe5c840ac259e16ba1a3d83e9
3
+ metadata.gz: 582287bca47dde731ee2cca15a547e824fb17907
4
+ data.tar.gz: e59a94884deda4468b4e87773f84144d542d84c4
5
5
  SHA512:
6
- metadata.gz: f7e5a87ed6c9f9574c649ae197feefd9f7a888c3f6121c61b22c0b9d7121227727b31dc3c6327d236727706aef6d81f80c34a591dd748dfd96fd60643e915cca
7
- data.tar.gz: b95fa38e9eb1d868d9637591d468c77d8b886e7040536bcaf84e5a5806779cbeabea8f7d0a573a9fd40a51aca43ef7d3d6bb4cdb11336290b052afd29e279f08
6
+ metadata.gz: 2cbfe2abe686b57fcbd29f95dd130c930d0ebd2f529f8147c28461201534ce81faf55023a8a32b6e44ea805a2081e038ea8a5491763ddf335163052ba1e9f5d0
7
+ data.tar.gz: 38bd3aeb521441506c5a53d8b8b928ddbafaed5bfbcef1b93c7f936f5527f994216d06247b3fa4362f8653095db96e36a9a7d12f0112a7020242e0a7171dd6c9
@@ -18,7 +18,7 @@ module TrustedSandbox
18
18
 
19
19
  desc 'test', 'Checks Trusted Sandbox can connect to Docker'
20
20
  def test
21
- TrustedSandbox.test
21
+ TrustedSandbox.test_connection
22
22
  puts 'Trusted Sandbox seems to be configured correctly!'
23
23
  end
24
24
 
@@ -1,3 +1,3 @@
1
1
  module TrustedSandbox
2
- VERSION = '0.0.5.pre'
2
+ VERSION = '0.0.6.pre'
3
3
  end
@@ -11,7 +11,7 @@ module TrustedSandbox
11
11
  require 'trusted_sandbox/uid_pool'
12
12
  require 'trusted_sandbox/version'
13
13
 
14
- def self.test
14
+ def self.test_connection
15
15
  Docker.version
16
16
  true
17
17
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trusted-sandbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5.pre
4
+ version: 0.0.6.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amit Aharoni