From 796724e01280a79052aa88f88559824a4e5fc1ec Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Tue, 16 Jul 2013 16:28:40 +0100 Subject: [PATCH] Foo --- netlinkrb.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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."