hiiro 0.1.79 → 0.1.80

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: e3d6babf95e5557ecd04c6786933c886dfc04cbf254eedef6ec90764da84c2ae
4
- data.tar.gz: 4f820ad37207a57918f149253621b23027e2d8bc5afc8a117b689270c025ab01
3
+ metadata.gz: 505147230ad7ebd846dae0bc672cef7e35252e30f134e88ed7595272866b69f4
4
+ data.tar.gz: 339f416cdac0a03bd469c71266619868b508f1e767d90400f948fa5143604110
5
5
  SHA512:
6
- metadata.gz: 66bbf4a31e02b9472dc740872c53002441d20881b987bf21acb2635258f646e8c716cf2c68b332c1da02f41e2f9848080005e08ed3a3736d60b9f1c7a91b7c4f
7
- data.tar.gz: 8d53e6d92f1eadb7a7df7eddb8636a85722f74c368066b4496e604ce7c0f8a380f3dfc2abd8f95f737b3763cb1bc1731f402f153344c27600c037405441cb79d
6
+ metadata.gz: 52e86d19f59a78f18eead2ba6ebc8906a3090af015d22044141127c43888a698eac524908f351d49980c5398a4e0d68ef8e3167f0bfe60db01cb47a20e2b1c6d
7
+ data.tar.gz: 6980d426edd24f936c5e74bf8f081b7d417826e1a16385555dee097c6f6f0d1053595ceaf77d3080d98474e569d20a4fa85111b6b23384c7b10aefb0f238225b
@@ -36,10 +36,10 @@ class Hiiro
36
36
 
37
37
  def show
38
38
  cmd = ['terminal-notifier']
39
- cmd << ['-message', options.message] if options.message
40
- cmd << ['-title', options.title.tr('()[]', '')] if options.title
41
- cmd << ['-open', options.link] if options.link
42
- cmd << ['-execute', options.command] if options.command
39
+ cmd += ['-message', options.message] if options.message
40
+ cmd += ['-title', options.title.tr('()[]', '')] if options.title
41
+ cmd += ['-open', options.link] if options.link
42
+ cmd += ['-execute', options.command] if options.command
43
43
  system(*cmd)
44
44
 
45
45
  play_sound
data/lib/hiiro/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class Hiiro
2
- VERSION = "0.1.79"
2
+ VERSION = "0.1.80"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hiiro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.79
4
+ version: 0.1.80
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua Toyota