monad-maybe.gemspec in monad-maybe-0.9.7 vs monad-maybe.gemspec in monad-maybe-0.9.8

- old
+ new

@@ -3,14 +3,14 @@ # 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.7" + s.version = "0.9.8" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Delon Newman"] - s.date = "2013-07-16" + s.date = "2013-08-16" s.description = "This is an attempt to implement Haskell's Maybe monad in a Ruby-ish way." s.email = "delon.newman@gmail.com" s.extra_rdoc_files = [ "README.md" ]