beaker-benchmark.gemspec in beaker-benchmark-0.0.3 vs beaker-benchmark.gemspec in beaker-benchmark-0.0.4

- old
+ new

@@ -7,10 +7,10 @@ s.version = Beaker::DSL::BeakerBenchmark::Version::STRING s.authors = ["Puppetlabs"] s.email = ["silver-team@puppetlabs.com"] s.homepage = "https://github.com/puppetlabs/beaker-benchmark" s.summary = %q{Beaker benchmark Helpers!} - s.description = %q{Used to monitor performance on a puppet infrastructure node} + s.description = %q{Used to monitor performance on a puppet infrastructure node in a Beaker test} s.license = 'Apache2' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }