Skip to content

Commit

Permalink
Revert "build: Update gemspec" (#23)
Browse files Browse the repository at this point in the history
Reverts #21

Goofed up the merge order. PR #18 was supposed to be first.
  • Loading branch information
helpotters authored Nov 7, 2023
1 parent f62be0d commit b903274
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions readyset.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand All @@ -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'
Expand Down

0 comments on commit b903274

Please sign in to comment.