Skip to content

Commit

Permalink
v0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioRuiz committed Apr 16, 2020
1 parent da312af commit ed15986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.2'
s.version = '0.10.3'
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 @@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/MarioRuiz/open_api_import'
s.license = 'MIT'
s.add_runtime_dependency 'oas_parser', '~> 0.24'
s.add_runtime_dependency 'rufo', '~> 0.11'
s.add_runtime_dependency 'rufo', '~> 0.12'
s.add_runtime_dependency 'nice_hash', '~> 1.15'
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 ed15986

Please sign in to comment.