tmux-erb-parser 0.1.4 → 0.1.4.1

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: 7a819108049f7e8cd69f54afdb03151194031de2deb6ed83f255bde905dd9eaf
4
- data.tar.gz: e46324f7957f345c9048c83aed866a42253a2ac7d7689179d2c4ea290c903469
3
+ metadata.gz: d0e24b4445bae5e0b5abf9885bedd950bdedb2a14f0fb002f3eabd7788e7421a
4
+ data.tar.gz: '05984269011c7311eeb491a0e074403c71f7f3fd0ca96be952c46812c64e3145'
5
5
  SHA512:
6
- metadata.gz: 3552a055a4300a78301d836a158049c6916980bb5892ecce3b3748a2f32aedb82833a59c557e447dfa7d628586950fcbdcd70a439771d12e8f68c46b3a47464f
7
- data.tar.gz: e9e2bc5c4334a02a37b9bdbd8782d9dc1796446d60c6aefa114bf53fa33e358c1113ffda3d7e8b6f58feecc1eaaa3504fcee214d285f7e7f7f794876d2a08ab9
6
+ metadata.gz: 532b0763b6b3756c6391952e4be7af374c1aad79502564a3684df75c5035a7260927bea0db147661ed2fb80b2f0df94c1c5bf2e8946ef672e91247448cdbdf34
7
+ data.tar.gz: 7353161f0699165c3958dec07dd2e40ecce7a6c205c88c167b5ba095321eae94d0adce064f66ba0a69d5aa0be68ab61cf5e978c523a1229b7c4aa980877ef6ae
data/bin/tmux-erb-parser CHANGED
@@ -6,7 +6,7 @@ require 'tmux-erb-parser'
6
6
 
7
7
  # limit recursive execution
8
8
  command = File.basename(__FILE__)
9
- processes = `ps axo command`
9
+ processes = `ps axo command`.each_line
10
10
  exit 1 if processes.grep(/\Aruby.+#{command}/).size > 5
11
11
 
12
12
  cmd = TmuxERBParser::Command.new(ARGV)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TmuxERBParser
4
- VERSION = '0.1.4'
4
+ VERSION = '0.1.4.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tmux-erb-parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - epaew