Skip to content

Commit

Permalink
gemspec: Drop defunct rubyforge_project directive
Browse files Browse the repository at this point in the history
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
- rubygems/rubygems#2436 deprecated the `rubyforge_project` property
  • Loading branch information
olleolleolle committed Mar 26, 2021
1 parent b62a761 commit 3c4991e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gyoku.gemspec
Expand Up @@ -12,7 +12,6 @@ Gem::Specification.new do |s|
s.description = "Gyoku translates Ruby Hashes to XML"
s.required_ruby_version = '>= 1.9.2'

s.rubyforge_project = "gyoku"
s.license = "MIT"

s.add_dependency "builder", ">= 2.1.2"
Expand Down

0 comments on commit 3c4991e

Please sign in to comment.