confidante 0.11.0 → 0.12.0.pre.1

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
  SHA256:
3
- metadata.gz: 5e0984bdd0f495c6a50b6d7d188178ca0f296261905c34cc478b63247eff7b9d
4
- data.tar.gz: 2353c1bdaf09e09c363c44ac4ea25c2ec609ab1386be20d0da1d3dac670a9e67
3
+ metadata.gz: 0f01bdf93ef351a48c4f8a00162f0f9bf0b14ff12f49abd420936313e0d9eabd
4
+ data.tar.gz: a0073f7609ed3835212a36daba8227d0de28bc708f4b78e9c7472ec778f5293d
5
5
  SHA512:
6
- metadata.gz: 0305be7a2ca2c12a57be701d50ca71a5fbe1d3300a8db9c468522801978ee5297323fe70f767de2a4db3e515679c9b4b16f1ee4aa3158d8cd64d489c856b8cd2
7
- data.tar.gz: bd25f22326438fd4d8fe27dfecf11db6577b4c148a41888694f3fe5b6ba9a2ff5158474f4595475206a28f008a453926f687a417e2f630556165abf4df9015a8
6
+ metadata.gz: feda7c381ae6d6bc67eefedf88c7fbfd0923f535e04d69748fe342e5d99a119417e4e2fee6e423dfb01dbb568fc73ac19fa19cb3efe6362b08a12a87d3e898a7
7
+ data.tar.gz: 6ae578cef8874170a9d406a01e8575a67583374e545653f2bf8c032055bbd2a70f7d6551a65ce1ad7366d7bdbe3c81aab3c784e88a21271328089f8d92b8d16f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- confidante (0.11.0)
4
+ confidante (0.12.0.pre.1)
5
5
  activesupport (>= 5.2)
6
6
  hiera (~> 3.3, >= 3.3.1)
7
7
  shikashi (~> 0.6)
@@ -1,3 +1,3 @@
1
1
  module Confidante
2
- VERSION = '0.11.0'
2
+ VERSION = '0.12.0.pre.1'
3
3
  end
data/lib/confidante.rb CHANGED
@@ -1,9 +1,11 @@
1
- require 'confidante/version'
2
- require 'confidante/converters'
3
- require 'confidante/configuration'
1
+ require_relative 'confidante/version'
2
+ require_relative 'confidante/converters'
3
+ require_relative 'confidante/configuration'
4
4
 
5
- require 'hiera/backend/env_backend'
6
- require 'hiera/backend/overrides_backend'
5
+ require_relative 'shikashi/sandbox_patch'
6
+
7
+ require_relative 'hiera/backend/env_backend'
8
+ require_relative 'hiera/backend/overrides_backend'
7
9
 
8
10
  module Confidante
9
11
  def self.configuration(opts = {})
@@ -0,0 +1,11 @@
1
+ require 'shikashi'
2
+
3
+ module Shikashi
4
+ module SandboxPatch
5
+ def timeout(*args, &block)
6
+ ::Timeout.timeout(*args, &block)
7
+ end
8
+ end
9
+ end
10
+
11
+ Shikashi::Sandbox.include(Shikashi::SandboxPatch)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: confidante
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.12.0.pre.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Toby Clemson
@@ -155,6 +155,7 @@ files:
155
155
  - lib/confidante/version.rb
156
156
  - lib/hiera/backend/env_backend.rb
157
157
  - lib/hiera/backend/overrides_backend.rb
158
+ - lib/shikashi/sandbox_patch.rb
158
159
  - scripts/ci/common/configure-git.sh
159
160
  - scripts/ci/common/configure-rubygems.sh
160
161
  - scripts/ci/common/install-git-crypt.sh
@@ -177,9 +178,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
177
178
  version: 2.4.7
178
179
  required_rubygems_version: !ruby/object:Gem::Requirement
179
180
  requirements:
180
- - - ">="
181
+ - - ">"
181
182
  - !ruby/object:Gem::Version
182
- version: '0'
183
+ version: 1.3.1
183
184
  requirements: []
184
185
  rubygems_version: 3.0.3
185
186
  signing_key: