diff --git a/open_api_import.gemspec b/open_api_import.gemspec index 88ac28f..2db2742 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.5.3' + s.version = '0.5.4' 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"]