duo_splitter 0.2.1 → 0.2.2

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: 63a9644bb02a2764aebc2f65f1cbc02b75cabf90bdc782a0673aec175aec97e4
4
- data.tar.gz: 15bde2f480ddee40cb31d7d686abbad43ca888a357659a51215c269820c226d4
3
+ metadata.gz: 2339b88766219947e1eb29a843499baec7f4aa57bdd4f9a573a7d44fcb4f5d34
4
+ data.tar.gz: f51496fa313890d360b03343bbf8429bcc7020fe64fe8a95e91e4a2932bafab4
5
5
  SHA512:
6
- metadata.gz: b8c2bfc7daa08e41a43766377a36353122056d726353572a56567a01255129049efc92dd11ad9ccafc25a9d37b21d3bb8624f800d8c422f0c687936faab3c66d
7
- data.tar.gz: bb1e93911d544e5ed08eb052c82febb10521eb763239026b18b47a4d8e4144b0db4f853f0eef115bc6a431e84656f77992a583c650c6be8f37dd95935ee47221
6
+ metadata.gz: e1f4e10ebc4a3150dde5b32cf1dafd4e940fb035f9659843f6f12f7b7ef73c684fbc307c7594c8a84f4f2614c2bee153a1d276d0e4e98a02b097ce6f0bdad2db
7
+ data.tar.gz: fcb9cbf954f379253b22dfefceecf7195e7b8d9066bdc0d900ad6305aa38217d72dbb56feb1102c9e2aeb98f2fa78c042eb5ec1e97a20c38340f7c845e81f145
@@ -8,6 +8,9 @@ module DuoSplitter
8
8
 
9
9
  def initialize(context:)
10
10
  @context = context
11
+
12
+ raise Error, "temp_dir isn't set" unless @context.temp_dir
13
+
11
14
  @commands = build_commands
12
15
  end
13
16
 
@@ -8,6 +8,9 @@ module DuoSplitter
8
8
 
9
9
  def initialize(context:)
10
10
  @context = context
11
+
12
+ raise Error, "temp_dir isn't set" unless @context.temp_dir
13
+
11
14
  @commands = build_commands
12
15
  end
13
16
 
@@ -8,6 +8,9 @@ module DuoSplitter
8
8
 
9
9
  def initialize(context:)
10
10
  @context = context
11
+
12
+ raise Error, "temp_dir isn't set" unless @context.temp_dir
13
+
11
14
  @commands = build_commands
12
15
  end
13
16
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DuoSplitter
4
- VERSION = '0.2.1'
4
+ VERSION = '0.2.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: duo_splitter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - healthypackrat
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-04-05 00:00:00.000000000 Z
11
+ date: 2020-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler