Skip to content

Commit

Permalink
Update gem version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrencewoodman committed May 3, 2011
1 parent c49c6c0 commit 1b33e1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rdoc
@@ -1,3 +1,8 @@
== 0.2.0 (3rd May 2011)
* Add ability to describe and conform to vocabularies
* Rename Mida::Property to Mida::Itemprop to better reflect use
* Make some of the Mida::Itemprop class methods private

== 0.1.3 (18th April 2011)
* Ensure itemprops are parsed properly if containing non-microdata elements
* Support itemprops nested within other itemprops
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.1.3"
s.version = "0.2.0"
s.author = "Lawrence Woodman"
s.email = "lwoodman@vlifesystems.com"
s.homepage = %q{http://github.com/LawrenceWoodman/mida}
Expand Down

0 comments on commit 1b33e1a

Please sign in to comment.