theme-juice 0.20.2 → 0.20.3

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
  SHA1:
3
- metadata.gz: d42db6431f9ee28e231bef44f2e5ea95461a579d
4
- data.tar.gz: 5bfdd9d8acb3a37ef25747a67498d7756e67837c
3
+ metadata.gz: c14bc3a05a89f32da20c0098fc5b27c1f86a6fcc
4
+ data.tar.gz: f1d212125720d1bff326e66311d6419196ccadb2
5
5
  SHA512:
6
- metadata.gz: efb65e920680e7a585ab2cc77310c639c8b64511bcd46867128e7af94e0bd42595296db8b6edb81779b54b841395294d2ce5874684fc2a4db7d9ce24a179caba
7
- data.tar.gz: 2e6acaf5181405d94e57cb8e000ac57583823153fac3f5e777f2d788007a20092381316a9b9fd34ce4c6e24eb5bc7fc0ed6e8a217e6b3c95276c7370fa7e5bd0
6
+ metadata.gz: 3f76e4def9c1058f94be84993841177470ceb2931b2e48316b3daea72175cc4fc7fa895434737d5aa0d9870f3bc5ed6cd91871a40734dc6ba982350c24b331d2
7
+ data.tar.gz: ff7c7b7f619531d683b5cc3ebb18a6ecdeea15ae45681c5132354fc7779c5bef55ee9ca9706f2436ba8dd41959cb3a7998ecc0d6bceaa1f7c8ecdc8f99e66586
@@ -78,8 +78,9 @@ module ThemeJuice
78
78
  root = File.expand_path "../man", __FILE__
79
79
  man = ["tj", command].compact.join("-")
80
80
  begin
81
- shell_escaped_man_path = "#{root}/#{man}".shellescape
82
- if File.exist? shell_escaped_man_path
81
+ man_path = "#{root}/#{man}"
82
+ if File.exist? man_path
83
+ shell_escaped_man_path = man_path.shellescape
83
84
  if OS.windows?
84
85
  @io.say File.read "#{shell_escaped_man_path}.txt", :color => :white
85
86
  else
@@ -1,5 +1,5 @@
1
1
  # encoding: UTF-8
2
2
 
3
3
  module ThemeJuice
4
- VERSION = "0.20.2"
4
+ VERSION = "0.20.3"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: theme-juice
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.2
4
+ version: 0.20.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ezekiel Gabrielse