beaker-hostgenerator.gemspec in beaker-hostgenerator-1.1.14 vs beaker-hostgenerator.gemspec in beaker-hostgenerator-1.1.15
- old
+ new
@@ -11,10 +11,9 @@
s.description = <<-eos
The beaker-hostgenerator tool will take a Beaker SUT (System Under Test) spec as
its first positional argument and use that to generate a Beaker host
configuration file.
eos
- s.description = %q{For use for the Beaker acceptance testing tool}
s.license = 'Apache2'
s.files = `git ls-files`.split("\n").reject { |f| f.match(/^(test|spec)/) }
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]