Skip to content

Commit

Permalink
Stop packaging test files with the gem
Browse files Browse the repository at this point in the history
See [this issue on the Bundler repository][issue3207] for reasoning.

Basically the test files are available on at the gem's site (Github) and
aren't needed for executing the code. If you want to hack on the gem,
get it with git.

[issue3207]: rubygems/bundler#3207
  • Loading branch information
michaelherold committed Apr 28, 2015
1 parent a2d74d5 commit e292b0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion omniauth-eventbrite.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Gem::Specification.new do |spec|
spec.description = spec.summary

spec.files = `git ls-files`.split("\n")
spec.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
spec.require_paths = ['lib']

spec.add_dependency 'omniauth-oauth2', '~> 1.0'
Expand Down

0 comments on commit e292b0d

Please sign in to comment.