sarah.gemspec in sarah-2.0.0 vs sarah.gemspec in sarah-2.0.1

- old
+ new

@@ -1,8 +1,8 @@ Gem::Specification.new do |s| s.name = "sarah" - s.version = "2.0.0" - s.date = "2014-03-31" + s.version = "2.0.1" + s.date = "2014-04-01" s.authors = ["Brian Katzung"] s.email = ["briank@kappacs.com"] s.homepage = "http://rubygems.org/gems/sarah" s.summary = "Sequential array/random-access hash" s.description = "Implements a hybrid data structure composed of a sequential array and random-access hash"