We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aad2e1 commit c76e26aCopy full SHA for c76e26a
resque.gemspec
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
s.summary = "Resque is a Redis-backed queueing system."
9
s.homepage = "http://github.com/defunkt/resque"
10
s.email = "[email protected]"
11
- s.authors = [ "Chris Wanstrath" ]
+ s.authors = [ "Chris Wanstrath", "Terence Lee" ]
12
13
s.files = %w( README.markdown Rakefile LICENSE HISTORY.md )
14
s.files += Dir.glob("lib/**/*")
0 commit comments