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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eb1fd09d0672b32399c0693d187d887a4d49316ebe089c8bd2c3eb2dad690789
4
- data.tar.gz: 97be414368cba426d4f20e7dae4973f7459fbbd8da5022503fc3dd60a7ad43c3
3
+ metadata.gz: 79fc1bf23c219f0bd247c35a8f6c0d93ba0ea649d3ef597c061c1404203c6bdf
4
+ data.tar.gz: aa20cfb111818a717f90238c7d29d2d90715657217fcd355e89473b2e4b31195
5
5
  SHA512:
6
- metadata.gz: a019c64b7e4f03fca7fcf2925d068b4f1b7a9136439ab88275f70a18f9c94ea95f8daa0499c19d3aa99cb96cae002ff8bfcefb20e69bcfbeed346f2091272d0e
7
- data.tar.gz: 88a1d192d2c34f487f11982bf2193218ae3441a3fd4df1b3092a70908ffefe0dd684821b4978e36d7a8225c7402dcef0824cd4df8a0772df56d73861b1fad797
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 set path 'vendor/bundle' without 'development test'
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) rescue nil
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
 
@@ -1,3 +1,3 @@
1
1
  module Traquitana
2
- VERSION = '2.0.2'
2
+ VERSION = '2.0.4'
3
3
  end
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.2
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.4.1
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