Skip to content

Commit

Permalink
released 0.10.11
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioRuiz committed Apr 7, 2022
1 parent 615a24f commit 47f3556
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion open_api_import.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'open_api_import'
s.version = '0.10.10'
s.version = '0.10.11'
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 @@ -12,6 +12,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'oas_parser', '~> 0.25'
s.add_runtime_dependency 'rufo', '~> 0.12'
s.add_runtime_dependency 'nice_hash', '~> 1.17'
s.add_runtime_dependency 'activesupport', '~> 6.1' #due this bug on activesupport https://github.com/Nexmo/oas_parser/issues/65
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 47f3556

Please sign in to comment.