terminal-notifier 1.5.1 → 1.5.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/terminal-notifier.rb +1 -1
- data/vendor/terminal-notifier/README.markdown +53 -12
- data/vendor/terminal-notifier/Ruby/Gemfile +2 -0
- data/vendor/terminal-notifier/Ruby/Gemfile.lock +23 -0
- data/vendor/terminal-notifier/Ruby/LICENSE +23 -0
- data/vendor/terminal-notifier/Ruby/README.markdown +48 -0
- data/vendor/terminal-notifier/Ruby/Rakefile +44 -0
- data/vendor/terminal-notifier/Ruby/bin/terminal-notifier +13 -0
- data/vendor/terminal-notifier/Ruby/lib/terminal-notifier.rb +87 -0
- data/vendor/terminal-notifier/Ruby/spec/terminal-notifier_spec.rb +72 -0
- data/vendor/terminal-notifier/Ruby/terminal-notifier.gemspec +26 -0
- data/vendor/terminal-notifier/Terminal Notifier.xcodeproj/project.pbxproj +311 -0
- data/vendor/terminal-notifier/Terminal Notifier.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -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 +339 -0
- data/vendor/terminal-notifier/Terminal Notifier/Terminal Notifier-Info.plist +36 -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 +3191 -0
- data/vendor/terminal-notifier/Terminal Notifier/main.m +6 -0
- data/vendor/terminal-notifier/Terminal.icns +0 -0
- data/vendor/terminal-notifier/terminal-notifier.app/Contents/Info.plist +10 -10
- data/vendor/terminal-notifier/terminal-notifier.app/Contents/MacOS/terminal-notifier +0 -0
- data/vendor/terminal-notifier/terminal-notifier.app/Contents/Resources/en.lproj/MainMenu.nib +0 -0
- metadata +35 -14
Binary file
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<plist version="1.0">
|
4
4
|
<dict>
|
5
5
|
<key>BuildMachineOSBuild</key>
|
6
|
-
<string>
|
6
|
+
<string>13C64</string>
|
7
7
|
<key>CFBundleDevelopmentRegion</key>
|
8
8
|
<string>en</string>
|
9
9
|
<key>CFBundleExecutable</key>
|
@@ -19,31 +19,31 @@
|
|
19
19
|
<key>CFBundlePackageType</key>
|
20
20
|
<string>APPL</string>
|
21
21
|
<key>CFBundleShortVersionString</key>
|
22
|
-
<string>1.5.
|
22
|
+
<string>1.5.2</string>
|
23
23
|
<key>CFBundleSignature</key>
|
24
24
|
<string>????</string>
|
25
25
|
<key>CFBundleVersion</key>
|
26
|
-
<string>
|
26
|
+
<string>10</string>
|
27
27
|
<key>DTCompiler</key>
|
28
|
-
<string
|
28
|
+
<string>com.apple.compilers.llvm.clang.1_0</string>
|
29
29
|
<key>DTPlatformBuild</key>
|
30
|
-
<string>
|
30
|
+
<string>5B130a</string>
|
31
31
|
<key>DTPlatformVersion</key>
|
32
32
|
<string>GM</string>
|
33
33
|
<key>DTSDKBuild</key>
|
34
|
-
<string>
|
34
|
+
<string>13C64</string>
|
35
35
|
<key>DTSDKName</key>
|
36
|
-
<string>macosx10.
|
36
|
+
<string>macosx10.9</string>
|
37
37
|
<key>DTXcode</key>
|
38
|
-
<string>
|
38
|
+
<string>0510</string>
|
39
39
|
<key>DTXcodeBuild</key>
|
40
|
-
<string>
|
40
|
+
<string>5B130a</string>
|
41
41
|
<key>LSMinimumSystemVersion</key>
|
42
42
|
<string>10.8</string>
|
43
43
|
<key>LSUIElement</key>
|
44
44
|
<true/>
|
45
45
|
<key>NSHumanReadableCopyright</key>
|
46
|
-
<string>Copyright © 2012 Eloy
|
46
|
+
<string>Copyright © 2012 Eloy Durán. All rights reserved.</string>
|
47
47
|
<key>NSMainNibFile</key>
|
48
48
|
<string>MainMenu</string>
|
49
49
|
<key>NSPrincipalClass</key>
|
Binary file
|
data/vendor/terminal-notifier/terminal-notifier.app/Contents/Resources/en.lproj/MainMenu.nib
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,55 +1,55 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: terminal-notifier
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.
|
4
|
+
version: 1.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eloy Duran
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2014-03-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bacon
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '0'
|
20
20
|
type: :development
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- -
|
24
|
+
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '0'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: mocha
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- -
|
31
|
+
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: '0'
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- -
|
38
|
+
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: mocha-on-bacon
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- -
|
45
|
+
- - ">="
|
46
46
|
- !ruby/object:Gem::Version
|
47
47
|
version: '0'
|
48
48
|
type: :development
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- -
|
52
|
+
- - ">="
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
55
|
description:
|
@@ -61,17 +61,39 @@ extensions: []
|
|
61
61
|
extra_rdoc_files:
|
62
62
|
- README.markdown
|
63
63
|
files:
|
64
|
+
- README.markdown
|
64
65
|
- bin/terminal-notifier
|
65
66
|
- lib/terminal-notifier.rb
|
66
67
|
- vendor/terminal-notifier/README.markdown
|
68
|
+
- vendor/terminal-notifier/Ruby/Gemfile
|
69
|
+
- vendor/terminal-notifier/Ruby/Gemfile.lock
|
70
|
+
- vendor/terminal-notifier/Ruby/LICENSE
|
71
|
+
- vendor/terminal-notifier/Ruby/README.markdown
|
72
|
+
- vendor/terminal-notifier/Ruby/Rakefile
|
73
|
+
- vendor/terminal-notifier/Ruby/bin/terminal-notifier
|
74
|
+
- vendor/terminal-notifier/Ruby/lib/terminal-notifier.rb
|
75
|
+
- vendor/terminal-notifier/Ruby/spec/terminal-notifier_spec.rb
|
76
|
+
- vendor/terminal-notifier/Ruby/terminal-notifier.gemspec
|
77
|
+
- vendor/terminal-notifier/Terminal Notifier.xcodeproj/project.pbxproj
|
78
|
+
- vendor/terminal-notifier/Terminal Notifier.xcodeproj/project.xcworkspace/contents.xcworkspacedata
|
79
|
+
- vendor/terminal-notifier/Terminal Notifier.xcodeproj/xcshareddata/xcschemes/Terminal
|
80
|
+
Notifier.xcscheme
|
81
|
+
- vendor/terminal-notifier/Terminal Notifier/AppDelegate.h
|
82
|
+
- vendor/terminal-notifier/Terminal Notifier/AppDelegate.m
|
83
|
+
- vendor/terminal-notifier/Terminal Notifier/Terminal Notifier-Info.plist
|
84
|
+
- vendor/terminal-notifier/Terminal Notifier/Terminal Notifier-Prefix.pch
|
85
|
+
- vendor/terminal-notifier/Terminal Notifier/en.lproj/Credits.rtf
|
86
|
+
- vendor/terminal-notifier/Terminal Notifier/en.lproj/InfoPlist.strings
|
87
|
+
- vendor/terminal-notifier/Terminal Notifier/en.lproj/MainMenu.xib
|
88
|
+
- vendor/terminal-notifier/Terminal Notifier/main.m
|
89
|
+
- vendor/terminal-notifier/Terminal.icns
|
67
90
|
- vendor/terminal-notifier/terminal-notifier.app/Contents/Info.plist
|
68
91
|
- vendor/terminal-notifier/terminal-notifier.app/Contents/MacOS/terminal-notifier
|
69
92
|
- vendor/terminal-notifier/terminal-notifier.app/Contents/PkgInfo
|
93
|
+
- vendor/terminal-notifier/terminal-notifier.app/Contents/Resources/Terminal.icns
|
70
94
|
- vendor/terminal-notifier/terminal-notifier.app/Contents/Resources/en.lproj/Credits.rtf
|
71
95
|
- vendor/terminal-notifier/terminal-notifier.app/Contents/Resources/en.lproj/InfoPlist.strings
|
72
96
|
- vendor/terminal-notifier/terminal-notifier.app/Contents/Resources/en.lproj/MainMenu.nib
|
73
|
-
- vendor/terminal-notifier/terminal-notifier.app/Contents/Resources/Terminal.icns
|
74
|
-
- README.markdown
|
75
97
|
homepage: https://github.com/alloy/terminal-notifier
|
76
98
|
licenses:
|
77
99
|
- MIT
|
@@ -82,19 +104,18 @@ require_paths:
|
|
82
104
|
- lib
|
83
105
|
required_ruby_version: !ruby/object:Gem::Requirement
|
84
106
|
requirements:
|
85
|
-
- -
|
107
|
+
- - ">="
|
86
108
|
- !ruby/object:Gem::Version
|
87
109
|
version: '0'
|
88
110
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
89
111
|
requirements:
|
90
|
-
- -
|
112
|
+
- - ">="
|
91
113
|
- !ruby/object:Gem::Version
|
92
114
|
version: '0'
|
93
115
|
requirements: []
|
94
116
|
rubyforge_project:
|
95
|
-
rubygems_version: 2.
|
117
|
+
rubygems_version: 2.2.2
|
96
118
|
signing_key:
|
97
119
|
specification_version: 4
|
98
120
|
summary: Send User Notifications on Mac OS X 10.8 or higher.
|
99
121
|
test_files: []
|
100
|
-
has_rdoc:
|