From 5449b5237c3a9f800da40775c0910d0d164bc5d2 Mon Sep 17 00:00:00 2001 From: Harry Vangberg Date: Tue, 5 Jan 2010 22:29:23 +0100 Subject: [PATCH] 0.1.1 --- lib/librevox.rb | 2 ++ librevox.gemspec | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/librevox.rb b/lib/librevox.rb index 4fb6b0e..458ff09 100644 --- a/lib/librevox.rb +++ b/lib/librevox.rb @@ -3,6 +3,8 @@ require 'librevox/listener/outbound' module Librevox + VERSION = "0.1.1" + # When called without a block, it will start the listener that is passed as # first argument: # diff --git a/librevox.gemspec b/librevox.gemspec index 6bc3be1..5563054 100644 --- a/librevox.gemspec +++ b/librevox.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = "librevox" - s.version = "0.1" - s.date = "2009-12-18" + s.version = "0.1.1" + s.date = "2010-01-05" s.summary = "Ruby library for interacting with FreeSWITCH." s.email = "harry@vangberg.name" s.homepage = "http://github.com/ichverstehe/librevox"