Ruby - Gems and Bundler
This gemspec file has an error. What is it?
Gem::Specification.new do |spec| spec.name = "example_gem" spec.version = 1.0.0 spec.summary = "Example gem" end
