testlab.gemspec in testlab-0.3.0 vs testlab.gemspec in testlab-0.3.1
- old
+ new
@@ -1,8 +1,8 @@
################################################################################
#
-# Author: Zachary Patten <zachary@jovelabs.net>
+# Author: Zachary Patten <zachary AT jovelabs DOT com>
# Copyright: Copyright (c) Zachary Patten
# License: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,11 +23,11 @@
Gem::Specification.new do |spec|
spec.name = "testlab"
spec.version = TestLab::VERSION
spec.authors = ["Zachary Patten"]
- spec.email = ["zachary@jovelabs.com"]
+ 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.homepage = "https://github.com/zpatten/testlab"
spec.license = "Apache 2.0"
@@ -37,9 +37,10 @@
spec.require_paths = ["lib"]
spec.add_dependency("gli")
spec.add_dependency("lxc")
spec.add_dependency("ztk")
+ spec.add_dependency("activesupport")
spec.add_development_dependency("bundler")
spec.add_development_dependency("pry")
spec.add_development_dependency("rake")
spec.add_development_dependency("redcarpet")