Skip to content

Commit 6176288

Browse files
committed
added myself as an author, which rubygems now requires
1 parent 8e54265 commit 6176288

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

closure_tree.gemspec

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ require "closure_tree/version"
33

44
Gem::Specification.new do |s|
55
s.name = "closure_tree"
6+
s.authors = %w{[email protected]}
67
s.version = ClosureTree::VERSION
78
s.summary = %q{Hierarchies for ActiveRecord models using a Closure Tree storage algorithm}
89
s.description = <<desc

0 commit comments

Comments
 (0)