Skip to content

Commit

Permalink
Add yours truly to the authors list.
Browse files Browse the repository at this point in the history
  • Loading branch information
thedarkone committed Dec 13, 2012
1 parent b1d63c4 commit c9a20cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thread_safe.gemspec
Expand Up @@ -2,8 +2,8 @@
require File.expand_path('../lib/thread_safe/version', __FILE__)

Gem::Specification.new do |gem|
gem.authors = ["Charles Oliver Nutter"]
gem.email = ["headius@headius.com"]
gem.authors = ["Charles Oliver Nutter", "thedarkone"]
gem.email = ["headius@headius.com", "thedarkone2@gmail.com"]
gem.description = %q{Thread-safe collections and utilities for Ruby}
gem.summary = %q{A collection of data structures and utilities to make thread-safe programming in Ruby easier}
gem.homepage = "https://github.com/headius/thread_safe"
Expand Down

0 comments on commit c9a20cb

Please sign in to comment.