Skip to content

Commit

Permalink
Update authors
Browse files Browse the repository at this point in the history
  • Loading branch information
zachaysan committed Sep 22, 2018
1 parent f9f0f6c commit e6d71f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions activerecord-hierarchical_query.gemspec
Expand Up @@ -6,8 +6,8 @@ require 'active_record/hierarchical_query/version'
Gem::Specification.new do |spec|
spec.name = 'activerecord-hierarchical_query'
spec.version = ActiveRecord::HierarchicalQuery::VERSION
spec.authors = ['Alexei Mikhailov']
spec.email = %w(amikhailov83@gmail.com)
spec.authors = ['Alexei Mikhailov', 'Zach Aysan']
spec.email = %w(amikhailov83@gmail.com zachaysan@gmail.com)
spec.summary = %q{Recursively traverse trees using a single SQL query}
spec.homepage = 'https://github.com/take-five/activerecord-hierarchical_query'
spec.license = 'MIT'
Expand Down

0 comments on commit e6d71f5

Please sign in to comment.