Skip to content

Commit

Permalink
googleapis#190 - Restore cacerts.pem in gem
Browse files Browse the repository at this point in the history
  • Loading branch information
sqrrrl committed Jan 9, 2015
1 parent fe1e13d commit 21cd5b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion google-api-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Gem::Specification.new do |s|
s.extra_rdoc_files = ["README.md"]
s.files = %w(google-api-client.gemspec Rakefile LICENSE CHANGELOG.md README.md Gemfile)
s.files += Dir.glob("lib/**/*.rb")
s.files += Dir.glob("lib/cacerts.pem")
s.files += Dir.glob("spec/**/*.{rb,opts}")
s.files += Dir.glob("vendor/**/*.rb")
s.files += Dir.glob("tasks/**/*")
Expand All @@ -31,7 +32,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'launchy', '~> 2.4'
s.add_runtime_dependency 'retriable', '~> 1.4'
s.add_runtime_dependency 'activesupport', '>= 3.2'

s.add_development_dependency 'rake', '~> 10.0'
s.add_development_dependency 'yard', '~> 0.8'
s.add_development_dependency 'rspec', '~> 3.1'
Expand Down

0 comments on commit 21cd5b2

Please sign in to comment.