autotest-fsevent 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.txt +8 -2
- data/README.rdoc +13 -4
- metadata +42 -31
data/CHANGELOG.txt
CHANGED
@@ -1,4 +1,10 @@
|
|
1
|
-
== 0.2.
|
1
|
+
== 0.2.3 2010-09-02
|
2
|
+
|
3
|
+
* 2 minor improvements
|
4
|
+
* Remove dependency on autotest
|
5
|
+
* Loosen dependency on rspec
|
6
|
+
|
7
|
+
== 0.2.2 2010-03-10
|
2
8
|
|
3
9
|
* 1 major improvement
|
4
10
|
* Build binary at install time (inspired by Michael Hale)
|
@@ -11,7 +17,7 @@
|
|
11
17
|
|
12
18
|
== 0.2.0 2010-02-03
|
13
19
|
|
14
|
-
* 2 major
|
20
|
+
* 2 major improvements
|
15
21
|
* Change dependency from "ZenTest" to lightweight "autotest"
|
16
22
|
* Move waiting hook outside the loop (Sean DeNigris)
|
17
23
|
|
data/README.rdoc
CHANGED
@@ -25,7 +25,8 @@ http://github.com/ewollesen/autotest-inotify
|
|
25
25
|
|
26
26
|
* Mac OS X >= 10.5
|
27
27
|
* Xcode
|
28
|
-
* autotest
|
28
|
+
* either autotest (recommened) or ZenTest
|
29
|
+
* rspec ~> 1.3
|
29
30
|
* sys-uname
|
30
31
|
|
31
32
|
== INSTALL:
|
@@ -35,6 +36,13 @@ Development Suite) must be installed. You can download it for free from:
|
|
35
36
|
|
36
37
|
http://developer.apple.com
|
37
38
|
|
39
|
+
Furthermore you have to decide whether you want to use the lightweight
|
40
|
+
autotest gem (recommended) or the more comprehensive ZenTest gem and install
|
41
|
+
either of them:
|
42
|
+
|
43
|
+
sudo gem install autotest --OR--
|
44
|
+
sudo gem install ZenTest
|
45
|
+
|
38
46
|
Now install the gem:
|
39
47
|
|
40
48
|
sudo gem install autotest-fsevent
|
@@ -51,8 +59,9 @@ http://workingwithrails.com/recommendation/new/person/11706-sven-schwyn
|
|
51
59
|
|
52
60
|
== UPDATE FROM 0.1.X
|
53
61
|
|
54
|
-
As of version 0.2.
|
55
|
-
|
62
|
+
As of version 0.2.X autotest-fsevent no longer requires the ZenTest gem but
|
63
|
+
either ZenTest or it's lighter twin autotest (recommended). To update and
|
64
|
+
switch do the following:
|
56
65
|
|
57
66
|
sudo gem uninstall ZenTest
|
58
67
|
sudo gem update autotest-fsevent
|
@@ -113,7 +122,7 @@ Thanks to the following folks who have contributed to this project:
|
|
113
122
|
|
114
123
|
(The MIT License)
|
115
124
|
|
116
|
-
Copyright (c)
|
125
|
+
Copyright (c) 2010 Sven Schwyn
|
117
126
|
|
118
127
|
Permission is hereby granted, free of charge, to any person obtaining
|
119
128
|
a copy of this software and associated documentation files (the
|
metadata
CHANGED
@@ -1,7 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: autotest-fsevent
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
4
|
+
hash: 17
|
5
|
+
prerelease: false
|
6
|
+
segments:
|
7
|
+
- 0
|
8
|
+
- 2
|
9
|
+
- 3
|
10
|
+
version: 0.2.3
|
5
11
|
platform: ruby
|
6
12
|
authors:
|
7
13
|
- Sven Schwyn
|
@@ -9,39 +15,38 @@ autorequire:
|
|
9
15
|
bindir: bin
|
10
16
|
cert_chain: []
|
11
17
|
|
12
|
-
date: 2010-
|
18
|
+
date: 2010-09-02 00:00:00 +02:00
|
13
19
|
default_executable:
|
14
20
|
dependencies:
|
15
21
|
- !ruby/object:Gem::Dependency
|
16
22
|
name: rspec
|
17
|
-
|
18
|
-
|
19
|
-
|
23
|
+
prerelease: false
|
24
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
20
26
|
requirements:
|
21
|
-
- -
|
22
|
-
- !ruby/object:Gem::Version
|
23
|
-
version: 1.3.0
|
24
|
-
version:
|
25
|
-
- !ruby/object:Gem::Dependency
|
26
|
-
name: autotest
|
27
|
-
type: :runtime
|
28
|
-
version_requirement:
|
29
|
-
version_requirements: !ruby/object:Gem::Requirement
|
30
|
-
requirements:
|
31
|
-
- - ">="
|
27
|
+
- - ~>
|
32
28
|
- !ruby/object:Gem::Version
|
33
|
-
|
34
|
-
|
29
|
+
hash: 9
|
30
|
+
segments:
|
31
|
+
- 1
|
32
|
+
- 3
|
33
|
+
version: "1.3"
|
34
|
+
type: :development
|
35
|
+
version_requirements: *id001
|
35
36
|
- !ruby/object:Gem::Dependency
|
36
37
|
name: sys-uname
|
37
|
-
|
38
|
-
|
39
|
-
|
38
|
+
prerelease: false
|
39
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
40
|
+
none: false
|
40
41
|
requirements:
|
41
42
|
- - ">="
|
42
43
|
- !ruby/object:Gem::Version
|
44
|
+
hash: 3
|
45
|
+
segments:
|
46
|
+
- 0
|
43
47
|
version: "0"
|
44
|
-
|
48
|
+
type: :runtime
|
49
|
+
version_requirements: *id002
|
45
50
|
description: Autotest relies on filesystem polling to detect modifications in source code files. This is expensive for the CPU, harddrive and battery - and unnecesary on Mac OS X 10.5 or higher which comes with the very efficient FSEvent core service for this very purpose. This gem teaches autotest how to use FSEvent.
|
46
51
|
email: ruby@bitcetera.com
|
47
52
|
executables: []
|
@@ -57,44 +62,50 @@ files:
|
|
57
62
|
- lib/autotest/fsevent.rb
|
58
63
|
- LICENSE
|
59
64
|
- README.rdoc
|
65
|
+
- spec/autotest-fsevent_spec.rb
|
66
|
+
- spec/spec_helper.rb
|
67
|
+
- ext/fsevent/extconf.rb
|
60
68
|
has_rdoc: true
|
61
69
|
homepage: http://www.bitcetera.com/products/autotest-fsevent
|
62
70
|
licenses: []
|
63
71
|
|
64
72
|
post_install_message: "\n\
|
65
|
-
\e[1;32mIn order to use autotest-fsevent,
|
73
|
+
\e[1;32mIn order to use autotest-fsevent, install either the autotest gem\n\
|
74
|
+
(recommended) or the ZenTest gem and then add the following line to \n\
|
66
75
|
your ~/.autotest file:\n\n\
|
67
76
|
require 'autotest/fsevent'\n\n\
|
68
77
|
For more information, feedback and bug submissions, please visit:\n\n\
|
69
78
|
http://www.bitcetera.com/products/autotest-fsevent\n\n\
|
70
79
|
If you like this gem, please consider to recommend me on Working with\n\
|
71
80
|
Rails, thank you!\n\n\
|
72
|
-
http://workingwithrails.com/recommendation/new/person/11706-sven-schwyn\n\
|
73
|
-
+-------------------------------------------------------------------------+\n\
|
74
|
-
| UPGRADING USERS please take a look at the README now for important news |\n\
|
75
|
-
| related to modified dependencies since 0.1.x and Rails compatibility. |\n\
|
76
|
-
+-------------------------------------------------------------------------+\n\
|
81
|
+
http://workingwithrails.com/recommendation/new/person/11706-sven-schwyn\n\
|
77
82
|
\e[0m\n"
|
78
83
|
rdoc_options:
|
79
84
|
- --charset=UTF-8
|
80
85
|
require_paths:
|
81
86
|
- lib
|
82
87
|
required_ruby_version: !ruby/object:Gem::Requirement
|
88
|
+
none: false
|
83
89
|
requirements:
|
84
90
|
- - ">="
|
85
91
|
- !ruby/object:Gem::Version
|
92
|
+
hash: 3
|
93
|
+
segments:
|
94
|
+
- 0
|
86
95
|
version: "0"
|
87
|
-
version:
|
88
96
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
97
|
+
none: false
|
89
98
|
requirements:
|
90
99
|
- - ">="
|
91
100
|
- !ruby/object:Gem::Version
|
101
|
+
hash: 3
|
102
|
+
segments:
|
103
|
+
- 0
|
92
104
|
version: "0"
|
93
|
-
version:
|
94
105
|
requirements: []
|
95
106
|
|
96
107
|
rubyforge_project:
|
97
|
-
rubygems_version: 1.3.
|
108
|
+
rubygems_version: 1.3.7
|
98
109
|
signing_key:
|
99
110
|
specification_version: 3
|
100
111
|
summary: Use FSEvent (on Mac OS X 10.5 or higher) instead of filesystem polling.
|