diff --git a/Rakefile b/Rakefile index f33d223..1c37201 100644 --- a/Rakefile +++ b/Rakefile @@ -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