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.
1 parent c397e58 commit 5a06da6Copy full SHA for 5a06da6
ruby_http_client.gemspec
@@ -11,11 +11,10 @@ Gem::Specification.new do |spec|
11
spec.description = 'Quickly and easily access any REST or REST-like API.'
12
spec.homepage = 'http://github.com/sendgrid/ruby-http-client'
13
spec.license = 'MIT'
14
- spec.required_ruby_version = '>= 2.2'
15
spec.files = `git ls-files -z`.split("\x0")
16
spec.executables = spec.files.grep(/^bin/) { |f| File.basename(f) }
17
spec.test_files = spec.files.grep(/^(test|spec|features)/)
18
spec.require_paths = ['lib']
19
20
spec.add_development_dependency 'rake', '~> 0'
21
-end
+end
0 commit comments