filestack-ruby.gemspec in filestack-2.9.7 vs filestack-ruby.gemspec in filestack-3.0.0

- old
+ new

@@ -7,9 +7,10 @@ Gem::Specification.new do |spec| spec.name = "filestack" spec.version = Filestack::Ruby::VERSION spec.authors = ["Filestack"] spec.email = ["dev@filestack.com"] + spec.required_ruby_version = '>= 3.0.0' spec.summary = %q{Official Ruby SDK for the Filestack API} spec.description = %q{This is the official Ruby SDK for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.} spec.homepage = "https://github.com/filestack/filestack-ruby" spec.license = "MIT"