zx-monads.gemspec in zx-monads-0.0.1 vs zx-monads.gemspec in zx-monads-0.0.2

- old
+ new

@@ -9,10 +9,10 @@ spec.name = 'zx-monads' spec.version = Zx::VERSION spec.authors = ['Thadeu Esteves'] spec.email = ['tadeuu@gmail.com'] spec.summary = 'FP Monads for Ruby' - spec.description = 'Use Either or Maybe to handle errors in your code' + spec.description = 'Use Maybe to handle errors in your code' spec.homepage = 'https://github.com/thadeu/zx-monads' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/})