testlab.gemspec in testlab-0.0.3 vs testlab.gemspec in testlab-0.0.4
- 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@jovelabs.com"]
- spec.description = %q{A framework for building virtual laboratories}
- spec.summary = %q{A framework for building virtual laboratories}
+ 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.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) }