arcanus 1.1.2 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/arcanus/ui.rb +2 -2
- data/lib/arcanus/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aa9e121ef420e04772db3d34b1d9ad092555e63e
|
4
|
+
data.tar.gz: a827587579ae72e8b1cf3f3ab3944fa76e0484aa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4f15446e42472449f07cd8bbe8102d6926d95da46f480011ae73e6e1b4acfdd9376357c198ed4bfda76b969ffdb36c04759d1e3666e58b498cae04fed8acf7c6
|
7
|
+
data.tar.gz: 96ab9f46c1063cedc0a01713798c53913cc562f0673ca1349c980db59e8a40a2e0ed6bffcec12d45f9fca7644e2eb802234faa78a3cddcd05c55b36bae37fdcc
|
data/lib/arcanus/ui.rb
CHANGED
@@ -6,7 +6,7 @@ module Arcanus
|
|
6
6
|
class UI
|
7
7
|
extend Forwardable
|
8
8
|
|
9
|
-
def_delegators :@
|
9
|
+
def_delegators :@prompt, :ask, :confirm
|
10
10
|
|
11
11
|
# Creates a {UI} that mediates between the given input/output streams.
|
12
12
|
#
|
@@ -16,7 +16,7 @@ module Arcanus
|
|
16
16
|
@input = input
|
17
17
|
@output = output
|
18
18
|
@pastel = Pastel.new(enabled: output.tty?)
|
19
|
-
@
|
19
|
+
@prompt = TTY::Prompt.new
|
20
20
|
end
|
21
21
|
|
22
22
|
# Get user input, stripping extraneous whitespace.
|
data/lib/arcanus/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: arcanus
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brigade Engineering
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2017-
|
12
|
+
date: 2017-06-16 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: diffy
|
@@ -31,18 +31,18 @@ dependencies:
|
|
31
31
|
requirements:
|
32
32
|
- - "~>"
|
33
33
|
- !ruby/object:Gem::Version
|
34
|
-
version: '0.
|
34
|
+
version: '0.3'
|
35
35
|
type: :runtime
|
36
36
|
prerelease: false
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
38
38
|
requirements:
|
39
39
|
- - "~>"
|
40
40
|
- !ruby/object:Gem::Version
|
41
|
-
version: '0.
|
41
|
+
version: '0.3'
|
42
42
|
description: Tool for working with encrypted secrets in repositories
|
43
43
|
email:
|
44
44
|
- eng@brigade.com
|
45
|
-
- shane
|
45
|
+
- shane@dasilva.io
|
46
46
|
executables:
|
47
47
|
- arcanus
|
48
48
|
extensions: []
|