putter.gemspec in putter-0.3.0 vs putter.gemspec in putter-0.4.0

- old
+ new

@@ -5,10 +5,10 @@ Gem::Specification.new do |spec| spec.name = "putter" spec.version = Putter::VERSION spec.authors = ["John DeWyze"] - spec.email = ["john.dewyze@gmail.com"] + spec.email = ["putter@dewyze.io"] spec.description = "Putter provides a variety of methods to easily use puts debugging. It can reveal what methods are called, the arguments that were passed in, and what the result of the method call." spec.summary = "Putter makes puts debugging easy." spec.homepage = "https://github.com/dewyze/putter" spec.license = "MIT"