Skip to content

Commit

Permalink
Merge pull request #206 from deivid-rodriguez/remove_rubyforge_gemspe…
Browse files Browse the repository at this point in the history
…c_attribute

`rubyforge_project` attribute was removed from rubygems
  • Loading branch information
rafaelfranca authored Jun 21, 2019
2 parents 274cf05 + 8ed534c commit 7eb2d55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions responders.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ Gem::Specification.new do |s|
s.authors = ["José Valim"]
s.license = "MIT"

s.required_ruby_version = ">= 2.4.0"

s.rubyforge_project = "responders"
s.required_ruby_version = ">= 2.4.0"

s.files = Dir["CHANGELOG.md", "MIT-LICENSE", "README.md", "lib/**/*"]
s.require_paths = ["lib"]
Expand Down

0 comments on commit 7eb2d55

Please # to comment.