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 CHANGED
@@ -1 +1 @@
1
- Tue, 06 Sep 2011 19:11:58 -0400
1
+ Tue, 06 Sep 2011 19:26:51 -0400
@@ -56,7 +56,7 @@
56
56
  </tr>
57
57
  <tr class="top-aligned-row">
58
58
  <td><strong>Last Update:</strong></td>
59
- <td>Tue Sep 06 19:11:53 -0400 2011</td>
59
+ <td>Tue Sep 06 19:26:36 -0400 2011</td>
60
60
  </tr>
61
61
  </table>
62
62
  </div>
@@ -4,7 +4,7 @@ require 'ffi'
4
4
  # The Inotify class is a simple wrapper around the inotify functionality provided by the OS
5
5
  class Inotify
6
6
 
7
- VERSION = "1.0.1" # :nodoc:
7
+ VERSION = "1.0.2" # :nodoc:
8
8
 
9
9
  extend FFI::Library
10
10
  ffi_lib FFI::Platform::LIBC
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: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 1
10
- version: 1.0.1
9
+ - 2
10
+ version: 1.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Aria Stewart