Skip to content

Commit 67783a3

Browse files
committed
release 0.10.4
1 parent 4b4c337 commit 67783a3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

open_api_import.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'open_api_import'
3-
s.version = '0.10.3'
3+
s.version = '0.10.4'
44
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"
55
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"
66
s.authors = ["Mario Ruiz"]
@@ -9,9 +9,9 @@ Gem::Specification.new do |s|
99
s.extra_rdoc_files = ["LICENSE","README.md"]
1010
s.homepage = 'https://github.com/MarioRuiz/open_api_import'
1111
s.license = 'MIT'
12-
s.add_runtime_dependency 'oas_parser', '~> 0.24'
12+
s.add_runtime_dependency 'oas_parser', '~> 0.25'
1313
s.add_runtime_dependency 'rufo', '~> 0.12'
14-
s.add_runtime_dependency 'nice_hash', '~> 1.15'
14+
s.add_runtime_dependency 'nice_hash', '~> 1.16'
1515
s.add_development_dependency 'rspec', '~> 3.8', '>= 3.8.0'
1616
s.add_development_dependency 'coveralls', '~> 0.8', '>= 0.8.22'
1717
s.test_files = s.files.grep(%r{^(test|spec|features)/})

0 commit comments

Comments
 (0)