testlab.gemspec in testlab-0.6.5 vs testlab.gemspec in testlab-0.6.6
- old
+ new
@@ -24,11 +24,11 @@
Gem::Specification.new do |spec|
spec.name = "testlab"
spec.version = TestLab::VERSION
spec.authors = ["Zachary Patten"]
spec.email = ["zachary AT jovelabs DOT com"]
- spec.description = %q{A framework for building lightweight virtual infrastructure using LXC}
- spec.summary = %q{A framework for building lightweight virtual infrastructure using LXC}
+ spec.description = %q{A toolkit for building virtual computer labs}
+ spec.summary = %q{A toolkit for building virtual computer labs}
spec.homepage = "https://github.com/zpatten/testlab"
spec.license = "Apache 2.0"
spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^bin/}).map{ |f| File.basename(f) }