tomo 0.11.0 → 0.12.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: 9930037410043945f1b1db4cf3039d36acddb1192f83b25eefe2d7ec499dc764
4
- data.tar.gz: 4b57228047c933afc888ddd8b1a4b949b47e737e5f567b23ea1177e65faa4340
3
+ metadata.gz: 3709b7fde6da1f50f3f23f1b002e0ac0a6d674d48b29d3ebe25870aa4fa6c52f
4
+ data.tar.gz: ad3f15ea1ce2dd522b3d8db8063d019db71e734433a0423beed4e754ffbe5995
5
5
  SHA512:
6
- metadata.gz: d490b2777addaa134019d780ee9864a07a4147bf193bc7de23cc74af91872a0630757de85ab1b8becae2d65e77eefca61b493e4acee9713f7025fe455d4def66
7
- data.tar.gz: 5aa6599c2a7b6e8aa31da82044cee2a7d686c0ef45aacadf86d01f1c8510849d1c44499711d7c5bbc9d4ed23bf76dd74f4f6a32aa5e1e022a6cde0599da3024f
6
+ metadata.gz: 92e4db85ca0f4c31ccf11f291ba4c1afc1712df118235128e385ff119033f2898f9f1c81e57d961defbbca7cfa9498970811806de50086388a3758d6eda060c9
7
+ data.tar.gz: 45c1c79d1167e47591e4cea373b93d06136bb62bf54d1f3e2d8d6d7a6f6c2c20956f38d3c0fb051869f5e27800b8571f9e853dd39e24e7e82f352c345c4f2356
data/README.md CHANGED
@@ -15,6 +15,8 @@ Tomo is a friendly command-line tool for deploying Rails apps. It is a new alter
15
15
  📚 Quality documentation<br/>
16
16
  🔬 Minimal dependencies<br/>
17
17
 
18
+ See [how tomo compares](https://tomo-deploy.com/comparisons/) to other Ruby deployment tools.
19
+
18
20
  ---
19
21
 
20
22
  - [Quick start](#quick-start)
@@ -160,7 +162,7 @@ Read the [Writing Custom Tasks](https://tomo-deploy.com/tutorials/writing-custom
160
162
 
161
163
  - [Deploying Rails From Scratch](https://tomo-deploy.com/tutorials/deploying-rails-from-scratch/)
162
164
  - [Writing Custom Tasks](https://tomo-deploy.com/tutorials/writing-custom-tasks/)
163
- - [Publishing a Plugin](https://tomo-deploy.com/tutorials/publishing-a-plugin/) [TODO]
165
+ - [Publishing a Plugin](https://tomo-deploy.com/tutorials/publishing-a-plugin/)
164
166
 
165
167
  ## Reference documentation
166
168
 
@@ -50,12 +50,6 @@ module Tomo::Plugin::Rails
50
50
  end
51
51
  end
52
52
 
53
- # TODO: remove
54
- def log_tail
55
- log_path = raw("#{paths.release.to_s.shellescape}/log/${RAILS_ENV}.log")
56
- remote.run("tail", settings[:run_args], log_path)
57
- end
58
-
59
53
  private
60
54
 
61
55
  def database_exists?
@@ -24,6 +24,7 @@ set git_exclusions: %w[
24
24
  set env_vars: {
25
25
  RACK_ENV: "production",
26
26
  RAILS_ENV: "production",
27
+ RAILS_LOG_TO_STDOUT: "1",
27
28
  RAILS_SERVE_STATIC_FILES: "1",
28
29
  DATABASE_URL: :prompt,
29
30
  SECRET_KEY_BASE: :prompt
data/lib/tomo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Tomo
2
- VERSION = "0.11.0".freeze
2
+ VERSION = "0.12.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.11.0
4
+ version: 0.12.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-11-06 00:00:00.000000000 Z
11
+ date: 2019-11-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -128,28 +128,28 @@ dependencies:
128
128
  requirements:
129
129
  - - '='
130
130
  - !ruby/object:Gem::Version
131
- version: 0.3.0
131
+ version: 0.4.1
132
132
  type: :development
133
133
  prerelease: false
134
134
  version_requirements: !ruby/object:Gem::Requirement
135
135
  requirements:
136
136
  - - '='
137
137
  - !ruby/object:Gem::Version
138
- version: 0.3.0
138
+ version: 0.4.1
139
139
  - !ruby/object:Gem::Dependency
140
140
  name: rubocop-performance
141
141
  requirement: !ruby/object:Gem::Requirement
142
142
  requirements:
143
143
  - - '='
144
144
  - !ruby/object:Gem::Version
145
- version: 1.5.0
145
+ version: 1.5.1
146
146
  type: :development
147
147
  prerelease: false
148
148
  version_requirements: !ruby/object:Gem::Requirement
149
149
  requirements:
150
150
  - - '='
151
151
  - !ruby/object:Gem::Version
152
- version: 1.5.0
152
+ version: 1.5.1
153
153
  description:
154
154
  email:
155
155
  - opensource@mattbrictson.com
@@ -328,5 +328,5 @@ requirements: []
328
328
  rubygems_version: 3.0.6
329
329
  signing_key:
330
330
  specification_version: 4
331
- summary: A simple SSH-based deployment tool, built for Rails
331
+ summary: A friendly CLI for deploying Rails apps
332
332
  test_files: []