Skip to content

Commit

Permalink
Merge pull request #386 from iainbeeston/patch-1
Browse files Browse the repository at this point in the history
Removed test_files from gemspec
  • Loading branch information
jejacks0n committed Jul 2, 2015
2 parents 9796f89 + 59d51fd commit 76cf4ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion teaspoon.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Gem::Specification.new do |s|
s.license = "MIT"

s.files = Dir["{app,lib,bin}/**/*"] + ["MIT.LICENSE", "README.md", "CHANGELOG.md"]
s.test_files = `git ls-files -- {spec}/*`.split("\n")
s.executables = ["teaspoon"]

s.add_dependency "railties", [">= 3.2.5", "< 5"]
Expand Down

0 comments on commit 76cf4ce

Please sign in to comment.