Skip to content

Commit

Permalink
Bump again.
Browse files Browse the repository at this point in the history
  • Loading branch information
mat813 committed Feb 19, 2014
1 parent c005fda commit dae1016
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/rb-kqueue.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# * {Watcher} -- A watcher for a single sort of event
# * {Event} -- A notification that an event has occurred
module KQueue
VERSION = [0, 2, 1]
VERSION = [0, 2, 2]

# Raise an exception for a native kqueue error.
#
Expand Down
4 changes: 2 additions & 2 deletions rb-kqueue.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |gem|
gem.name = %q{rb-kqueue}
gem.version = "0.2.1"
gem.version = "0.2.2"

gem.authors = ["Mathieu Arnold", "Nathan Weizenbaum"]
gem.email = %q{mat@mat.cc nex342@gmail.com}
gem.date = %q{2012-12-03}
gem.date = %q{2014-02-19}
gem.description = %q{A Ruby wrapper for BSD's kqueue, using FFI}
gem.extra_rdoc_files = %w(README.md)

Expand Down

0 comments on commit dae1016

Please sign in to comment.