txgh 7.0.0 → 7.0.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cdb50c066c21ad6c3ca33db9e53e10a199bb02e4a4e814d73860c929d04322f7
|
4
|
+
data.tar.gz: c9a9ed9b5e8bd74341c26b7449e95ad3f6a657ed7fbe2d42db927a7ad0635035
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 06e7187ef0979e02ad65e91f6d8c91ecb86aa5760909f125e927cf69b5c7c21351c25ab7d6bbccbc64c8400e86603992d9d2e0f50a8879131c47c68b950827af
|
7
|
+
data.tar.gz: 16875e8594818e3408c149b4313746c77c9b87bedbe23038ea395a85ce0b6ef300d5df2fd732140389cd02fdb402cb88a3ba2157ce3eccbe4dc64047858f95fe
|
@@ -40,7 +40,7 @@ module Txgh
|
|
40
40
|
def ref
|
41
41
|
unless @ref
|
42
42
|
raise TxghError,
|
43
|
-
|
43
|
+
'TX_CONFIG specified a file from git but did not provide a ref.'
|
44
44
|
end
|
45
45
|
|
46
46
|
@ref
|
@@ -49,7 +49,7 @@ module Txgh
|
|
49
49
|
def git_repo
|
50
50
|
unless @git_repo
|
51
51
|
raise TxghError,
|
52
|
-
|
52
|
+
'TX_CONFIG specified a file from git but did not provide a repo.'
|
53
53
|
end
|
54
54
|
|
55
55
|
@git_repo
|
data/lib/txgh/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: txgh
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 7.0.
|
4
|
+
version: 7.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matthew Jackowski
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2020-03-
|
12
|
+
date: 2020-03-31 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: abroad
|