From d68b47b76dfeea72dd0da836a264bfc1e11bb821 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Sun, 14 Jul 2019 10:38:36 +0200 Subject: [PATCH] Gemspec: Drop EOL'd property rubyforge_project --- jasmine-core.gemspec | 1 - 1 file changed, 1 deletion(-) diff --git a/jasmine-core.gemspec b/jasmine-core.gemspec index df310a85..427d48c7 100644 --- a/jasmine-core.gemspec +++ b/jasmine-core.gemspec @@ -11,7 +11,6 @@ Gem::Specification.new do |s| 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} s.homepage = "http://jasmine.github.io" - s.rubyforge_project = "jasmine-core" s.license = "MIT" s.files = Dir.glob("./lib/**/*")