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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3cbbf974be9564d4c3a62f37c35168b6bb843d7795713747a4ed61e8900e1dfc
4
- data.tar.gz: 0c9d63948b5685c078e7e29516361aedb92bca506f8d288dd2dcb6b7167c9f4f
3
+ metadata.gz: b7b120a33166b8068d8bc8bd1cd1feaf236890f0f0944b6b1856883804492824
4
+ data.tar.gz: 22a8010f402d68cad83b35f3852cf9ca7a2cf661664963d58a782ca11d79b201
5
5
  SHA512:
6
- metadata.gz: f1dac487e03b17256a35565d150ae6da864ef36d7770e7eaceca41b49411445809ba7c1e4e30d9fd7e89cbc1020a986c179710b32a87d681953dc35747f57379
7
- data.tar.gz: bc052619039101ca8383aad67e26c330300ae1819432e381a978660e17cd525e4bb5a91cf65ae211c50abf15688e85c78bbb66ceb028c1aaa0db15e977410c05
6
+ metadata.gz: 40308784a50665ae75710d3e57ceee35405884191714a6908a7fe24e35042fcccb48aa9644b3d19cd41c7058e2eb15cc34b95667132ea97ca5273ed71a85eaca
7
+ data.tar.gz: 33243e5c5c676fcee357b5dea79d68ddad832ae5b3403ea250bc864ee80fc89632e24537cc44334412ed3042ca055e85b999dc0d8e0ed5c01642115e706ba691
@@ -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
@@ -33,6 +33,7 @@ set linked_dirs: %w[
33
33
  log
34
34
  node_modules
35
35
  public/assets
36
+ public/packs
36
37
  tmp/cache
37
38
  tmp/pids
38
39
  tmp/sockets
data/lib/tomo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Tomo
2
- VERSION = "0.14.1".freeze
2
+ VERSION = "0.15.0".freeze
3
3
  end
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.14.1
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-17 00:00:00.000000000 Z
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.0.6
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 ✨