tagrity 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6a24faa216cfb94715a1331caec8cb72a73068171e60d3411acd419e0ac164f2
4
- data.tar.gz: eb1b98a10f93ebbf34b598b79889f0b4cd435e2188c95898d5fa1be6f268910f
3
+ metadata.gz: a9f2fc6f3d2c81897691f5a4a7cad41c1acca136bf0eb1cfcde8b3f472cd77f6
4
+ data.tar.gz: a9819dd4f6f97593b95605d914c977298ad95b4bf816112ba9eb348801c40fc2
5
5
  SHA512:
6
- metadata.gz: ea96d1c3ffee01882f87983dd242e8a92eab05cef148885e8ae4049da6c49cfceec69c7deb459f4b24a6658861271770c8a58572c0388c7b282f1addf7546c54
7
- data.tar.gz: 5fbab728bc2389046f8091cebeff2e3d875db6463d77e6021af71b69d3e97301a600885628b5863973539e0bd57c5775bc8d0d88eef49ddaec2d5ba07f68eca1
6
+ metadata.gz: 5a53915e331d4caa651df97bf9b9df99f8d450c5d661c48ccd893ea9052ace31aa632313571bfe8cca3972f574b1a80fc7e181df66af4b96de134c4b5c00d47a
7
+ data.tar.gz: 5c19e00e2b4f850cde208fd77e56fc8ca65c51130b2388a8613de7a1175fa4cbc368ed906989596fa0cca209346c915c67050c7ea5b8bcf21736fe68a93de370
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tagrity (0.2.3)
4
+ tagrity (0.2.4)
5
5
  cli-ui (~> 1.3.0)
6
6
  listen (~> 3.0)
7
7
  pry (~> 0.9.9)
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-1].join('/')}/}}{{magenta:#{dir.split('/')[-1]}}}"
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
@@ -1,3 +1,3 @@
1
1
  module Tagrity
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
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.3
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-03 00:00:00.000000000 Z
11
+ date: 2020-01-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor