traquitana 2.0.1 → 2.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/config.rb +6 -1
- data/lib/traquitana/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +3 -3
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eb1fd09d0672b32399c0693d187d887a4d49316ebe089c8bd2c3eb2dad690789
|
4
|
+
data.tar.gz: 97be414368cba426d4f20e7dae4973f7459fbbd8da5022503fc3dd60a7ad43c3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a019c64b7e4f03fca7fcf2925d068b4f1b7a9136439ab88275f70a18f9c94ea95f8daa0499c19d3aa99cb96cae002ff8bfcefb20e69bcfbeed346f2091272d0e
|
7
|
+
data.tar.gz: 88a1d192d2c34f487f11982bf2193218ae3441a3fd4df1b3092a70908ffefe0dd684821b4978e36d7a8225c7402dcef0824cd4df8a0772df56d73861b1fad797
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/lib/config.rb
CHANGED
@@ -50,7 +50,12 @@ module Traquitana
|
|
50
50
|
private
|
51
51
|
|
52
52
|
def check_configs(file)
|
53
|
-
|
53
|
+
begin
|
54
|
+
@configs = YAML.load(File.read(file || self.filename), aliases: true) rescue nil
|
55
|
+
rescue
|
56
|
+
@configs = YAML.load(File.read(file || self.filename)) rescue nil
|
57
|
+
end
|
58
|
+
|
54
59
|
STDERR.puts "Configs not found (tried '#{file}' and '#{self.filename}')" if !@configs
|
55
60
|
@configs
|
56
61
|
end
|
data/lib/traquitana/version.rb
CHANGED
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: traquitana
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eustaquio Rangel
|
@@ -36,7 +36,7 @@ cert_chain:
|
|
36
36
|
7NRJmY9c84Zb3sCf0DV6UH+d2id9Dndp9ewchgDOSwGznt+oJmjDFZ9gYd8IP2Ol
|
37
37
|
1eLrW8x4LHV+EVEIaiVTvmKt
|
38
38
|
-----END CERTIFICATE-----
|
39
|
-
date:
|
39
|
+
date: 2023-01-27 00:00:00.000000000 Z
|
40
40
|
dependencies:
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: highline
|
@@ -191,7 +191,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
191
191
|
- !ruby/object:Gem::Version
|
192
192
|
version: '0'
|
193
193
|
requirements: []
|
194
|
-
rubygems_version: 3.
|
194
|
+
rubygems_version: 3.4.1
|
195
195
|
signing_key:
|
196
196
|
specification_version: 4
|
197
197
|
summary: Just a simple tool to deploy Rails apps with SSH and some shell scripts
|
metadata.gz.sig
CHANGED
Binary file
|