Skip to content

Commit 3c4991e

Browse files
authored
gemspec: Drop defunct rubyforge_project directive
The RubyGems gemspec property `rubyforge_project` has been removed without a replacement. This PR removes that property. Background: - RubyForge was closed down in 2013, https://twitter.com/evanphx/status/399552820380053505 - ruby/rubygems#2436 deprecated the `rubyforge_project` property
1 parent b62a761 commit 3c4991e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gyoku.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Gem::Specification.new do |s|
1212
s.description = "Gyoku translates Ruby Hashes to XML"
1313
s.required_ruby_version = '>= 1.9.2'
1414

15-
s.rubyforge_project = "gyoku"
1615
s.license = "MIT"
1716

1817
s.add_dependency "builder", ">= 2.1.2"

0 commit comments

Comments
 (0)