Skip to content

Commit

Permalink
Merge pull request #43 from savonrb/gemspec-drop-unused-directives
Browse files Browse the repository at this point in the history
gemspec: Drop unused directives
  • Loading branch information
olleolleolle committed Dec 2, 2021
2 parents 06864f9 + fbe1aab commit e5d793e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions akami.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,5 @@ Gem::Specification.new do |s|
s.add_development_dependency "timecop", "~> 0.5"

s.files = Dir["lib/**/*"] + %w[CHANGELOG.md LICENSE README.md]
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
end

0 comments on commit e5d793e

Please sign in to comment.