traquitana 0.1.9 → 2.0.0
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 -2
- data/lib/traquitana/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +3 -3
- 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: c07495ef28886b8cdea4afdb0e777e52d9f375773cfca0b79cbb7616aadeb323
|
|
4
|
+
data.tar.gz: db85edf3e3ee20b22e66b20b950ba90ce960971ebae2d61cdbbbfb3783e40c91
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d1f65356f73a8d0a8289492a37bbcc393ce33ce7945adf56ce3e4561de0a599cc9263510adf1b8c8aa03f5e1533d67cb60722a32df871e78187d40524604d8a9
|
|
7
|
+
data.tar.gz: eb7a24b076631204449b861f7209e71bb06797d6b2b06b3f1b991aa876e99bb9335c03bdfe7f5c7a3af74c1fe5edd49e06e976c16a3178d7e125c77071048af7
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/config/proc.sh
CHANGED
|
@@ -202,8 +202,7 @@ 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'
|
|
206
|
-
bundle config --local set without 'development test'
|
|
205
|
+
bundle config --local set path 'vendor/bundle' without 'development test'
|
|
207
206
|
bundle install
|
|
208
207
|
else
|
|
209
208
|
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: 0.
|
|
4
|
+
version: 2.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eustaquio Rangel
|
|
@@ -35,7 +35,7 @@ cert_chain:
|
|
|
35
35
|
Fl+IMrhXtSOX0D0wb3xvk1Eg7xgH4mo78Se2OmuccewHjyjL4NAwU0lZmkb0d7yX
|
|
36
36
|
MoFYhSMI+0s3Wg==
|
|
37
37
|
-----END CERTIFICATE-----
|
|
38
|
-
date: 2022-
|
|
38
|
+
date: 2022-04-18 00:00:00.000000000 Z
|
|
39
39
|
dependencies:
|
|
40
40
|
- !ruby/object:Gem::Dependency
|
|
41
41
|
name: highline
|
|
@@ -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.3
|
|
193
|
+
rubygems_version: 3.0.3
|
|
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
|