From 6f8dbe3c2765525f07b3df853af08c11e14f3888 Mon Sep 17 00:00:00 2001 From: Lawrence Woodman Date: Sat, 9 Jul 2011 07:35:06 +0100 Subject: [PATCH] Update gem version to 0.3.2 --- CHANGELOG.rdoc | 4 ++++ Rakefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 38b41b5..44a09aa 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,3 +1,7 @@ +== 0.3.2 (9th July 2011) +* Ensure bin/mida only searches if type regexp passed +* Allow vocabularies to be included into other vocabularies + == 0.3.1 (5th July 2011) * Add bin/mida exectuable * Changed Item#to_h to only return keys with values diff --git a/Rakefile b/Rakefile index 3d05328..eb7549e 100644 --- a/Rakefile +++ b/Rakefile @@ -6,7 +6,7 @@ spec = Gem::Specification.new do |s| s.name = "mida" s.summary = "A Microdata parser/extractor library" s.description = "A Microdata parser and extractor library, based on the latest published version of the Microdata Specification, dated 5th April 2011." - s.version = "0.3.1" + s.version = "0.3.2" s.author = "Lawrence Woodman" s.email = "lwoodman@vlifesystems.com" s.homepage = %q{http://lawrencewoodman.github.com/mida/}