From 43f96d3ecd21898edb6c4c7db0d3e3a9c4fa9baf Mon Sep 17 00:00:00 2001 From: Gregg Van Hove Date: Wed, 15 Feb 2017 17:00:17 -0800 Subject: [PATCH] Update gem authors --- jasmine-core.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jasmine-core.gemspec b/jasmine-core.gemspec index b061b191..8801591e 100644 --- a/jasmine-core.gemspec +++ b/jasmine-core.gemspec @@ -6,7 +6,7 @@ Gem::Specification.new do |s| s.name = "jasmine-core" s.version = Jasmine::Core::VERSION s.platform = Gem::Platform::RUBY - s.authors = ["Rajan Agaskar", "Davis W. Frank", "Gregg Van Hove"] + s.authors = ["Gregg Van Hove"] s.summary = %q{JavaScript BDD framework} s.description = %q{Test your JavaScript without any framework dependencies, in any environment, and with a nice descriptive syntax.} s.email = %q{jasmine-js@googlegroups.com}