-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|
||
|