shellopts 2.6.6 → 2.6.7

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: 420290ad2c739d4fa7c12e3830650da129274c61b76c8a36b7342650dbc9e5af
4
- data.tar.gz: e2d6e1a76d76df2c7afcc0f992ef82e55405478001a6b2aaae906fa994fcb0f1
3
+ metadata.gz: b62638f4ec78998683bbe89550dbcb5b204db943a1fdbd0cee9e4a21fe80a59b
4
+ data.tar.gz: '08a7d6d55386c5df575bb27d71e3872ec0ccde1e7e87c8b50dc21b54d9f14b53'
5
5
  SHA512:
6
- metadata.gz: 6dcb7366651571ae2576e4695df0d3dfdc9feee6b338e5ab0902b10ce2b42e6f98168f4a30ba9b75e63025f8c294292290e7bd3af9e9a2e150e4798267d3b4bf
7
- data.tar.gz: de77ec7930a325c7da07d68df78ee05341372aec2c68c368dd5bc7c635b53d53c1ffd17492f1f367d886430a926f65ff4f0b9d4fef92172c060815276868250a
6
+ metadata.gz: ba5cafa3f9ae8ac279053da18e5d271a8759bb73be427b8ef04c32b71f1a550797d836ad5d54d2c543a4a800de9f0d51020e7c7a70019b9c56a5d489ee16a51e
7
+ data.tar.gz: c0ee29769c1854af57a098409033cce93acbc78146373d2c09176b52850fca3b465d639e169a5692acc4ac1dd3c8b74b8a80b4a864f4aa1484011a15c88bf5b4
@@ -133,7 +133,7 @@ module ShellOpts
133
133
  s += "S" if commands.size > 1 || commands.size == 1 && commands.first.commands.size > 1
134
134
  end
135
135
  puts
136
- indent(-1).puts Ansi.bold s
136
+ indent(-1) { puts Ansi.bold s }
137
137
  newline = false
138
138
  next if child.is_a?(Section)
139
139
  else # Any other node adds a newline
@@ -1,3 +1,3 @@
1
1
  module ShellOpts
2
- VERSION = "2.6.6"
2
+ VERSION = "2.6.7"
3
3
  end
data/lib/shellopts.rb CHANGED
@@ -38,7 +38,7 @@ require_relative 'shellopts/dump.rb'
38
38
  # * Describe the difference between StandardError, RuntimeError, and IOError
39
39
  # * Add an #internal error handling for the production environment that
40
40
  # prints an intelligble error message and prettyfies stack dump. This
41
- # should catch non-RuntimeError/UIError exceptions
41
+ # should catch non-RuntimeError/IOError exceptions
42
42
  # * Find a reliable way of testing environment
43
43
 
44
44
  module ShellOpts
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shellopts
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.6
4
+ version: 2.6.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Claus Rasmussen