Skip to content

Commit c76e26a

Browse files
committed
add myself to gem author list
1 parent 8aad2e1 commit c76e26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resque.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
88
s.summary = "Resque is a Redis-backed queueing system."
99
s.homepage = "http://github.com/defunkt/resque"
1010
s.email = "[email protected]"
11-
s.authors = [ "Chris Wanstrath" ]
11+
s.authors = [ "Chris Wanstrath", "Terence Lee" ]
1212

1313
s.files = %w( README.markdown Rakefile LICENSE HISTORY.md )
1414
s.files += Dir.glob("lib/**/*")

0 commit comments

Comments
 (0)