traquitana 2.0.2 → 2.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eb1fd09d0672b32399c0693d187d887a4d49316ebe089c8bd2c3eb2dad690789
4
- data.tar.gz: 97be414368cba426d4f20e7dae4973f7459fbbd8da5022503fc3dd60a7ad43c3
3
+ metadata.gz: 5b00592d0ffeb96f7b9b4c443b4232575bbf4c8672b61196acf42f27f8f5e8cd
4
+ data.tar.gz: fec1cb397e95a647e729e4c6857f9c9b32473bd86ba9296f466ddfdbc3bba378
5
5
  SHA512:
6
- metadata.gz: a019c64b7e4f03fca7fcf2925d068b4f1b7a9136439ab88275f70a18f9c94ea95f8daa0499c19d3aa99cb96cae002ff8bfcefb20e69bcfbeed346f2091272d0e
7
- data.tar.gz: 88a1d192d2c34f487f11982bf2193218ae3441a3fd4df1b3092a70908ffefe0dd684821b4978e36d7a8225c7402dcef0824cd4df8a0772df56d73861b1fad797
6
+ metadata.gz: 2a8ebe9ebadf90d3e96214786f2fa1a3fbbe4fba1330e3d2c3e08744cc1d1587152accdee9defb3cdfcb5a53d471d1ef01754b83f39dd2d0151c3918504f3684
7
+ data.tar.gz: ed81d5f6bc35238fb211e1a0d407139784d356161ee3d578522aab4162e697c3fc8f07726e4faa740e3c457ba74edf3d8e6a66115f394cf95690d1816e0509be
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
@@ -1,3 +1,3 @@
1
1
  module Traquitana
2
- VERSION = '2.0.2'
2
+ VERSION = '2.0.3'
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.3
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.0.3
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