listen 1.0.0 → 1.0.1
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 +14 -6
- data/CHANGELOG.md +9 -1
- data/lib/listen/adapters/windows.rb +1 -1
- data/lib/listen/version.rb +1 -1
- metadata +29 -29
checksums.yaml
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
MWJlMTM2MzdkZmY0MzQ3OTIxYTljMTc3OWI1Y2EwMjAwZTYwMmQ3Yg==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
ZDUyZWNlMTU1OTJiNTY2MWNmMzRhYzRhOTJkODE0NmRmNmJmNmM1Ng==
|
|
7
|
+
!binary "U0hBNTEy":
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
N2QzNDg4ZGY5M2NiYzA0ZTI4NzE4MmUxOWEyMzI1MWE1MmFiZTg0NTMzMTY4
|
|
10
|
+
OWQ4OThmYTgyMzYzOWUzMGYwNGZiM2FhN2I5ZjFlNjNhYmU1N2Y4OGRlOWI5
|
|
11
|
+
YjNhNWQ3NjVkNGQ1ZWI0ZmM3M2RjYTJkMWM2YWRkNTQ3Njc3YjI=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
NTE5MzYyNDllNzEwZjRhM2ZjYjhlYWVlOGE2YTczZGIyMTVhMDk5MTMxMDZm
|
|
14
|
+
ZTgzZGEwYjNmYTVmNjk4NmExYzU1NjBkZmMxMWI0ZjhmMmU4NTNlMTJkYzJh
|
|
15
|
+
MzNjMzQ5YWZhMmYxMjQ1YjQxNGJiZDNiNTk0MzRjM2IyYzVjMDk=
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## 1.0.1 - April 22, 2013
|
|
2
|
+
|
|
3
|
+
### Bug fix
|
|
4
|
+
|
|
5
|
+
- [#103][] Support old version of rubygems. (reported by [@ahoward][], fixed by [@thibaudgg][])
|
|
6
|
+
|
|
1
7
|
## 1.0.0 - April 20, 2013
|
|
2
8
|
|
|
3
9
|
### Bug fix
|
|
@@ -236,7 +242,9 @@
|
|
|
236
242
|
[#95]: https://github.com/guard/listen/issues/95
|
|
237
243
|
[#96]: https://github.com/guard/listen/issues/96
|
|
238
244
|
[#98]: https://github.com/guard/listen/issues/98
|
|
245
|
+
[#103]: https://github.com/guard/listen/issues/103
|
|
239
246
|
[@Maher4Ever]: https://github.com/Maher4Ever
|
|
247
|
+
[@ahoward]: https://github.com/ahoward
|
|
240
248
|
[@akerbos]: https://github.com/akerbos
|
|
241
249
|
[@antifuchs]: https://github.com/antifuchs
|
|
242
250
|
[@cobychapple]: https://github.com/cobychapple
|
|
@@ -260,4 +268,4 @@
|
|
|
260
268
|
[@textgoeshere]: https://github.com/textgoeshere
|
|
261
269
|
[@thibaudgg]: https://github.com/thibaudgg
|
|
262
270
|
[@vongruenigen]: https://github.com/vongruenigen
|
|
263
|
-
[@zanker]: https://github.com/zanker
|
|
271
|
+
[@zanker]: https://github.com/zanker
|
|
@@ -50,7 +50,7 @@ module Listen
|
|
|
50
50
|
# @return [Boolean]
|
|
51
51
|
#
|
|
52
52
|
def self.at_least_ruby_1_9?
|
|
53
|
-
Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('1.9.2')
|
|
53
|
+
Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('1.9.2')
|
|
54
54
|
end
|
|
55
55
|
|
|
56
56
|
# Initializes a WDM monitor and adds a watcher for
|
data/lib/listen/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: listen
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Thibaud Guillaume-Gentil
|
|
@@ -9,78 +9,78 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-04-
|
|
12
|
+
date: 2013-04-22 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
|
-
name: rb-fsevent
|
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
|
17
16
|
requirements:
|
|
18
|
-
- - '>='
|
|
17
|
+
- - ! '>='
|
|
19
18
|
- !ruby/object:Gem::Version
|
|
20
19
|
version: 0.9.3
|
|
21
|
-
type: :runtime
|
|
22
|
-
prerelease: false
|
|
23
20
|
version_requirements: !ruby/object:Gem::Requirement
|
|
24
21
|
requirements:
|
|
25
|
-
- - '>='
|
|
22
|
+
- - ! '>='
|
|
26
23
|
- !ruby/object:Gem::Version
|
|
27
24
|
version: 0.9.3
|
|
25
|
+
type: :runtime
|
|
26
|
+
prerelease: false
|
|
27
|
+
name: rb-fsevent
|
|
28
28
|
- !ruby/object:Gem::Dependency
|
|
29
|
-
name: rb-inotify
|
|
30
29
|
requirement: !ruby/object:Gem::Requirement
|
|
31
30
|
requirements:
|
|
32
|
-
- - '>='
|
|
31
|
+
- - ! '>='
|
|
33
32
|
- !ruby/object:Gem::Version
|
|
34
33
|
version: '0.9'
|
|
35
|
-
type: :runtime
|
|
36
|
-
prerelease: false
|
|
37
34
|
version_requirements: !ruby/object:Gem::Requirement
|
|
38
35
|
requirements:
|
|
39
|
-
- - '>='
|
|
36
|
+
- - ! '>='
|
|
40
37
|
- !ruby/object:Gem::Version
|
|
41
38
|
version: '0.9'
|
|
39
|
+
type: :runtime
|
|
40
|
+
prerelease: false
|
|
41
|
+
name: rb-inotify
|
|
42
42
|
- !ruby/object:Gem::Dependency
|
|
43
|
-
name: rb-kqueue
|
|
44
43
|
requirement: !ruby/object:Gem::Requirement
|
|
45
44
|
requirements:
|
|
46
|
-
- - '>='
|
|
45
|
+
- - ! '>='
|
|
47
46
|
- !ruby/object:Gem::Version
|
|
48
47
|
version: '0.2'
|
|
49
|
-
type: :runtime
|
|
50
|
-
prerelease: false
|
|
51
48
|
version_requirements: !ruby/object:Gem::Requirement
|
|
52
49
|
requirements:
|
|
53
|
-
- - '>='
|
|
50
|
+
- - ! '>='
|
|
54
51
|
- !ruby/object:Gem::Version
|
|
55
52
|
version: '0.2'
|
|
53
|
+
type: :runtime
|
|
54
|
+
prerelease: false
|
|
55
|
+
name: rb-kqueue
|
|
56
56
|
- !ruby/object:Gem::Dependency
|
|
57
|
-
name: bundler
|
|
58
57
|
requirement: !ruby/object:Gem::Requirement
|
|
59
58
|
requirements:
|
|
60
|
-
- - '>='
|
|
59
|
+
- - ! '>='
|
|
61
60
|
- !ruby/object:Gem::Version
|
|
62
61
|
version: '0'
|
|
63
|
-
type: :development
|
|
64
|
-
prerelease: false
|
|
65
62
|
version_requirements: !ruby/object:Gem::Requirement
|
|
66
63
|
requirements:
|
|
67
|
-
- - '>='
|
|
64
|
+
- - ! '>='
|
|
68
65
|
- !ruby/object:Gem::Version
|
|
69
66
|
version: '0'
|
|
67
|
+
type: :development
|
|
68
|
+
prerelease: false
|
|
69
|
+
name: bundler
|
|
70
70
|
- !ruby/object:Gem::Dependency
|
|
71
|
-
name: rspec
|
|
72
71
|
requirement: !ruby/object:Gem::Requirement
|
|
73
72
|
requirements:
|
|
74
|
-
- - '>='
|
|
73
|
+
- - ! '>='
|
|
75
74
|
- !ruby/object:Gem::Version
|
|
76
75
|
version: '0'
|
|
77
|
-
type: :development
|
|
78
|
-
prerelease: false
|
|
79
76
|
version_requirements: !ruby/object:Gem::Requirement
|
|
80
77
|
requirements:
|
|
81
|
-
- - '>='
|
|
78
|
+
- - ! '>='
|
|
82
79
|
- !ruby/object:Gem::Version
|
|
83
80
|
version: '0'
|
|
81
|
+
type: :development
|
|
82
|
+
prerelease: false
|
|
83
|
+
name: rspec
|
|
84
84
|
description: The Listen gem listens to file modifications and notifies you about the
|
|
85
85
|
changes. Works everywhere!
|
|
86
86
|
email:
|
|
@@ -114,12 +114,12 @@ require_paths:
|
|
|
114
114
|
- lib
|
|
115
115
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
116
116
|
requirements:
|
|
117
|
-
- - '>='
|
|
117
|
+
- - ! '>='
|
|
118
118
|
- !ruby/object:Gem::Version
|
|
119
119
|
version: '0'
|
|
120
120
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
121
121
|
requirements:
|
|
122
|
-
- - '>='
|
|
122
|
+
- - ! '>='
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
124
|
version: 1.3.6
|
|
125
125
|
requirements: []
|