tomo 0.14.1 → 0.15.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/commands/deploy.rb +1 -1
- data/lib/tomo/templates/config.rb.erb +1 -0
- data/lib/tomo/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b7b120a33166b8068d8bc8bd1cd1feaf236890f0f0944b6b1856883804492824
|
|
4
|
+
data.tar.gz: 22a8010f402d68cad83b35f3852cf9ca7a2cf661664963d58a782ca11d79b201
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 40308784a50665ae75710d3e57ceee35405884191714a6908a7fe24e35042fcccb48aa9644b3d19cd41c7058e2eb15cc34b95667132ea97ca5273ed71a85eaca
|
|
7
|
+
data.tar.gz: 33243e5c5c676fcee357b5dea79d68ddad832ae5b3403ea250bc864ee80fc89632e24537cc44334412ed3042ca055e85b999dc0d8e0ed5c01642115e706ba691
|
data/lib/tomo/commands/deploy.rb
CHANGED
|
@@ -17,7 +17,7 @@ module Tomo
|
|
|
17
17
|
deploy the project to a remote host. Use the #{blue('--dry-run')} option to quickly
|
|
18
18
|
simulate the entire deploy without actually connecting to the host. Add the
|
|
19
19
|
#{blue('--debug')} option to see an in-depth explanation of the settings and execution
|
|
20
|
-
plan that will be used for the deployment
|
|
20
|
+
plan that will be used for the deployment.
|
|
21
21
|
|
|
22
22
|
For a #{DEFAULT_CONFIG_PATH} that specifies distinct environments (e.g. staging,
|
|
23
23
|
production), you must specify the target environment using the #{blue('-e')} option. If
|
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: 0.
|
|
4
|
+
version: 0.15.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: 2019-12-
|
|
11
|
+
date: 2019-12-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -330,7 +330,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
330
330
|
- !ruby/object:Gem::Version
|
|
331
331
|
version: '0'
|
|
332
332
|
requirements: []
|
|
333
|
-
rubygems_version: 3.
|
|
333
|
+
rubygems_version: 3.1.2
|
|
334
334
|
signing_key:
|
|
335
335
|
specification_version: 4
|
|
336
336
|
summary: A friendly CLI for deploying Rails apps ✨
|