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 +4 -4
- data/README.md +3 -1
- data/lib/tomo/plugin/rails/tasks.rb +0 -6
- data/lib/tomo/templates/config.rb.erb +1 -0
- data/lib/tomo/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3709b7fde6da1f50f3f23f1b002e0ac0a6d674d48b29d3ebe25870aa4fa6c52f
|
|
4
|
+
data.tar.gz: ad3f15ea1ce2dd522b3d8db8063d019db71e734433a0423beed4e754ffbe5995
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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/)
|
|
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?
|
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.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-
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
|
331
|
+
summary: A friendly CLI for deploying Rails apps ✨
|
|
332
332
|
test_files: []
|