vault-tree 0.3.3 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,8 @@
1
+ ## 0.3.4
2
+
3
+ * Bug Fix in Exception Handling
4
+ * Eliminate File missing error when execption is thrown
5
+
1
6
  ## 0.3.3
2
7
 
3
8
  * Update to RbNaCl 2.0.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- vault-tree (0.1.0)
4
+ vault-tree (0.3.3)
5
5
  rbnacl (= 2.0.0)
6
6
  secretsharing (= 0.3)
7
7
 
@@ -2,23 +2,24 @@ require 'erb'
2
2
  module VaultTree
3
3
  module Exceptions
4
4
  class VaultTreeException < StandardError
5
+ # WORK IN PROGRESS
6
+ #
7
+ #def self.exception
8
+ # self.present_exception
9
+ # self.new
10
+ #end
5
11
 
6
- def self.exception
7
- self.present_exception
8
- self.new
9
- end
12
+ #def self.present_exception
13
+ # STDOUT.write template.result(binding)
14
+ #end
10
15
 
11
- def self.present_exception
12
- STDOUT.write template.result(binding)
13
- end
16
+ #def self.template
17
+ # ERB.new File.new(template_path).read, nil, "%"
18
+ #end
14
19
 
15
- def self.template
16
- ERB.new File.new(template_path).read, nil, "%"
17
- end
18
-
19
- def self.template_path
20
- "lib/vault-tree/exceptions/exception_template.erb"
21
- end
20
+ #def self.template_path
21
+ # "lib/vault-tree/exceptions/exception_template.erb"
22
+ #end
22
23
  end
23
24
  end
24
25
  end
@@ -1,3 +1,3 @@
1
1
  module VaultTree
2
- VERSION = '0.3.3'
2
+ VERSION = '0.3.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vault-tree
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: