From b903274eae62cc82edd701b733cc335e4b527c5e Mon Sep 17 00:00:00 2001 From: Paul Lemus Date: Tue, 7 Nov 2023 14:22:04 -0800 Subject: [PATCH] Revert "build: Update gemspec" (#23) Reverts readysettech/readyset-rails#21 Goofed up the merge order. PR #18 was supposed to be first. --- readyset.gemspec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/readyset.gemspec b/readyset.gemspec index a3f0ae7..607c9cf 100644 --- a/readyset.gemspec +++ b/readyset.gemspec @@ -5,12 +5,11 @@ require_relative 'lib/readyset/version' Gem::Specification.new do |spec| spec.name = 'readyset' spec.version = Readyset::VERSION - spec.authors = ['ReadySet Technology, Inc.'] - spec.email = ['info@readyset.io'] + spec.authors = ['Paul Lemus'] + spec.email = ['paullemus@protonmail.com'] - spec.summary = 'A Rails adapter for ReadySet, a partially-stateful, incrementally-maintained ' \ - 'SQL cache.' - spec.description = 'This gem provides a Rails adapter to the ReadySet SQL cache.' + spec.summary = 'An adapter for ReadySet.' + spec.description = 'WIP.' spec.homepage = 'https://readyset.io' spec.required_ruby_version = '>= 2.7.0' @@ -24,7 +23,7 @@ Gem::Specification.new do |spec| 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 .github)) + f.start_with?(*%w(bin/ test/ spec/ features/ .git .circleci appveyor)) end end spec.bindir = 'exe'