rb-inotify 0.8.2 → 0.8.3

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ begin
8
8
  gem.summary = "A Ruby wrapper for Linux's inotify, using FFI"
9
9
  gem.description = gem.summary
10
10
  gem.email = "nex342@gmail.com"
11
- gem.homepage = "http://github.com/nex3/rb-notify"
11
+ gem.homepage = "http://github.com/nex3/rb-inotify"
12
12
  gem.authors = ["Nathan Weizenbaum"]
13
13
  gem.add_dependency "ffi", ">= 0.5.0"
14
14
  gem.add_development_dependency "yard", ">= 0.4.0"
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.8.2
1
+ 0.8.3
data/lib/rb-inotify.rb CHANGED
@@ -13,5 +13,5 @@ module INotify
13
13
  # An array containing the version number of rb-inotify.
14
14
  # The numbers in the array are the major, minor, and patch versions,
15
15
  # respectively.
16
- VERSION = [0, 8, 2]
16
+ VERSION = [0, 8, 3]
17
17
  end
data/rb-inotify.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{rb-inotify}
8
- s.version = "0.8.2"
8
+ s.version = "0.8.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Nathan Weizenbaum"]
@@ -29,7 +29,7 @@ Gem::Specification.new do |s|
29
29
  "lib/rb-inotify/watcher.rb",
30
30
  "rb-inotify.gemspec"
31
31
  ]
32
- s.homepage = %q{http://github.com/nex3/rb-notify}
32
+ s.homepage = %q{http://github.com/nex3/rb-inotify}
33
33
  s.require_paths = ["lib"]
34
34
  s.rubygems_version = %q{1.3.7}
35
35
  s.summary = %q{A Ruby wrapper for Linux's inotify, using FFI}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rb-inotify
3
3
  version: !ruby/object:Gem::Version
4
- hash: 59
4
+ hash: 57
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 8
9
- - 2
10
- version: 0.8.2
9
+ - 3
10
+ version: 0.8.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Nathan Weizenbaum
@@ -72,7 +72,7 @@ files:
72
72
  - lib/rb-inotify/watcher.rb
73
73
  - rb-inotify.gemspec
74
74
  has_rdoc: true
75
- homepage: http://github.com/nex3/rb-notify
75
+ homepage: http://github.com/nex3/rb-inotify
76
76
  licenses: []
77
77
 
78
78
  post_install_message: