to_proc.gemspec in to_proc-0.0.5 vs to_proc.gemspec in to_proc-0.0.6

- old
+ new

@@ -1,7 +1,7 @@ Gem::Specification.new do |g| g.name = 'to_proc' g.files = `git ls-files`.split($/) - g.version = '0.0.5' + g.version = '0.0.6' g.summary = 'What if almost any object were a proc?' g.authors = ['Anatoly Chernow'] end