Skip to content

Commit

Permalink
released 0.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioRuiz committed Oct 15, 2020
1 parent 3d18972 commit 044b738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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"]
Expand All @@ -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)/})
Expand Down

0 comments on commit 044b738

Please sign in to comment.