kicker 3.0.0pre1 → 3.0.0pre2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +10 -4
- data/lib/kicker.rb +26 -20
- data/lib/kicker/callback_chain.rb +14 -14
- data/lib/kicker/core_ext.rb +1 -1
- data/lib/kicker/fsevents.rb +6 -4
- data/lib/kicker/job.rb +57 -0
- data/lib/kicker/notification.rb +13 -24
- data/lib/kicker/options.rb +26 -22
- data/lib/kicker/recipes.rb +19 -16
- data/lib/kicker/recipes/could_not_handle_file.rb +1 -1
- data/lib/kicker/recipes/dot_kick.rb +8 -8
- data/lib/kicker/recipes/execute_cli_command.rb +1 -1
- data/lib/kicker/recipes/ignore.rb +4 -4
- data/lib/kicker/recipes/jstest.rb +1 -1
- data/lib/kicker/recipes/rails.rb +11 -11
- data/lib/kicker/recipes/ruby.rb +23 -23
- data/lib/kicker/utils.rb +44 -50
- data/lib/kicker/version.rb +1 -1
- metadata +108 -136
- data/vendor/terminal-notifier_v1.0/README.markdown +0 -70
- data/vendor/terminal-notifier_v1.0/terminal-notifier.app/Contents/Info.plist +0 -52
- data/vendor/terminal-notifier_v1.0/terminal-notifier.app/Contents/MacOS/terminal-notifier +0 -0
- data/vendor/terminal-notifier_v1.0/terminal-notifier.app/Contents/PkgInfo +0 -1
- data/vendor/terminal-notifier_v1.0/terminal-notifier.app/Contents/Resources/Terminal.icns +0 -0
- data/vendor/terminal-notifier_v1.0/terminal-notifier.app/Contents/Resources/en.lproj/Credits.rtf +0 -29
- data/vendor/terminal-notifier_v1.0/terminal-notifier.app/Contents/Resources/en.lproj/InfoPlist.strings +0 -0
- data/vendor/terminal-notifier_v1.0/terminal-notifier.app/Contents/Resources/en.lproj/MainMenu.nib +0 -0
- data/vendor/terminal-notifier_v1.0/terminal-notifier.app/Contents/_CodeSignature/CodeResources +0 -61
data/lib/kicker/version.rb
CHANGED
metadata
CHANGED
@@ -1,144 +1,116 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: kicker
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
prerelease: true
|
5
|
+
segments:
|
6
|
+
- 3
|
7
|
+
- 0
|
8
|
+
- 0pre2
|
9
|
+
version: 3.0.0pre2
|
6
10
|
platform: ruby
|
7
|
-
authors:
|
11
|
+
authors:
|
8
12
|
- Eloy Duran
|
9
13
|
- Manfred Stienstra
|
10
14
|
autorequire:
|
11
15
|
bindir: bin
|
12
16
|
cert_chain: []
|
13
|
-
|
14
|
-
|
15
|
-
|
17
|
+
|
18
|
+
date: 2013-06-16 00:00:00 +02:00
|
19
|
+
default_executable:
|
20
|
+
dependencies:
|
21
|
+
- !ruby/object:Gem::Dependency
|
16
22
|
name: listen
|
17
|
-
requirement: !ruby/object:Gem::Requirement
|
18
|
-
none: false
|
19
|
-
requirements:
|
20
|
-
- - ! '>='
|
21
|
-
- !ruby/object:Gem::Version
|
22
|
-
version: '0'
|
23
|
-
type: :runtime
|
24
23
|
prerelease: false
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
version: '0'
|
39
|
-
type: :development
|
24
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
25
|
+
requirements:
|
26
|
+
- - ~>
|
27
|
+
- !ruby/object:Gem::Version
|
28
|
+
segments:
|
29
|
+
- 1
|
30
|
+
- 1
|
31
|
+
- 0
|
32
|
+
version: 1.1.0
|
33
|
+
type: :runtime
|
34
|
+
version_requirements: *id001
|
35
|
+
- !ruby/object:Gem::Dependency
|
36
|
+
name: notify
|
40
37
|
prerelease: false
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
version: '0'
|
55
|
-
type: :development
|
38
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
39
|
+
requirements:
|
40
|
+
- - ~>
|
41
|
+
- !ruby/object:Gem::Version
|
42
|
+
segments:
|
43
|
+
- 0
|
44
|
+
- 5
|
45
|
+
- 2
|
46
|
+
version: 0.5.2
|
47
|
+
type: :runtime
|
48
|
+
version_requirements: *id002
|
49
|
+
- !ruby/object:Gem::Dependency
|
50
|
+
name: bacon
|
56
51
|
prerelease: false
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
name: mocha
|
65
|
-
requirement: !ruby/object:Gem::Requirement
|
66
|
-
none: false
|
67
|
-
requirements:
|
68
|
-
- - ! '>='
|
69
|
-
- !ruby/object:Gem::Version
|
70
|
-
version: '0'
|
52
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
53
|
+
requirements:
|
54
|
+
- - ">="
|
55
|
+
- !ruby/object:Gem::Version
|
56
|
+
segments:
|
57
|
+
- 0
|
58
|
+
version: "0"
|
71
59
|
type: :development
|
60
|
+
version_requirements: *id003
|
61
|
+
- !ruby/object:Gem::Dependency
|
62
|
+
name: mocha-on-bacon
|
72
63
|
prerelease: false
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
name: test-unit
|
81
|
-
requirement: !ruby/object:Gem::Requirement
|
82
|
-
none: false
|
83
|
-
requirements:
|
84
|
-
- - ! '>='
|
85
|
-
- !ruby/object:Gem::Version
|
86
|
-
version: '0'
|
64
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - ">="
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
segments:
|
69
|
+
- 0
|
70
|
+
version: "0"
|
87
71
|
type: :development
|
72
|
+
version_requirements: *id004
|
73
|
+
- !ruby/object:Gem::Dependency
|
74
|
+
name: activesupport
|
88
75
|
prerelease: false
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
name: test-spec
|
97
|
-
requirement: !ruby/object:Gem::Requirement
|
98
|
-
none: false
|
99
|
-
requirements:
|
100
|
-
- - ! '>='
|
101
|
-
- !ruby/object:Gem::Version
|
102
|
-
version: '0'
|
76
|
+
requirement: &id005 !ruby/object:Gem::Requirement
|
77
|
+
requirements:
|
78
|
+
- - ">="
|
79
|
+
- !ruby/object:Gem::Version
|
80
|
+
segments:
|
81
|
+
- 0
|
82
|
+
version: "0"
|
103
83
|
type: :development
|
84
|
+
version_requirements: *id005
|
85
|
+
- !ruby/object:Gem::Dependency
|
86
|
+
name: fakefs
|
104
87
|
prerelease: false
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
name: activesupport
|
113
|
-
requirement: !ruby/object:Gem::Requirement
|
114
|
-
none: false
|
115
|
-
requirements:
|
116
|
-
- - ! '>='
|
117
|
-
- !ruby/object:Gem::Version
|
118
|
-
version: '0'
|
88
|
+
requirement: &id006 !ruby/object:Gem::Requirement
|
89
|
+
requirements:
|
90
|
+
- - ">="
|
91
|
+
- !ruby/object:Gem::Version
|
92
|
+
segments:
|
93
|
+
- 0
|
94
|
+
version: "0"
|
119
95
|
type: :development
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
requirements:
|
124
|
-
- - ! '>='
|
125
|
-
- !ruby/object:Gem::Version
|
126
|
-
version: '0'
|
127
|
-
description:
|
128
|
-
email:
|
96
|
+
version_requirements: *id006
|
97
|
+
description: Allows you to fire specific command on file-system change.
|
98
|
+
email:
|
129
99
|
- eloy.de.enige@gmail.com
|
130
100
|
- manfred@fngtps.com
|
131
|
-
executables:
|
101
|
+
executables:
|
132
102
|
- kicker
|
133
103
|
extensions: []
|
134
|
-
|
104
|
+
|
105
|
+
extra_rdoc_files:
|
135
106
|
- LICENSE
|
136
107
|
- README.rdoc
|
137
|
-
files:
|
108
|
+
files:
|
138
109
|
- bin/kicker
|
139
110
|
- lib/kicker/callback_chain.rb
|
140
111
|
- lib/kicker/core_ext.rb
|
141
112
|
- lib/kicker/fsevents.rb
|
113
|
+
- lib/kicker/job.rb
|
142
114
|
- lib/kicker/notification.rb
|
143
115
|
- lib/kicker/options.rb
|
144
116
|
- lib/kicker/recipes/could_not_handle_file.rb
|
@@ -152,41 +124,41 @@ files:
|
|
152
124
|
- lib/kicker/utils.rb
|
153
125
|
- lib/kicker/version.rb
|
154
126
|
- lib/kicker.rb
|
155
|
-
- vendor/terminal-notifier_v1.0/README.markdown
|
156
|
-
- vendor/terminal-notifier_v1.0/terminal-notifier.app/Contents/_CodeSignature/CodeResources
|
157
|
-
- vendor/terminal-notifier_v1.0/terminal-notifier.app/Contents/Info.plist
|
158
|
-
- vendor/terminal-notifier_v1.0/terminal-notifier.app/Contents/MacOS/terminal-notifier
|
159
|
-
- vendor/terminal-notifier_v1.0/terminal-notifier.app/Contents/PkgInfo
|
160
|
-
- vendor/terminal-notifier_v1.0/terminal-notifier.app/Contents/Resources/en.lproj/Credits.rtf
|
161
|
-
- vendor/terminal-notifier_v1.0/terminal-notifier.app/Contents/Resources/en.lproj/InfoPlist.strings
|
162
|
-
- vendor/terminal-notifier_v1.0/terminal-notifier.app/Contents/Resources/en.lproj/MainMenu.nib
|
163
|
-
- vendor/terminal-notifier_v1.0/terminal-notifier.app/Contents/Resources/Terminal.icns
|
164
127
|
- README.rdoc
|
165
128
|
- LICENSE
|
166
129
|
- html/images/kikker.jpg
|
130
|
+
has_rdoc: true
|
167
131
|
homepage: http://github.com/alloy/kicker
|
168
132
|
licenses: []
|
169
|
-
|
133
|
+
|
134
|
+
post_install_message: "\n For multi platform notifications install notification gem for your platform.\n For the list of supported gems see https://github.com/jugyo/notify#feature\n "
|
170
135
|
rdoc_options: []
|
171
|
-
|
136
|
+
|
137
|
+
require_paths:
|
172
138
|
- lib
|
173
139
|
- vendor
|
174
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
requirements:
|
183
|
-
- -
|
184
|
-
- !ruby/object:Gem::Version
|
140
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
141
|
+
requirements:
|
142
|
+
- - ">="
|
143
|
+
- !ruby/object:Gem::Version
|
144
|
+
segments:
|
145
|
+
- 0
|
146
|
+
version: "0"
|
147
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
148
|
+
requirements:
|
149
|
+
- - ">"
|
150
|
+
- !ruby/object:Gem::Version
|
151
|
+
segments:
|
152
|
+
- 1
|
153
|
+
- 3
|
154
|
+
- 1
|
185
155
|
version: 1.3.1
|
186
156
|
requirements: []
|
157
|
+
|
187
158
|
rubyforge_project:
|
188
|
-
rubygems_version: 1.
|
159
|
+
rubygems_version: 1.3.6
|
189
160
|
signing_key:
|
190
161
|
specification_version: 3
|
191
162
|
summary: A lean, agnostic, flexible file-change watcher.
|
192
163
|
test_files: []
|
164
|
+
|
@@ -1,70 +0,0 @@
|
|
1
|
-
# terminal-notifier
|
2
|
-
|
3
|
-
terminal-notifier is a command-line tool to send OS X User Notifications, which
|
4
|
-
are available starting Mac OS X 10.8.
|
5
|
-
|
6
|
-
It is currently packaged as an application bundle, because `NSUserNotification`
|
7
|
-
does not work from a ‘Foundation tool’. If you figure out a way to make this
|
8
|
-
work, please send a pull-request.
|
9
|
-
|
10
|
-
This tool is used by [Kicker](https://github.com/alloy/kicker) to show the
|
11
|
-
status of commands being executed due to filesystem changes.
|
12
|
-
|
13
|
-
|
14
|
-
## Download
|
15
|
-
|
16
|
-
Prebuilt binaries, which are code-signed and ready to use, are available from
|
17
|
-
the [downloads section](https://github.com/alloy/terminal-notifier/downloads).
|
18
|
-
|
19
|
-
|
20
|
-
## Usage
|
21
|
-
|
22
|
-
In order to use terminal-notifier, you have to call the binary _inside_ the app
|
23
|
-
bundle. E.g.:
|
24
|
-
|
25
|
-
```
|
26
|
-
$ ./terminal-notifier.app/Contents/MacOS/terminal-notifier
|
27
|
-
```
|
28
|
-
|
29
|
-
The arguments required are shown by the tool. Here is a copy of the output:
|
30
|
-
|
31
|
-
```
|
32
|
-
Usage: terminal-notifier sender-ID sender-name message [bundle-ID]
|
33
|
-
|
34
|
-
sender-ID A string which identifies the group the notifications belong to.
|
35
|
-
Old notifications with the same ID will be removed.
|
36
|
-
sender-name The name of the application which is used as the notification’s title.
|
37
|
-
message The message that is shown in the notification.
|
38
|
-
bundle-ID The bundle identifier of the application to activate when the user
|
39
|
-
activates (clicks) a notification. Defaults to `com.apple.Terminal'.
|
40
|
-
|
41
|
-
When the user activates a notification, the results are logged to the system logs.
|
42
|
-
Use Console.app to view these logs.
|
43
|
-
```
|
44
|
-
|
45
|
-
|
46
|
-
## License
|
47
|
-
|
48
|
-
All the works are available under the MIT license.
|
49
|
-
|
50
|
-
**Except** for `Terminal.icns`, which is a copy of Apple’s Terminal.app icon.
|
51
|
-
|
52
|
-
Copyright (C) 2012 Eloy Durán <eloy.de.enige@gmail.com>
|
53
|
-
|
54
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
55
|
-
this software and associated documentation files (the "Software"), to deal in
|
56
|
-
the Software without restriction, including without limitation the rights to
|
57
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
58
|
-
of the Software, and to permit persons to whom the Software is furnished to do
|
59
|
-
so, subject to the following conditions:
|
60
|
-
|
61
|
-
The above copyright notice and this permission notice shall be included in all
|
62
|
-
copies or substantial portions of the Software.
|
63
|
-
|
64
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
65
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
66
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
67
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
68
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
69
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
70
|
-
SOFTWARE.
|
@@ -1,52 +0,0 @@
|
|
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>12A269</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>nl.superalloy.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>1.0</string>
|
23
|
-
<key>CFBundleSignature</key>
|
24
|
-
<string>????</string>
|
25
|
-
<key>CFBundleVersion</key>
|
26
|
-
<string>1</string>
|
27
|
-
<key>DTCompiler</key>
|
28
|
-
<string></string>
|
29
|
-
<key>DTPlatformBuild</key>
|
30
|
-
<string>4F243</string>
|
31
|
-
<key>DTPlatformVersion</key>
|
32
|
-
<string>GM</string>
|
33
|
-
<key>DTSDKBuild</key>
|
34
|
-
<string>12A264</string>
|
35
|
-
<key>DTSDKName</key>
|
36
|
-
<string>macosx10.8</string>
|
37
|
-
<key>DTXcode</key>
|
38
|
-
<string>0440</string>
|
39
|
-
<key>DTXcodeBuild</key>
|
40
|
-
<string>4F243</string>
|
41
|
-
<key>LSMinimumSystemVersion</key>
|
42
|
-
<string>10.8</string>
|
43
|
-
<key>LSUIElement</key>
|
44
|
-
<true/>
|
45
|
-
<key>NSHumanReadableCopyright</key>
|
46
|
-
<string>Copyright © 2012 Eloy Durán. All rights reserved.</string>
|
47
|
-
<key>NSMainNibFile</key>
|
48
|
-
<string>MainMenu</string>
|
49
|
-
<key>NSPrincipalClass</key>
|
50
|
-
<string>NSApplication</string>
|
51
|
-
</dict>
|
52
|
-
</plist>
|
Binary file
|
@@ -1 +0,0 @@
|
|
1
|
-
APPL????
|
Binary file
|
data/vendor/terminal-notifier_v1.0/terminal-notifier.app/Contents/Resources/en.lproj/Credits.rtf
DELETED
@@ -1,29 +0,0 @@
|
|
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
|
-
}
|