Skip to content

Commit

Permalink
Merge pull request #46 from olleolleolle/patch-1
Browse files Browse the repository at this point in the history
gemspec: Drop defunct property rubyforge_project
  • Loading branch information
kerrizor authored Jun 24, 2020
2 parents 3a3551b + fc0c884 commit 2788140
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions turbulence.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ Gem::Specification.new do |s|
s.summary = %q{Automates churn + flog scoring on a git repo for a Ruby project}
s.description = %q{Automates churn + flog scoring on a git repo for a Ruby project. Based on the article https://www.stickyminds.com/article/getting-empirical-about-refactoring}

s.rubyforge_project = "turbulence"

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 2788140

Please sign in to comment.