threeman 0.9.1 → 0.9.2
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/.threeman +1 -1
- data/CHANGELOG.md +4 -0
- data/Procfile +1 -0
- data/lib/threeman/cli.rb +2 -2
- data/lib/threeman/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: cd4ea391ddc6aca445375ce456da0cd8cade5742bd7e8121fc51f537a83dbb1c
|
|
4
|
+
data.tar.gz: 9e89a02dc6003fec6bb92c4cd956b0ea745a75859104d591b647de00292fe112
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 60e68d095d97b637220017ffb2ab2e73b60014acbb07b8872c04a93fb8aa41556eba15ab530c813cb51e3669cbbf413d886fc29c25efa72dcfb8d56d459b122c
|
|
7
|
+
data.tar.gz: d17660d4861c0bbab94a6d1e49628ec76fbe1ea13dc6f95c4c0d27f9fccd1f3bd7aea8b65e6d78bd37db36e2e1f2b5a2c92f93f4d748a8952b85af89e6046a27
|
data/.threeman
CHANGED
data/CHANGELOG.md
CHANGED
data/Procfile
CHANGED
data/lib/threeman/cli.rb
CHANGED
|
@@ -26,7 +26,7 @@ module Threeman
|
|
|
26
26
|
option :layout_name, desc: "If using tmux, the layout name to use for paned commands", type: :string
|
|
27
27
|
option :procfile, desc: "Procfile file name", default: "Procfile", aliases: "-f"
|
|
28
28
|
option :root, desc: "Directory of Procfile", aliases: "-d"
|
|
29
|
-
option :formation, aliases: '-m'
|
|
29
|
+
option :formation, aliases: '-m'
|
|
30
30
|
option(
|
|
31
31
|
:open_in_new_tab,
|
|
32
32
|
desc: "If using iterm3, configure how threeman opens",
|
|
@@ -52,7 +52,7 @@ module Threeman
|
|
|
52
52
|
procfile_name = options[:procfile]
|
|
53
53
|
pwd = options[:root] || Dir.pwd
|
|
54
54
|
procfile = Threeman::Procfile.new(File.expand_path(procfile_name, pwd))
|
|
55
|
-
formation = parse_formation(options[:formation])
|
|
55
|
+
formation = parse_formation(options[:formation] || 'all=1')
|
|
56
56
|
commands = procfile.commands(pwd, options[:port] || 5000, options[:command_prefix], formation)
|
|
57
57
|
|
|
58
58
|
frontend_name = options[:frontend] || auto_frontend
|
data/lib/threeman/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: threeman
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nat Budin
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-04-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: foreman
|