ruby-inotify.gemspec in ruby-inotify-1.0.1 vs ruby-inotify.gemspec in ruby-inotify-1.0.2

- old
+ new

@@ -8,9 +8,10 @@ s.authors = ["Aria Stewart", "Jon Raiford"] s.email = ["aredridel@nbtsc.org", "jon@raiford.org"] s.homepage = "http://dinhe.net/~aredridel/projects/ruby/ruby-inotify" s.summary = %q{Interface to Linux's Inotify (Ruby FFI version)} s.description = %q{An interface to Linux's inotify, for watching updates to directories.} + s.has_rdoc = true s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"]