terminal-notifier 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.
@@ -32,7 +32,7 @@ $ [sudo] gem install terminal-notifier
32
32
  ## Usage
33
33
 
34
34
  ```
35
- $ ./terminal-notifier.app/Contents/MacOS/terminal-notifier -[message|group] [VALUE|ID] [options]
35
+ $ ./terminal-notifier.app/Contents/MacOS/terminal-notifier -[message|group|list] [VALUE|ID|ID] [options]
36
36
  ```
37
37
 
38
38
  In order to use terminal-notifier, you have to call the binary _inside_ the
@@ -42,7 +42,7 @@ The Ruby gem, which wraps this tool, _does_ have a bin wrapper. If installed
42
42
  you can simply do:
43
43
 
44
44
  ```
45
- $ terminal-notifier -[message|group] [VALUE|ID] [options]
45
+ $ terminal-notifier -[message|group|list] [VALUE|ID|ID] [options]
46
46
  ```
47
47
 
48
48
  This will obviously be a bit slower than using the tool without the wrapper.
@@ -19,11 +19,11 @@
19
19
  <key>CFBundlePackageType</key>
20
20
  <string>APPL</string>
21
21
  <key>CFBundleShortVersionString</key>
22
- <string>1.4.0</string>
22
+ <string>1.4.1</string>
23
23
  <key>CFBundleSignature</key>
24
24
  <string>????</string>
25
25
  <key>CFBundleVersion</key>
26
- <string>5</string>
26
+ <string>6</string>
27
27
  <key>DTCompiler</key>
28
28
  <string></string>
29
29
  <key>DTPlatformBuild</key>
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: terminal-notifier
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 4
9
- - 0
10
- version: 1.4.0
9
+ - 1
10
+ version: 1.4.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Eloy Duran