traquitana 0.1.8 → 0.1.9

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: 8b30d41d162c3a01a8223a97b09e0b5015fa88265517d95305416548000e6d63
4
- data.tar.gz: 9cd60f1814e6dcdadcf2d339c725629066de58db7326b43225c1ead0390c86e4
3
+ metadata.gz: 7aa871426fb3d42743fe361a8361aa9bc241ca207986d80cd622e8207657b516
4
+ data.tar.gz: d2476b9a94357f99edc3908c7fe14dec108ae297aed3f6caad1538650c72e6b6
5
5
  SHA512:
6
- metadata.gz: fcda62780cc49a616d33661687aaa74d0fe87369d5b79665e5f9f8e4225850813e2e1c77148569a04cb87506e779a1aa1a8d7a8deb15f3648e2735bf0ac38c50
7
- data.tar.gz: b6886ab40ea74fe2a9af4528e8348b3d5c30743265c905bf53481813c1ace1da9999e68fbfe5ff7763033bfecafa644f31c8da4668609fe8fad338bab79a8f0a
6
+ metadata.gz: 042d7d9c1d9b856d75ef8f7bde85512ef68b3cbad8e303d8b512da8670780f5f4b9a15814cdbe3c59b0e3ff33842c610084eb60acde758ca67faa70cf1f2925c
7
+ data.tar.gz: ef069613cf052f2e1bcc98ac28d60df8e8e6aca0fc5cf6d89c2c128e17f6882db5ca076d7e1b0152b5d736404a4eaa93f2a50ce4b9fbe271fe4202a42d209254
checksums.yaml.gz.sig CHANGED
Binary file
data/config/proc.sh CHANGED
@@ -197,7 +197,7 @@ function fix_gems() {
197
197
  bundle install --without development test
198
198
  # if user is not root and gemdir is not the home dir, install on vendor
199
199
  else
200
- local version=$(bundle -v | grep -o -e "[0-9]\.[0-9]\.[0-9]" | cut -d'.' -f1)
200
+ local version=$(bundle -v | grep -o -e "[0-9]\+\.[0-9]\+\.[0-9]\+" | cut -d'.' -f1)
201
201
  msg "Performing a \e[1mlocal gem install on vendor/bundle with bundler version $version\e[0m"
202
202
 
203
203
  # bundler version 2 doesnt have anymore those flags below
@@ -1,3 +1,3 @@
1
1
  module Traquitana
2
- VERSION = '0.1.8'
2
+ VERSION = '0.1.9'
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: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eustaquio Rangel
@@ -190,7 +190,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
190
190
  - !ruby/object:Gem::Version
191
191
  version: '0'
192
192
  requirements: []
193
- rubygems_version: 3.0.3
193
+ rubygems_version: 3.3.7
194
194
  signing_key:
195
195
  specification_version: 4
196
196
  summary: Just a simple tool to deploy Rails apps with SSH and some shell scripts
metadata.gz.sig CHANGED
Binary file