tagrity 0.2.4 → 0.2.5

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: a9f2fc6f3d2c81897691f5a4a7cad41c1acca136bf0eb1cfcde8b3f472cd77f6
4
- data.tar.gz: a9819dd4f6f97593b95605d914c977298ad95b4bf816112ba9eb348801c40fc2
3
+ metadata.gz: 830bd4f27da44352dd14d1bd935e9490b1e31a0d5adb8b8cb30f858df5f73d1c
4
+ data.tar.gz: 395fd84014b1bbd8670d117037f294f39dade61283960dcd430785b57a1d6d25
5
5
  SHA512:
6
- metadata.gz: 5a53915e331d4caa651df97bf9b9df99f8d450c5d661c48ccd893ea9052ace31aa632313571bfe8cca3972f574b1a80fc7e181df66af4b96de134c4b5c00d47a
7
- data.tar.gz: 5c19e00e2b4f850cde208fd77e56fc8ca65c51130b2388a8613de7a1175fa4cbc368ed906989596fa0cca209346c915c67050c7ea5b8bcf21736fe68a93de370
6
+ metadata.gz: bad9a28f8d50cd94cc58202717a1b2953c760366574bdd998167ef86579f5b5f159b3cccc4454c4ef84629478f0ed55a789500ac8d8d22199f809c64b25631d4
7
+ data.tar.gz: b32df49fff8826f0c98f10abdc7c0d690abf701f958e1bd367c0dc5c9fd9e0b7c0d8b8da035e7e12b9f75305f91fdb0fdf74f919182f2266cfe2935f05e963ae
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tagrity (0.2.4)
4
+ tagrity (0.2.5)
5
5
  cli-ui (~> 1.3.0)
6
6
  listen (~> 3.0)
7
7
  pry (~> 0.9.9)
@@ -6,8 +6,8 @@ module Tagrity
6
6
  class << self
7
7
  def call
8
8
  PidFile.alive_pid_files.each do |pid_file|
9
- dir = pid_file.dir
10
- puts ::CLI::UI.fmt "{{cyan:#{pid_file.pid}}} {{green:#{dir.split('/')[0,dir.length-2].join('/')}/}}{{magenta:#{dir.split('/')[-1]}}}"
9
+ dir_a = pid_file.dir.split('/')
10
+ puts ::CLI::UI.fmt "{{cyan:#{pid_file.pid}}} {{green:#{dir_a[0,dir_a.length-1].join('/')}/}}{{magenta:#{dir_a[-1]}}}"
11
11
  end
12
12
  end
13
13
  end
@@ -1,3 +1,3 @@
1
1
  module Tagrity
2
- VERSION = "0.2.4"
2
+ VERSION = "0.2.5"
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.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam P. Regasz-Rethy