Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioRuiz committed Mar 4, 2020
1 parent c52b9e7 commit b95e44e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions open_api_import.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'open_api_import'
s.version = '0.10.0'
s.version = '0.10.1'
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 @@ -9,8 +9,8 @@ Gem::Specification.new do |s|
s.extra_rdoc_files = ["LICENSE","README.md"]
s.homepage = 'https://github.com/MarioRuiz/open_api_import'
s.license = 'MIT'
s.add_runtime_dependency 'oas_parser', '~> 0.22', '>= 0.22.2'
s.add_runtime_dependency 'rufo', '~> 0.11', '>= 0.11.0'
s.add_runtime_dependency 'oas_parser', '~> 0.24'
s.add_runtime_dependency 'rufo', '~> 0.11'
s.add_runtime_dependency 'nice_hash', '~> 1.15', '>= 1.15.4'
s.add_development_dependency 'rspec', '~> 3.8', '>= 3.8.0'
s.add_development_dependency 'coveralls', '~> 0.8', '>= 0.8.22'
Expand Down

0 comments on commit b95e44e

Please sign in to comment.