update gem authoris in gemspec

This commit is contained in:
Scott Taylor 2010-12-15 23:15:21 -05:00
parent d7363f7c56
commit e30c5f5a07

View File

@ -31,7 +31,7 @@ begin
gemspec.email = "chris@ozmm.org"
gemspec.homepage = "http://github.com/defunkt/fakefs"
gemspec.description = "A fake filesystem. Use it in your tests."
gemspec.authors = ["Chris Wanstrath"]
gemspec.authors = ["Chris Wanstrath", "Scott Taylor", "Jeff Hodges", "Pat Nakajima"]
gemspec.has_rdoc = false
gemspec.version = FakeFS::Version.to_s
end