stackviz.gemspec in stackviz-0.0.1 vs stackviz.gemspec in stackviz-0.0.2

- old
+ new

@@ -6,11 +6,11 @@ Gem::Specification.new do |spec| spec.name = "stackviz" spec.version = Stackviz::VERSION spec.authors = ["Takashi Kokubun"] spec.email = ["takashikkbn@gmail.com"] - spec.summary = %q{Visual stack profiler using stackprof.} - spec.description = %q{Visual stack profiler using stackprof. This gem is a thin wrapper of stackprof and provides simple API to see profiling result quickly.} + spec.summary = %q{Quickly open graph image profiled by stackprof} + spec.description = %q{This gem is a thin wrapper of stackprof and provides simple API to see profiling result quickly.} spec.homepage = "https://github.com/k0kubun/stackviz" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }