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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/config/proc.sh +2 -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: 5b00592d0ffeb96f7b9b4c443b4232575bbf4c8672b61196acf42f27f8f5e8cd
|
|
4
|
+
data.tar.gz: fec1cb397e95a647e729e4c6857f9c9b32473bd86ba9296f466ddfdbc3bba378
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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/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.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.
|
|
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
|