We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 381fea3 + e52d9ee commit 11cf81aCopy full SHA for 11cf81a
lib/rspec/api_doc/version.rb
@@ -1,5 +1,5 @@
1
module RSpec
2
module ApiDoc
3
- VERSION = "0.1.1"
+ VERSION = "0.1.2"
4
end
5
rspec-api_doc.gemspec
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
22
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
23
spec.require_paths = ["lib"]
24
25
- spec.required_ruby_version = '~> 2.5'
+ spec.required_ruby_version = '>= 2.5', '< 4'
26
27
spec.add_runtime_dependency "rack-test", ">= 0.6.3"
28
spec.add_runtime_dependency "rspec-core", "~> 3.2"
0 commit comments