Skip to content

Commit

Permalink
gemspec: Drop defunct property rubyforge_project (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Nov 13, 2020
1 parent e8e8dab commit 924edc2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vmail.gemspec
Expand Up @@ -15,8 +15,6 @@ Gem::Specification.new do |s|
s.description = %q{Manage your email with Vim}
s.licenses = %w(MIT)

s.rubyforge_project = "vmail"

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
Expand Down

0 comments on commit 924edc2

Please sign in to comment.