socketlabs-injectionapi.gemspec in socketlabs-injectionapi-1.2.1 vs socketlabs-injectionapi.gemspec in socketlabs-injectionapi-1.4.0

- old
+ new

@@ -4,16 +4,16 @@ require 'socketlabs/version.rb' Gem::Specification.new do |spec| spec.name = 'socketlabs-injectionapi' spec.version = SocketLabs::InjectionApi::VERSION - spec.authors = ['David Schrenker', 'Praneeth Chandra'] + spec.authors = ['David Schrenker', 'Praneeth Chandra', 'Reid Workman'] spec.email = 'developers@socketlabs.com' spec.summary = 'SocketLabs Injection Api' spec.description = 'SocketLabs Email Delivery Ruby Client library' spec.homepage = 'https://github.com/socketlabs/socketlabs-ruby' - spec.required_ruby_version = '>= 2.4' + spec.required_ruby_version = '>= 3.1.2' spec.license = 'MIT' files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(examples)/}) end