Skip to content

Commit

Permalink
update gem desc
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Aug 12, 2024
1 parent 5838216 commit c4050c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions union_of.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Gem::Specification.new do |spec|
spec.version = UnionOf::VERSION
spec.authors = ['Zeke Gabrielse']
spec.email = ['[email protected]']
spec.summary = 'Define associations that are a union of other associations on an Active Record model, using a SQL UNION.'
spec.description = 'Define associations that are a union of other associations on an Active Record model, using a SQL UNION, with full support for joins, preloading and eager loading on the union association. '
spec.summary = 'Create associations that combine multiple Active Record associations using a SQL UNION under the hood.'
spec.description = 'Create associations that combine multiple Active Record associations using a SQL UNION under the hood, with full support for joins, preloading and eager loading on the union association, as well as through-union associations.'
spec.homepage = 'https://github.com/keygen-sh/union_of'
spec.license = 'MIT'

Expand Down

0 comments on commit c4050c4

Please sign in to comment.