Skip to content

Commit

Permalink
TODO doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
egze committed May 25, 2018
1 parent 1750c43 commit 9954b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby_dci.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/egze/ruby_dci"
spec.license = "MIT"

spec.files = Dir.glob("{lib}/**/*.rb") + ["README.md", "CHANGELOG.md", "TODO", "Rakefile"]
spec.files = Dir.glob("{lib}/**/*.rb") + ["README.md", "CHANGELOG.md", "Rakefile"]
spec.test_files = Dir.glob("spec/**/*")

spec.require_paths = ["lib"]
Expand Down

0 comments on commit 9954b85

Please sign in to comment.