alki-console.gemspec in alki-console-0.4.0 vs alki-console.gemspec in alki-console-0.4.1

- old
+ new

@@ -6,11 +6,10 @@ Gem::Specification.new do |spec| spec.name = "alki-console" spec.version = Alki::Console::VERSION spec.authors = ["Matt Edlefsen"] spec.email = ["matt.edlefsen@gmail.com"] - spec.summary = %q{Base library for building applications.} - spec.description = %q{Base library for building applications. Provides tools for organizing and connection application units.} + spec.summary = %q{Developer console for Alki applications} spec.homepage = "https://github.com/medlefsen/alki-console" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }