convection.gemspec in convection-2.2.1 vs convection.gemspec in convection-2.2.2

- old
+ new

@@ -16,9 +16,10 @@ spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(/^bin\//) { |f| File.basename(f) } spec.test_files = spec.files.grep(/^(test|spec|features)\//) spec.require_paths = ['lib'] + spec.add_runtime_dependency 'activesupport' spec.add_runtime_dependency 'aws-sdk', '>= 2' spec.add_runtime_dependency 'httparty', '~> 0.13' spec.add_runtime_dependency 'netaddr', '~> 1.5' spec.add_runtime_dependency 'thor', '~> 0.19'