avst-cloud.gemspec in avst-cloud-0.1.7 vs avst-cloud.gemspec in avst-cloud-0.1.8

- old
+ new

@@ -2,14 +2,14 @@ lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = "avst-cloud" - spec.version = '0.1.7' + spec.version = '0.1.8' spec.authors = ["Martin Brehovsky", "Jon Bevan", "Matthew Hope"] spec.email = ["mbrehovsky@adaptavist.com", "jbevan@adaptavist.com", "mhope@adaptavist.com"] spec.summary = %q{Automated creation, bootstrapping and provisioning of servers } - spec.description = %q{Currently supports AWS} + spec.description = %q{Automated creation, bootstrapping and provisioning of servers} spec.homepage = "http://www.adaptavist.com" spec.files = `git ls-files -z`.split("\x0") spec.executables = ["avst-cloud", "avst-cloud-puppet", "avst-cloud-rackspace"] spec.test_files = spec.files.grep(%r{^(test|spec|features)/})