Skip to content

Commit

Permalink
Exclude protractor submodule from gem
Browse files Browse the repository at this point in the history
  • Loading branch information
bootstraponline committed May 16, 2015
1 parent 231d588 commit de2aa2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion angular_webdriver.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'pry', '>= 0.10.1'
s.add_development_dependency 'webdriver_utils', '>= 0.0.3'

s.files = `git ls-files`.split "\n"
s.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features|protractor)/})
end
end

0 comments on commit de2aa2d

Please sign in to comment.