diff --git a/netlinkrb.gemspec b/netlinkrb.gemspec index a9f0ef7..cdf2135 100644 --- a/netlinkrb.gemspec +++ b/netlinkrb.gemspec @@ -5,9 +5,9 @@ $:.unshift lib unless $:.include? lib Gem::Specification.new do |s| s.name = "netlinkrb" - s.version = "0.11" + s.version = "0.12" s.platform = Gem::Platform::RUBY - s.authors = ["Brian Candler", "Patrick Cherry", "Alex Young"] + s.authors = ["Brian Candler", "Matthew Bloch", "Patrick Cherry", "Alex Young"] s.email = ["matthew@bytemark.co.uk"] s.summary = "Interface to Linux' Netlink API" s.description = "Ruby native interface to the Netlink API which avoids shelling out to command-line tools as much as possible."