jets.gemspec in jets-3.1.0 vs jets.gemspec in jets-3.1.1
- old
+ new
@@ -12,10 +12,10 @@
spec.summary = "Ruby Serverless Framework"
spec.description = "Jets is a framework that allows you to create serverless applications with a beautiful language: Ruby. It includes everything required to build and deploy an application. Jets leverages the power of Ruby to make serverless joyful for everyone."
spec.homepage = "https://rubyonjets.com"
spec.license = "MIT"
- spec.required_ruby_version = '~> 2.5'
+ spec.required_ruby_version = ['>= 2.5.0', '< 3.0.0']
spec.rdoc_options += Jets::Rdoc.options
vendor_files = Dir.glob("vendor/**/*")
gem_files = `git -C "#{File.dirname(__FILE__)}" ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features|docs)/})