terminal-notifier 1.8.0 → 2.0.0
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 +4 -4
- data/README.markdown +5 -5
- data/lib/terminal-notifier.rb +39 -8
- data/vendor/terminal-notifier/LICENSE.md +9 -0
- data/vendor/terminal-notifier/README.markdown +256 -0
- data/vendor/terminal-notifier/Ruby/Gemfile +2 -0
- data/vendor/terminal-notifier/Ruby/Gemfile.lock +23 -0
- data/vendor/terminal-notifier/Ruby/LICENSE +24 -0
- data/vendor/terminal-notifier/Ruby/README.markdown +48 -0
- data/vendor/terminal-notifier/Ruby/Rakefile +48 -0
- data/vendor/terminal-notifier/Ruby/bin/terminal-notifier +13 -0
- data/vendor/terminal-notifier/Ruby/lib/terminal-notifier.rb +124 -0
- data/vendor/terminal-notifier/Ruby/spec/terminal-notifier_spec.rb +79 -0
- data/vendor/terminal-notifier/Ruby/terminal-notifier.gemspec +26 -0
- data/vendor/terminal-notifier/Terminal Notifier.xcodeproj/project.pbxproj +315 -0
- data/vendor/terminal-notifier/Terminal Notifier.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
- data/vendor/terminal-notifier/Terminal Notifier.xcodeproj/project.xcworkspace/xcshareddata/Terminal Notifier.xccheckout +41 -0
- data/vendor/terminal-notifier/Terminal Notifier.xcodeproj/xcshareddata/xcschemes/Terminal Notifier.xcscheme +140 -0
- data/vendor/terminal-notifier/Terminal Notifier/AppDelegate.h +4 -0
- data/vendor/terminal-notifier/Terminal Notifier/AppDelegate.m +382 -0
- data/vendor/terminal-notifier/Terminal Notifier/Terminal Notifier-Info.plist +43 -0
- data/vendor/terminal-notifier/Terminal Notifier/Terminal Notifier-Prefix.pch +7 -0
- data/vendor/terminal-notifier/Terminal Notifier/en.lproj/Credits.rtf +29 -0
- data/vendor/terminal-notifier/Terminal Notifier/en.lproj/InfoPlist.strings +2 -0
- data/vendor/terminal-notifier/Terminal Notifier/en.lproj/MainMenu.xib +3387 -0
- data/vendor/terminal-notifier/Terminal Notifier/main.m +6 -0
- data/vendor/terminal-notifier/Terminal.icns +0 -0
- data/vendor/terminal-notifier/assets/Example_1.png +0 -0
- data/vendor/terminal-notifier/assets/Example_2.png +0 -0
- data/vendor/terminal-notifier/assets/Example_3.png +0 -0
- data/vendor/terminal-notifier/assets/Example_4.png +0 -0
- data/vendor/terminal-notifier/assets/Example_5.png +0 -0
- data/vendor/terminal-notifier/assets/System_prefs.png +0 -0
- data/vendor/terminal-notifier/terminal-notifier.app/Contents/Info.plist +63 -0
- data/vendor/terminal-notifier/terminal-notifier.app/Contents/MacOS/terminal-notifier +0 -0
- data/vendor/terminal-notifier/terminal-notifier.app/Contents/PkgInfo +1 -0
- data/vendor/terminal-notifier/terminal-notifier.app/Contents/Resources/Terminal.icns +0 -0
- data/vendor/terminal-notifier/terminal-notifier.app/Contents/Resources/en.lproj/Credits.rtf +29 -0
- data/vendor/terminal-notifier/terminal-notifier.app/Contents/Resources/en.lproj/InfoPlist.strings +0 -0
- data/vendor/terminal-notifier/terminal-notifier.app/Contents/Resources/en.lproj/MainMenu.nib +0 -0
- metadata +42 -4
- data/vendor/terminal-notifier +0 -0
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,63 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>BuildMachineOSBuild</key>
|
6
|
+
<string>17A405</string>
|
7
|
+
<key>CFBundleDevelopmentRegion</key>
|
8
|
+
<string>en</string>
|
9
|
+
<key>CFBundleExecutable</key>
|
10
|
+
<string>terminal-notifier</string>
|
11
|
+
<key>CFBundleIconFile</key>
|
12
|
+
<string>Terminal</string>
|
13
|
+
<key>CFBundleIdentifier</key>
|
14
|
+
<string>fr.julienxx.oss.terminal-notifier</string>
|
15
|
+
<key>CFBundleInfoDictionaryVersion</key>
|
16
|
+
<string>6.0</string>
|
17
|
+
<key>CFBundleName</key>
|
18
|
+
<string>terminal-notifier</string>
|
19
|
+
<key>CFBundlePackageType</key>
|
20
|
+
<string>APPL</string>
|
21
|
+
<key>CFBundleShortVersionString</key>
|
22
|
+
<string>2.0.0</string>
|
23
|
+
<key>CFBundleSignature</key>
|
24
|
+
<string>????</string>
|
25
|
+
<key>CFBundleSupportedPlatforms</key>
|
26
|
+
<array>
|
27
|
+
<string>MacOSX</string>
|
28
|
+
</array>
|
29
|
+
<key>CFBundleVersion</key>
|
30
|
+
<string>15</string>
|
31
|
+
<key>DTCompiler</key>
|
32
|
+
<string>com.apple.compilers.llvm.clang.1_0</string>
|
33
|
+
<key>DTPlatformBuild</key>
|
34
|
+
<string>9A1004</string>
|
35
|
+
<key>DTPlatformVersion</key>
|
36
|
+
<string>GM</string>
|
37
|
+
<key>DTSDKBuild</key>
|
38
|
+
<string>17A360</string>
|
39
|
+
<key>DTSDKName</key>
|
40
|
+
<string>macosx10.13</string>
|
41
|
+
<key>DTXcode</key>
|
42
|
+
<string>0901</string>
|
43
|
+
<key>DTXcodeBuild</key>
|
44
|
+
<string>9A1004</string>
|
45
|
+
<key>LSMinimumSystemVersion</key>
|
46
|
+
<string>10.10</string>
|
47
|
+
<key>LSUIElement</key>
|
48
|
+
<true/>
|
49
|
+
<key>NSAppTransportSecurity</key>
|
50
|
+
<dict>
|
51
|
+
<key>NSAllowsArbitraryLoads</key>
|
52
|
+
<true/>
|
53
|
+
</dict>
|
54
|
+
<key>NSHumanReadableCopyright</key>
|
55
|
+
<string>Copyright © 2012-2017 Eloy Durán, Julien Blanchard. All rights reserved.</string>
|
56
|
+
<key>NSMainNibFile</key>
|
57
|
+
<string>MainMenu</string>
|
58
|
+
<key>NSPrincipalClass</key>
|
59
|
+
<string>NSApplication</string>
|
60
|
+
<key>NSUserNotificationAlertStyle</key>
|
61
|
+
<string>banner</string>
|
62
|
+
</dict>
|
63
|
+
</plist>
|
Binary file
|
@@ -0,0 +1 @@
|
|
1
|
+
APPL????
|
Binary file
|
@@ -0,0 +1,29 @@
|
|
1
|
+
{\rtf0\ansi{\fonttbl\f0\fswiss Helvetica;}
|
2
|
+
{\colortbl;\red255\green255\blue255;}
|
3
|
+
\paperw9840\paperh8400
|
4
|
+
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural
|
5
|
+
|
6
|
+
\f0\b\fs24 \cf0 Engineering:
|
7
|
+
\b0 \
|
8
|
+
Some people\
|
9
|
+
\
|
10
|
+
|
11
|
+
\b Human Interface Design:
|
12
|
+
\b0 \
|
13
|
+
Some other people\
|
14
|
+
\
|
15
|
+
|
16
|
+
\b Testing:
|
17
|
+
\b0 \
|
18
|
+
Hopefully not nobody\
|
19
|
+
\
|
20
|
+
|
21
|
+
\b Documentation:
|
22
|
+
\b0 \
|
23
|
+
Whoever\
|
24
|
+
\
|
25
|
+
|
26
|
+
\b With special thanks to:
|
27
|
+
\b0 \
|
28
|
+
Mom\
|
29
|
+
}
|
data/vendor/terminal-notifier/terminal-notifier.app/Contents/Resources/en.lproj/InfoPlist.strings
ADDED
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: terminal-notifier
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eloy Duran
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2017-
|
12
|
+
date: 2017-11-01 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bacon
|
@@ -66,7 +66,45 @@ files:
|
|
66
66
|
- README.markdown
|
67
67
|
- bin/terminal-notifier
|
68
68
|
- lib/terminal-notifier.rb
|
69
|
-
- vendor/terminal-notifier
|
69
|
+
- vendor/terminal-notifier/LICENSE.md
|
70
|
+
- vendor/terminal-notifier/README.markdown
|
71
|
+
- vendor/terminal-notifier/Ruby/Gemfile
|
72
|
+
- vendor/terminal-notifier/Ruby/Gemfile.lock
|
73
|
+
- vendor/terminal-notifier/Ruby/LICENSE
|
74
|
+
- vendor/terminal-notifier/Ruby/README.markdown
|
75
|
+
- vendor/terminal-notifier/Ruby/Rakefile
|
76
|
+
- vendor/terminal-notifier/Ruby/bin/terminal-notifier
|
77
|
+
- vendor/terminal-notifier/Ruby/lib/terminal-notifier.rb
|
78
|
+
- vendor/terminal-notifier/Ruby/spec/terminal-notifier_spec.rb
|
79
|
+
- vendor/terminal-notifier/Ruby/terminal-notifier.gemspec
|
80
|
+
- vendor/terminal-notifier/Terminal Notifier.xcodeproj/project.pbxproj
|
81
|
+
- vendor/terminal-notifier/Terminal Notifier.xcodeproj/project.xcworkspace/contents.xcworkspacedata
|
82
|
+
- vendor/terminal-notifier/Terminal Notifier.xcodeproj/project.xcworkspace/xcshareddata/Terminal
|
83
|
+
Notifier.xccheckout
|
84
|
+
- vendor/terminal-notifier/Terminal Notifier.xcodeproj/xcshareddata/xcschemes/Terminal
|
85
|
+
Notifier.xcscheme
|
86
|
+
- vendor/terminal-notifier/Terminal Notifier/AppDelegate.h
|
87
|
+
- vendor/terminal-notifier/Terminal Notifier/AppDelegate.m
|
88
|
+
- vendor/terminal-notifier/Terminal Notifier/Terminal Notifier-Info.plist
|
89
|
+
- vendor/terminal-notifier/Terminal Notifier/Terminal Notifier-Prefix.pch
|
90
|
+
- vendor/terminal-notifier/Terminal Notifier/en.lproj/Credits.rtf
|
91
|
+
- vendor/terminal-notifier/Terminal Notifier/en.lproj/InfoPlist.strings
|
92
|
+
- vendor/terminal-notifier/Terminal Notifier/en.lproj/MainMenu.xib
|
93
|
+
- vendor/terminal-notifier/Terminal Notifier/main.m
|
94
|
+
- vendor/terminal-notifier/Terminal.icns
|
95
|
+
- vendor/terminal-notifier/assets/Example_1.png
|
96
|
+
- vendor/terminal-notifier/assets/Example_2.png
|
97
|
+
- vendor/terminal-notifier/assets/Example_3.png
|
98
|
+
- vendor/terminal-notifier/assets/Example_4.png
|
99
|
+
- vendor/terminal-notifier/assets/Example_5.png
|
100
|
+
- vendor/terminal-notifier/assets/System_prefs.png
|
101
|
+
- vendor/terminal-notifier/terminal-notifier.app/Contents/Info.plist
|
102
|
+
- vendor/terminal-notifier/terminal-notifier.app/Contents/MacOS/terminal-notifier
|
103
|
+
- vendor/terminal-notifier/terminal-notifier.app/Contents/PkgInfo
|
104
|
+
- vendor/terminal-notifier/terminal-notifier.app/Contents/Resources/Terminal.icns
|
105
|
+
- vendor/terminal-notifier/terminal-notifier.app/Contents/Resources/en.lproj/Credits.rtf
|
106
|
+
- vendor/terminal-notifier/terminal-notifier.app/Contents/Resources/en.lproj/InfoPlist.strings
|
107
|
+
- vendor/terminal-notifier/terminal-notifier.app/Contents/Resources/en.lproj/MainMenu.nib
|
70
108
|
homepage: https://github.com/julienXX/terminal-notifier
|
71
109
|
licenses:
|
72
110
|
- MIT
|
@@ -90,5 +128,5 @@ rubyforge_project:
|
|
90
128
|
rubygems_version: 2.5.1
|
91
129
|
signing_key:
|
92
130
|
specification_version: 4
|
93
|
-
summary: Send User Notifications on
|
131
|
+
summary: Send User Notifications on macOS 10.10 or higher.
|
94
132
|
test_files: []
|
data/vendor/terminal-notifier
DELETED
Binary file
|