Skip to content

Commit 3d957eb

Browse files
committed
v0.11.1
1 parent 8d4836b commit 3d957eb

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: ruby
22
rvm:
3-
- 2.5
43
- 2.6
54
- 2.7
65
- 3.0

open_api_import.gemspec

Lines changed: 2 additions & 2 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.11.0'
3+
s.version = '0.11.1'
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"]
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
1818
s.test_files = s.files.grep(%r{^(test|spec|features)/})
1919
s.require_paths = ["lib"]
2020
s.executables << 'open_api_import'
21-
s.required_ruby_version = '>= 2.5'
21+
s.required_ruby_version = '>= 2.6'
2222
s.post_install_message = "Thanks for installing! Visit us on https://github.com/MarioRuiz/open_api_import"
2323
end
2424

0 commit comments

Comments
 (0)