monday_ruby.gemspec in monday_ruby-0.1.0 vs monday_ruby.gemspec in monday_ruby-0.2.0

- old
+ new

@@ -13,11 +13,11 @@ spec.summary = "Ruby bindings to use the monday.com API" spec.description = "A Gem to easily interact with monday.com API using native Ruby" spec.homepage = repository spec.license = "MIT" - spec.required_ruby_version = ">= 2.6.0" + spec.required_ruby_version = ">= 2.7.0" spec.metadata = { "homepage_uri" => spec.homepage, "documentation_uri" => "https://monday-ruby.gitbook.io/docs/", "changelog_uri" => "#{repository}/blob/v#{version}/CHANGELOG.md", @@ -25,10 +25,10 @@ } spec.files = Dir.chdir(__dir__) do `git ls-files -z`.split("\x0").reject do |f| (File.expand_path(f) == __FILE__) || - f.start_with?(*%w[bin/ test/ spec/ features/ .git .circleci appveyor Gemfile]) + f.start_with?(*%w[bin/ test/ spec/ features/ .git Gemfile]) end end spec.bindir = "exe" spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }