Skip to content

Commit

Permalink
We have no test or bin dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Jan 8, 2011
1 parent 6c6df0b commit 0211741
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vcr.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ Gem::Specification.new do |s|
s.email = "myron.marston@gmail.com"
s.require_path = "lib"
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) }
s.test_files = `git ls-files -- {spec,features}/*`.split("\n")

s.version = VCR.version
s.platform = Gem::Platform::RUBY
Expand Down

0 comments on commit 0211741

Please sign in to comment.