rb-fsevent 0.9.1 → 0.9.2
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.
- data/LICENSE +2 -2
- data/lib/rb-fsevent/fsevent.rb +1 -1
- data/lib/rb-fsevent/version.rb +1 -1
- metadata +31 -22
data/LICENSE
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
Copyright (c)
|
1
|
+
Copyright (c) 2010-2012 Thibaud Guillaume-Gentil & Travis Tilley
|
2
2
|
|
3
3
|
Permission is hereby granted, free of charge, to any person obtaining
|
4
4
|
a copy of this software and associated documentation files (the
|
@@ -17,4 +17,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
17
17
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
18
18
|
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
19
19
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
20
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
20
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/lib/rb-fsevent/fsevent.rb
CHANGED
data/lib/rb-fsevent/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rb-fsevent
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,11 +10,11 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2012-
|
13
|
+
date: 2012-09-24 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: bundler
|
17
|
-
requirement:
|
17
|
+
requirement: !ruby/object:Gem::Requirement
|
18
18
|
none: false
|
19
19
|
requirements:
|
20
20
|
- - ~>
|
@@ -22,29 +22,44 @@ dependencies:
|
|
22
22
|
version: '1.0'
|
23
23
|
type: :development
|
24
24
|
prerelease: false
|
25
|
-
version_requirements:
|
25
|
+
version_requirements: !ruby/object:Gem::Requirement
|
26
|
+
none: false
|
27
|
+
requirements:
|
28
|
+
- - ~>
|
29
|
+
- !ruby/object:Gem::Version
|
30
|
+
version: '1.0'
|
26
31
|
- !ruby/object:Gem::Dependency
|
27
32
|
name: rspec
|
28
|
-
requirement:
|
33
|
+
requirement: !ruby/object:Gem::Requirement
|
29
34
|
none: false
|
30
35
|
requirements:
|
31
36
|
- - ~>
|
32
37
|
- !ruby/object:Gem::Version
|
33
|
-
version: 2.
|
38
|
+
version: '2.11'
|
34
39
|
type: :development
|
35
40
|
prerelease: false
|
36
|
-
version_requirements:
|
41
|
+
version_requirements: !ruby/object:Gem::Requirement
|
42
|
+
none: false
|
43
|
+
requirements:
|
44
|
+
- - ~>
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
version: '2.11'
|
37
47
|
- !ruby/object:Gem::Dependency
|
38
48
|
name: guard-rspec
|
39
|
-
requirement:
|
49
|
+
requirement: !ruby/object:Gem::Requirement
|
40
50
|
none: false
|
41
51
|
requirements:
|
42
52
|
- - ~>
|
43
53
|
- !ruby/object:Gem::Version
|
44
|
-
version:
|
54
|
+
version: '1.2'
|
45
55
|
type: :development
|
46
56
|
prerelease: false
|
47
|
-
version_requirements:
|
57
|
+
version_requirements: !ruby/object:Gem::Requirement
|
58
|
+
none: false
|
59
|
+
requirements:
|
60
|
+
- - ~>
|
61
|
+
- !ruby/object:Gem::Version
|
62
|
+
version: '1.2'
|
48
63
|
description: FSEvents API with Signals catching (without RubyCocoa)
|
49
64
|
email:
|
50
65
|
- thibaud@thibaud.me
|
@@ -57,21 +72,21 @@ files:
|
|
57
72
|
- lib/rb-fsevent/fsevent.rb
|
58
73
|
- lib/rb-fsevent/version.rb
|
59
74
|
- lib/rb-fsevent.rb
|
60
|
-
- ext/fsevent_watch/Info.plist
|
61
|
-
- ext/fsevent_watch/LICENSE
|
62
|
-
- ext/fsevent_watch/fsevent_watch/TSICTString.c
|
63
|
-
- ext/fsevent_watch/fsevent_watch/TSICTString.h
|
64
75
|
- ext/fsevent_watch/fsevent_watch/cli.c
|
65
76
|
- ext/fsevent_watch/fsevent_watch/cli.h
|
66
77
|
- ext/fsevent_watch/fsevent_watch/common.h
|
67
78
|
- ext/fsevent_watch/fsevent_watch/compat.c
|
68
79
|
- ext/fsevent_watch/fsevent_watch/compat.h
|
69
80
|
- ext/fsevent_watch/fsevent_watch/main.c
|
81
|
+
- ext/fsevent_watch/fsevent_watch/TSICTString.c
|
82
|
+
- ext/fsevent_watch/fsevent_watch/TSICTString.h
|
70
83
|
- ext/fsevent_watch/fsevent_watch.xcodeproj/project.pbxproj
|
84
|
+
- ext/fsevent_watch/Info.plist
|
85
|
+
- ext/fsevent_watch/LICENSE
|
71
86
|
- ext/fsevent_watch/xcconfig/Common.xcconfig
|
72
87
|
- ext/fsevent_watch/xcconfig/Debug.xcconfig
|
73
|
-
- ext/fsevent_watch/xcconfig/Release.xcconfig
|
74
88
|
- ext/fsevent_watch/xcconfig/fsevent_watch.xcconfig
|
89
|
+
- ext/fsevent_watch/xcconfig/Release.xcconfig
|
75
90
|
- ext/rakefile.rb
|
76
91
|
- ext/rb-fsevent.xcconfig
|
77
92
|
- LICENSE
|
@@ -88,21 +103,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
88
103
|
- - ! '>='
|
89
104
|
- !ruby/object:Gem::Version
|
90
105
|
version: '0'
|
91
|
-
segments:
|
92
|
-
- 0
|
93
|
-
hash: -149870082174800762
|
94
106
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
95
107
|
none: false
|
96
108
|
requirements:
|
97
109
|
- - ! '>='
|
98
110
|
- !ruby/object:Gem::Version
|
99
111
|
version: '0'
|
100
|
-
segments:
|
101
|
-
- 0
|
102
|
-
hash: -149870082174800762
|
103
112
|
requirements: []
|
104
113
|
rubyforge_project: rb-fsevent
|
105
|
-
rubygems_version: 1.8.
|
114
|
+
rubygems_version: 1.8.23
|
106
115
|
signing_key:
|
107
116
|
specification_version: 3
|
108
117
|
summary: Very simple & usable FSEvents API
|