traquitana 2.0.2 → 2.0.4
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/config/proc.sh +2 -1
- data/lib/config.rb +2 -2
- data/lib/traquitana/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +2 -2
- 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: 79fc1bf23c219f0bd247c35a8f6c0d93ba0ea649d3ef597c061c1404203c6bdf
|
4
|
+
data.tar.gz: aa20cfb111818a717f90238c7d29d2d90715657217fcd355e89473b2e4b31195
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 128c8876dd0c5a4fd8a83989a6aae759cb5c7b966c4f06fbe0831c85a1542ad512a5233273f9da41e5f61a54538a4fa05230177ccdb0e446e09a7ab8d4882f75
|
7
|
+
data.tar.gz: 854ef2cba17534a2ad794abea488708e34e3c662fa63c1a7cb71d7d221ff493a6139c086790613768340ff3751a0399786e284d5be275e20c749951413706e5c
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/config/proc.sh
CHANGED
@@ -202,7 +202,8 @@ function fix_gems() {
|
|
202
202
|
|
203
203
|
# bundler version 2 doesnt have anymore those flags below
|
204
204
|
if [ $version -ge 2 ]; then
|
205
|
-
bundle config --local
|
205
|
+
bundle config set --local path 'vendor/bundle'
|
206
|
+
bundle config set --local without 'development test'
|
206
207
|
bundle install
|
207
208
|
else
|
208
209
|
bundle install --path vendor/bundle --without development test
|
data/lib/config.rb
CHANGED
@@ -51,8 +51,8 @@ module Traquitana
|
|
51
51
|
|
52
52
|
def check_configs(file)
|
53
53
|
begin
|
54
|
-
@configs = YAML.load(File.read(file || self.filename), aliases: true)
|
55
|
-
rescue
|
54
|
+
@configs = YAML.load(File.read(file || self.filename), aliases: true)
|
55
|
+
rescue => e
|
56
56
|
@configs = YAML.load(File.read(file || self.filename)) rescue nil
|
57
57
|
end
|
58
58
|
|
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.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eustaquio Rangel
|
@@ -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.3.15
|
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
|