From 245ace93a82b1793a0457ddf0316472eedf1c0de Mon Sep 17 00:00:00 2001 From: geemus Date: Tue, 16 Nov 2010 14:57:37 -0800 Subject: [PATCH] Release 0.1.9 --- lib/shindo.rb | 2 +- shindo.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/shindo.rb b/lib/shindo.rb index 5227453..bdade58 100644 --- a/lib/shindo.rb +++ b/lib/shindo.rb @@ -5,7 +5,7 @@ module Shindo unless const_defined?(:VERSION) - VERSION = '0.1.8' + VERSION = '0.1.9' end def self.tests(description = nil, tags = [], &block) diff --git a/shindo.gemspec b/shindo.gemspec index 19c5e0b..faf647a 100644 --- a/shindo.gemspec +++ b/shindo.gemspec @@ -13,7 +13,7 @@ Gem::Specification.new do |s| ## If your rubyforge_project name is different, then edit it and comment out ## the sub! line in the Rakefile s.name = 'shindo' - s.version = '0.1.8' + s.version = '0.1.9' s.date = '2010-11-16' s.rubyforge_project = 'shindo'