trusted-sandbox 0.0.6.pre → 0.0.7.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: 582287bca47dde731ee2cca15a547e824fb17907
4
- data.tar.gz: e59a94884deda4468b4e87773f84144d542d84c4
3
+ metadata.gz: cbe86ae0e84ca1284ecaea9c28106b7382c98b5a
4
+ data.tar.gz: 9f329d62c93260cdca7658dfaf238564db3682fd
5
5
  SHA512:
6
- metadata.gz: 2cbfe2abe686b57fcbd29f95dd130c930d0ebd2f529f8147c28461201534ce81faf55023a8a32b6e44ea805a2081e038ea8a5491763ddf335163052ba1e9f5d0
7
- data.tar.gz: 38bd3aeb521441506c5a53d8b8b928ddbafaed5bfbcef1b93c7f936f5527f994216d06247b3fa4362f8653095db96e36a9a7d12f0112a7020242e0a7171dd6c9
6
+ metadata.gz: 967ccab278244a1e4f4facb79def2720c98bb1ecdfd6601390228072c60fcab69367db0203018ff04d06daacdd5c26fd755eb27f1d59eed7063c0014938eca20
7
+ data.tar.gz: 713a93db44b5e600bd35e3f9b8ab76fd3b33113a5af92a0c298b82cefaf84e791708f9c70415a4098b2d687b0ea44fbac0bb9a744127462e0c4246b9034287d2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- trusted-sandbox (0.0.2.pre)
4
+ trusted-sandbox (0.0.6.pre)
5
5
  docker-api (~> 1.13)
6
6
  thor (~> 0.19)
7
7
 
@@ -1,3 +1,4 @@
1
+ require 'trusted_sandbox'
1
2
  require 'thor'
2
3
 
3
4
  module TrustedSandbox
@@ -1,3 +1,3 @@
1
1
  module TrustedSandbox
2
- VERSION = '0.0.6.pre'
2
+ VERSION = '0.0.7.pre'
3
3
  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.6.pre
4
+ version: 0.0.7.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amit Aharoni