hackerone-client.gemspec in hackerone-client-0.21.0 vs hackerone-client.gemspec in hackerone-client-0.22.0

- old
+ new

@@ -10,11 +10,12 @@ spec.version = Hackerone::Client::VERSION spec.authors = ["Neil Matatall"] spec.email = ["neil.matatall@gmail.com"] spec.summary = %q{A limited client for the HackerOne API} - spec.homepage = "https://github.com/oreoshake/hackerone-client" + spec.homepage = "https://github.com/github/hackerone-client" spec.license = "MIT" + spec.required_ruby_version = ">= 2.6.0" spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.bindir = "exe"