benchkit.gemspec in benchkit-0.2.0 vs benchkit.gemspec in benchkit-0.2.1

- old
+ new

@@ -7,11 +7,11 @@ spec.name = 'benchkit' spec.version = Benchkit::VERSION spec.authors = ['Takashi Kokubun'] spec.email = ['takashikkbn@gmail.com'] - spec.summary = %q{Benchmark driver} - spec.description = %q{Benchmark driver} + spec.summary = %q{Old implementation of benchmark_driver} + spec.description = %q{Old implementation of benchmark_driver} spec.homepage = 'https://github.com/k0kubun/benchmark_driver' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/})