Skip to content

Commit

Permalink
Update gem version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrencewoodman committed Jul 9, 2011
1 parent 02bde81 commit 6f8dbe3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rdoc
@@ -1,3 +1,7 @@
== 0.3.2 (9th July 2011)
* Ensure <tt>bin/mida</tt> 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 <tt>Item#to_h</tt> to only return keys with values
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -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/}
Expand Down

0 comments on commit 6f8dbe3

Please sign in to comment.