kicker 2.0.0 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION.yml +2 -2
- metadata +3 -7
- data/.gitignore +0 -10
- data/.kick +0 -20
- data/html/images/kikker.jpg +0 -0
- data/kicker.gemspec +0 -95
data/VERSION.yml
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kicker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eloy Duran
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-09-
|
12
|
+
date: 2009-09-30 00:00:00 +02:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|
@@ -24,16 +24,12 @@ extra_rdoc_files:
|
|
24
24
|
- LICENSE
|
25
25
|
- README.rdoc
|
26
26
|
files:
|
27
|
-
- .gitignore
|
28
|
-
- .kick
|
29
27
|
- LICENSE
|
30
28
|
- README.rdoc
|
31
29
|
- Rakefile
|
32
30
|
- TODO.rdoc
|
33
31
|
- VERSION.yml
|
34
32
|
- bin/kicker
|
35
|
-
- html/images/kikker.jpg
|
36
|
-
- kicker.gemspec
|
37
33
|
- lib/kicker.rb
|
38
34
|
- lib/kicker/callback_chain.rb
|
39
35
|
- lib/kicker/core_ext.rb
|
@@ -92,7 +88,7 @@ rubyforge_project:
|
|
92
88
|
rubygems_version: 1.3.5
|
93
89
|
signing_key:
|
94
90
|
specification_version: 3
|
95
|
-
summary: A
|
91
|
+
summary: A lean, agnostic, flexible file-change watcher, using OS X FSEvents.
|
96
92
|
test_files:
|
97
93
|
- test/callback_chain_test.rb
|
98
94
|
- test/core_ext_test.rb
|
data/.gitignore
DELETED
data/.kick
DELETED
@@ -1,20 +0,0 @@
|
|
1
|
-
require 'ignore'
|
2
|
-
|
3
|
-
process do |files|
|
4
|
-
test_files = files.take_and_map do |file|
|
5
|
-
case file
|
6
|
-
when %r{^test/.+_test\.rb$}
|
7
|
-
file
|
8
|
-
when %r{^lib/kicker(\.rb|/validate\.rb|/growl\.rb)$}
|
9
|
-
["test/initialization_test.rb", ("test/filesystem_change_test.rb" if $1 == '.rb')]
|
10
|
-
when %r{^lib/kicker/(.+)\.rb$}
|
11
|
-
"test/#{$1}_test.rb"
|
12
|
-
end
|
13
|
-
end
|
14
|
-
|
15
|
-
run_ruby_tests test_files
|
16
|
-
end
|
17
|
-
|
18
|
-
process do |files|
|
19
|
-
execute("rake docs:generate && open -a Safari html/index.html") if files.delete("README.rdoc")
|
20
|
-
end
|
data/html/images/kikker.jpg
DELETED
Binary file
|
data/kicker.gemspec
DELETED
@@ -1,95 +0,0 @@
|
|
1
|
-
# Generated by jeweler
|
2
|
-
# DO NOT EDIT THIS FILE
|
3
|
-
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
|
4
|
-
# -*- encoding: utf-8 -*-
|
5
|
-
|
6
|
-
Gem::Specification.new do |s|
|
7
|
-
s.name = %q{kicker}
|
8
|
-
s.version = "2.0.0"
|
9
|
-
|
10
|
-
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
|
-
s.authors = ["Eloy Duran"]
|
12
|
-
s.date = %q{2009-09-29}
|
13
|
-
s.email = %q{eloy.de.enige@gmail.com}
|
14
|
-
s.executables = ["kicker", "kicker"]
|
15
|
-
s.extra_rdoc_files = [
|
16
|
-
"LICENSE",
|
17
|
-
"README.rdoc"
|
18
|
-
]
|
19
|
-
s.files = [
|
20
|
-
".gitignore",
|
21
|
-
".kick",
|
22
|
-
"LICENSE",
|
23
|
-
"README.rdoc",
|
24
|
-
"Rakefile",
|
25
|
-
"TODO.rdoc",
|
26
|
-
"VERSION.yml",
|
27
|
-
"bin/kicker",
|
28
|
-
"html/images/kikker.jpg",
|
29
|
-
"kicker.gemspec",
|
30
|
-
"lib/kicker.rb",
|
31
|
-
"lib/kicker/callback_chain.rb",
|
32
|
-
"lib/kicker/core_ext.rb",
|
33
|
-
"lib/kicker/growl.rb",
|
34
|
-
"lib/kicker/options.rb",
|
35
|
-
"lib/kicker/recipes/could_not_handle_file.rb",
|
36
|
-
"lib/kicker/recipes/dot_kick.rb",
|
37
|
-
"lib/kicker/recipes/execute_cli_command.rb",
|
38
|
-
"lib/kicker/recipes/ignore.rb",
|
39
|
-
"lib/kicker/recipes/jstest.rb",
|
40
|
-
"lib/kicker/recipes/rails.rb",
|
41
|
-
"lib/kicker/utils.rb",
|
42
|
-
"lib/kicker/validate.rb",
|
43
|
-
"test/callback_chain_test.rb",
|
44
|
-
"test/core_ext_test.rb",
|
45
|
-
"test/filesystem_change_test.rb",
|
46
|
-
"test/fixtures/a_file_thats_reloaded.rb",
|
47
|
-
"test/initialization_test.rb",
|
48
|
-
"test/options_test.rb",
|
49
|
-
"test/recipes/could_not_handle_file_test.rb",
|
50
|
-
"test/recipes/dot_kick_test.rb",
|
51
|
-
"test/recipes/execute_cli_command_test.rb",
|
52
|
-
"test/recipes/ignore_test.rb",
|
53
|
-
"test/recipes/jstest_test.rb",
|
54
|
-
"test/recipes/rails_test.rb",
|
55
|
-
"test/test_helper.rb",
|
56
|
-
"test/utils_test.rb",
|
57
|
-
"vendor/growlnotifier/growl.rb",
|
58
|
-
"vendor/growlnotifier/growl.rb",
|
59
|
-
"vendor/growlnotifier/growl_helpers.rb",
|
60
|
-
"vendor/growlnotifier/growl_helpers.rb",
|
61
|
-
"vendor/rucola/fsevents.rb",
|
62
|
-
"vendor/rucola/fsevents.rb"
|
63
|
-
]
|
64
|
-
s.homepage = %q{http://github.com/alloy/kicker}
|
65
|
-
s.rdoc_options = ["--charset=UTF-8"]
|
66
|
-
s.require_paths = ["lib", "vendor"]
|
67
|
-
s.rubygems_version = %q{1.3.5}
|
68
|
-
s.summary = %q{A simple OS X CLI tool which uses FSEvents to run a given shell command.}
|
69
|
-
s.test_files = [
|
70
|
-
"test/callback_chain_test.rb",
|
71
|
-
"test/core_ext_test.rb",
|
72
|
-
"test/filesystem_change_test.rb",
|
73
|
-
"test/fixtures/a_file_thats_reloaded.rb",
|
74
|
-
"test/initialization_test.rb",
|
75
|
-
"test/options_test.rb",
|
76
|
-
"test/recipes/could_not_handle_file_test.rb",
|
77
|
-
"test/recipes/dot_kick_test.rb",
|
78
|
-
"test/recipes/execute_cli_command_test.rb",
|
79
|
-
"test/recipes/ignore_test.rb",
|
80
|
-
"test/recipes/jstest_test.rb",
|
81
|
-
"test/recipes/rails_test.rb",
|
82
|
-
"test/test_helper.rb",
|
83
|
-
"test/utils_test.rb"
|
84
|
-
]
|
85
|
-
|
86
|
-
if s.respond_to? :specification_version then
|
87
|
-
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
88
|
-
s.specification_version = 3
|
89
|
-
|
90
|
-
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
91
|
-
else
|
92
|
-
end
|
93
|
-
else
|
94
|
-
end
|
95
|
-
end
|