testlab.gemspec in testlab-1.4.0 vs testlab.gemspec in testlab-1.4.1

- old
+ new

@@ -26,10 +26,10 @@ spec.version = TestLab::VERSION spec.authors = ["Zachary Patten"] spec.email = ["zachary AT jovelabs DOT com"] 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.homepage = "http://hackers.lookout.com/testlab/" spec.license = "Apache 2.0" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}).map{ |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/})