Skip to content

Commit

Permalink
update descirption
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Feb 24, 2024
1 parent 41124a5 commit de03504
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 UNION associations for Active Record models.'
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 on the union association.'
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.homepage = 'https://github.com/keygen-sh/union_of'
spec.license = 'MIT'

Expand Down

0 comments on commit de03504

Please sign in to comment.