tagrity 0.2.3 → 0.2.4
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/Gemfile.lock +1 -1
- data/README.md +2 -0
- data/lib/tagrity/commands/status.rb +1 -1
- data/lib/tagrity/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: a9f2fc6f3d2c81897691f5a4a7cad41c1acca136bf0eb1cfcde8b3f472cd77f6
|
|
4
|
+
data.tar.gz: a9819dd4f6f97593b95605d914c977298ad95b4bf816112ba9eb348801c40fc2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5a53915e331d4caa651df97bf9b9df99f8d450c5d661c48ccd893ea9052ace31aa632313571bfe8cca3972f574b1a80fc7e181df66af4b96de134c4b5c00d47a
|
|
7
|
+
data.tar.gz: 5c19e00e2b4f850cde208fd77e56fc8ca65c51130b2388a8613de7a1175fa4cbc368ed906989596fa0cca209346c915c67050c7ea5b8bcf21736fe68a93de370
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -36,6 +36,8 @@ Configuration can be done through use of a `tagrity_config.yml` file that looks
|
|
|
36
36
|
|
|
37
37
|
**NOTE:** Tagrity will look for a global config file at `$XDG_CONFIG_HOME/tagrity/tagrity_config.yml` (usually this will be `~/.config/tagrity/tagrity_config.yml`). This can be overridden by a local config in the current directory under the name `.tagrity_config.yml`.
|
|
38
38
|
|
|
39
|
+
**NOTE:** Tagrity needs to be restarted for configuration changes to take effect.
|
|
40
|
+
|
|
39
41
|
[`tagrity_config.yml`](https://github.com/RRethy/tagrity/blob/master/sample_config.yml)
|
|
40
42
|
|
|
41
43
|
```yaml
|
|
@@ -7,7 +7,7 @@ module Tagrity
|
|
|
7
7
|
def call
|
|
8
8
|
PidFile.alive_pid_files.each do |pid_file|
|
|
9
9
|
dir = pid_file.dir
|
|
10
|
-
puts ::CLI::UI.fmt "{{cyan:#{pid_file.pid}}} {{green:#{dir.split('/')[0,dir.length-
|
|
10
|
+
puts ::CLI::UI.fmt "{{cyan:#{pid_file.pid}}} {{green:#{dir.split('/')[0,dir.length-2].join('/')}/}}{{magenta:#{dir.split('/')[-1]}}}"
|
|
11
11
|
end
|
|
12
12
|
end
|
|
13
13
|
end
|
data/lib/tagrity/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tagrity
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adam P. Regasz-Rethy
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-01-
|
|
11
|
+
date: 2020-01-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|