wannabe_bool.gemspec in wannabe_bool-0.3.0 vs wannabe_bool.gemspec in wannabe_bool-0.4.0

- old
+ new

@@ -5,10 +5,10 @@ Gem::Specification.new do |spec| spec.name = 'wannabe_bool' spec.version = WannabeBool::VERSION spec.author = 'Prodis a.k.a. Fernando Hamasaki de Amorim' spec.email = 'prodis@gmail.com' - spec.summary = 'If string, integer, symbol and nil values wanna be a boolean value, they can with the new #to_b method (and more).' + spec.summary = 'If string, numeric, symbol and nil values wanna be a boolean value, they can with the new #to_b method (and more).' spec.description = spec.summary spec.homepage = 'https://github.com/prodis/wannabe_bool' spec.license = 'MIT' spec.files = `git ls-files`.split($/)