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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/config/proc.sh +1 -1
- 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: 7aa871426fb3d42743fe361a8361aa9bc241ca207986d80cd622e8207657b516
|
|
4
|
+
data.tar.gz: d2476b9a94357f99edc3908c7fe14dec108ae297aed3f6caad1538650c72e6b6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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]
|
|
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
|
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: 0.1.
|
|
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.
|
|
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
|