From 044b7388d0c31d3cbcd6f07ca389572e4cfab090 Mon Sep 17 00:00:00 2001 From: MarioRuiz Date: Thu, 15 Oct 2020 15:26:03 +0000 Subject: [PATCH] released 0.10.7 --- open_api_import.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/open_api_import.gemspec b/open_api_import.gemspec index ea888d2..c8267d4 100644 --- a/open_api_import.gemspec +++ b/open_api_import.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'open_api_import' - s.version = '0.10.6' + s.version = '0.10.7' s.summary = "OpenApiImport -- Import a Swagger or Open API file and create a Ruby Request Hash file including all requests and responses with all the examples. The file can be in JSON or YAML" s.description = "OpenApiImport -- Import a Swagger or Open API file and create a Ruby Request Hash file including all requests and responses with all the examples. The file can be in JSON or YAML" s.authors = ["Mario Ruiz"] @@ -11,7 +11,7 @@ Gem::Specification.new do |s| s.license = 'MIT' s.add_runtime_dependency 'oas_parser', '~> 0.25' s.add_runtime_dependency 'rufo', '~> 0.12' - s.add_runtime_dependency 'nice_hash', '~> 1.16' + s.add_runtime_dependency 'nice_hash', '~> 1.17' s.add_development_dependency 'rspec', '~> 3.8', '>= 3.8.0' s.add_development_dependency 'coveralls', '~> 0.8', '>= 0.8.22' s.test_files = s.files.grep(%r{^(test|spec|features)/})