tagrity 0.2.1 → 0.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a857a7e4ba200bc8058e9e862098e3de1b7e1058b5098f2e745a076e4ad04f57
4
- data.tar.gz: 153d10c351c435f5cc518b851376e5c0b4d4720e00aabc64cd30ad26ec4272b9
3
+ metadata.gz: 7c52ade5af54c76ba0a36dc94d17a070ad66ee816827d12f53f7b161726997f6
4
+ data.tar.gz: d66a536f4c6a8d6845eedd9f28d6b380492579edaca9ff757f35e3ad03edfbe4
5
5
  SHA512:
6
- metadata.gz: 0fb823c4f06d08641055876347f0d1f8c79ff825ecd91e2f885acecff79ee5e181faf57dfea5b3eab464fe4d0852353ae99271e485cea1a8e73a803a4307774c
7
- data.tar.gz: ca2dae1f92bc9a6430435436574a1fb61b45ad4d881ca240fde79f77cf94867ad0488ff062b46d526d232c4f42f5f62581d88eaf1befb8dbd01178f9070a81d7
6
+ metadata.gz: d6a5cb67d890e94fb466d1bbe35c1e0108df0caf606efcf3f5aa2533c95060a3b4a5d51ae4f08c698e638c2401ddb81562a4ec4eb5336dc03822e7ff33e050da
7
+ data.tar.gz: e350a56a7e55df37c23f819de1f85c176e093e0f3ea18db2e2e71bed1df8ac23c76417ed5cd717b2a5ea5d41b74e0b78dc34d4fe7ee481fb5160a7f6a2b6c308
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tagrity (0.2.1)
4
+ tagrity (0.2.2)
5
5
  cli-ui (~> 1.3.0)
6
6
  listen (~> 3.0)
7
7
  pry (~> 0.9.9)
@@ -6,7 +6,8 @@ module Tagrity
6
6
  class << self
7
7
  def call
8
8
  PidFile.alive_pid_files.each do |pid_file|
9
- puts ::CLI::UI.fmt "{{cyan:#{pid_file.pid}}} {{green:#{pid_file.dir}}}"
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
11
  end
11
12
  end
12
13
  end
@@ -1,3 +1,3 @@
1
1
  module Tagrity
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tagrity
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam P. Regasz-Rethy