monad-maybe.gemspec in monad-maybe-0.9.4 vs monad-maybe.gemspec in monad-maybe-0.9.5
- 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.4"
+ s.version = "0.9.5"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Delon Newman"]
- s.date = "2013-06-18"
+ s.date = "2013-06-20"
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"
]