monad-maybe.gemspec in monad-maybe-0.9.0 vs monad-maybe.gemspec in monad-maybe-0.9.1

- old
+ new

@@ -3,10 +3,10 @@ # Instead, edit Jeweler::Tasks in rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "monad-maybe" - s.version = "0.9.0" + s.version = "0.9.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Delon Newman"] s.date = "2013-06-17" s.description = "This is an attempt to implement Haskell's Maybe monad in a Ruby-ish way with as little monkey patching as possible."