tomo 1.5.0 → 1.6.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
- data/lib/tomo/plugin/core.rb +1 -1
- data/lib/tomo/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c6e4c4920127adec0015456e7b666ecf2f58f7459c347d62b04ad337cdf8818c
|
4
|
+
data.tar.gz: e153c6374dcd288ce08125c70c973fb60f4f9d389020f19261d63dba97b1e925
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eb670d2ab71b34098caee98bf44d47cc6a6a7c2e857541d33b9394588b4b294375ab91dbd1c071080fc5f70d893acf80acca09b1a863e99ad7c7994f6e7c6991
|
7
|
+
data.tar.gz: 14082e3582721a2816cfee25b8a613a8fc267e97e4b317b1cc87833f7150dd9ecee3af751ba123d4da06ea515d9d1913bda80cd9187311a9e9ab636a31b0b48e
|
data/lib/tomo/plugin/core.rb
CHANGED
@@ -21,7 +21,7 @@ module Tomo::Plugin
|
|
21
21
|
releases_path: "%{deploy_to}/releases",
|
22
22
|
revision_log_path: "%{deploy_to}/revisions.log",
|
23
23
|
shared_path: "%{deploy_to}/shared",
|
24
|
-
tmp_path: "/tmp/tomo",
|
24
|
+
tmp_path: "/tmp/tomo-#{SecureRandom.alphanumeric(8)}",
|
25
25
|
tomo_config_file_path: nil, # determined at runtime
|
26
26
|
run_args: [] # determined at runtime
|
27
27
|
)
|
data/lib/tomo/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tomo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Brictson
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-01-01 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Tomo is a feature-rich deployment tool that contains everything you need
|
14
14
|
to deploy a basic Rails app out of the box. It has an opinionated, production-tested
|