rb-inotify 0.9.4 → 0.9.5

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3ba75901bcb7b3a8d2b5819396e51b38c97074a0
4
- data.tar.gz: 485b593853e4efdb9268a27856e3f1d966e41bfc
3
+ metadata.gz: 21746deefe3056f06e405f69943c4025142ad73c
4
+ data.tar.gz: 1c48a71566b8b7e27db5508786b2fd069fedb83f
5
5
  SHA512:
6
- metadata.gz: fa9e4f59667cf3b9670a90bb05f458d211f7273bbd67850f750be1a1a050309c15f8be55297199f5cfac16ae4e0a7d972ffb6e605125ecb8c3f1d5e617029c3c
7
- data.tar.gz: 510a6b239de8612d48427c303867e1c66ed8e1e9d5b09b861807efae7b16e4c84b91b04b24b17ab74b35408a3ceeedd3af8e1b553b64bf9d2602a5ebe64710d6
6
+ metadata.gz: 0a535d94104c057f21550c33d14f9400fa1e3e1aa198af4efb8b1ce522f9086a1bccdf47393e0cd23e132c62466b687605150da320be503c69092264d09a35f3
7
+ data.tar.gz: 9af00377548db5c8b46be15403dd5e63d9fe5322eda6b6b39160422832d9b4abc1a0c260fea8638e04928fbbb7c477ab0cb7b4846530e23612c0a0998a3cbcd3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.9.4
1
+ 0.9.5
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, 9, 4]
16
+ VERSION = [0, 9, 5]
17
17
  end
data/rb-inotify.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "rb-inotify"
8
- s.version = "0.9.4"
8
+ s.version = "0.9.5"
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"]
12
- s.date = "2014-04-25"
12
+ s.date = "2014-06-06"
13
13
  s.description = "A Ruby wrapper for Linux's inotify, using FFI"
14
14
  s.email = "nex342@gmail.com"
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rb-inotify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.4
4
+ version: 0.9.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Weizenbaum
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-25 00:00:00.000000000 Z
11
+ date: 2014-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi