Skip to content

Commit

Permalink
Remove third_party directory from gemspec (googleapis#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
blowmage authored and TheRoyalTnetennba committed Apr 13, 2019
1 parent a61f73b commit 06df528
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion google-api-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
.reject { |f| f.match(%r{^(spec|script)/|^api_names_out}) }

spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.require_paths = %w[lib generated third_party]
spec.require_paths = %w[lib generated]

spec.required_ruby_version = '~> 2.0'

Expand Down
4 changes: 0 additions & 4 deletions spec/spec_helper/load_path_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,4 @@
it('should contain GENERATED_DIR') do
expect($LOAD_PATH).to include(GENERATED_DIR)
end

it('should contain THIRD_PARTY_DIR') do
expect($LOAD_PATH).to include(THIRD_PARTY_DIR)
end
end

0 comments on commit 06df528

Please sign in to comment.