ruby-inotify 1.0.1 → 1.0.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/doc/created.rid +1 -1
- data/doc/files/lib/inotify/inotify_native_rb.html +1 -1
- data/lib/inotify/inotify_native.rb +1 -1
- data/ruby-inotify.gemspec +1 -0
- metadata +3 -3
data/doc/created.rid
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Tue, 06 Sep 2011 19:
|
|
1
|
+
Tue, 06 Sep 2011 19:26:51 -0400
|
data/ruby-inotify.gemspec
CHANGED
|
@@ -10,6 +10,7 @@ Gem::Specification.new do |s|
|
|
|
10
10
|
s.homepage = "http://dinhe.net/~aredridel/projects/ruby/ruby-inotify"
|
|
11
11
|
s.summary = %q{Interface to Linux's Inotify (Ruby FFI version)}
|
|
12
12
|
s.description = %q{An interface to Linux's inotify, for watching updates to directories.}
|
|
13
|
+
s.has_rdoc = true
|
|
13
14
|
|
|
14
15
|
s.files = `git ls-files`.split("\n")
|
|
15
16
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruby-inotify
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 19
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 1.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 1.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Aria Stewart
|