batcave.gemspec in batcave-0.0.1 vs batcave.gemspec in batcave-0.0.4

- old
+ new

@@ -1,11 +1,11 @@ Gem::Specification.new do |spec| files = %x{git ls-files}.split("\n") spec.name = "batcave" - spec.version = "0.0.1" + spec.version = "0.0.4" spec.summary = "Experiments in tools, boilerplatery, debugging, etc." - spec.summary = spec.description + spec.description = spec.summary spec.add_dependency("clamp") spec.files = files spec.bindir = "bin" spec.executables << "dk"