Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sqrrrl committed Apr 22, 2016
2 parents 0155b81 + 9c27076 commit 0aa133f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 4 additions & 3 deletions google-api-client.gemspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'google/apis/version'
Expand All @@ -12,9 +11,11 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/google/google-api-ruby-client'
spec.license = 'Apache 2.0'

spec.files = `git ls-files -z`.split("\x0")
spec.files = `git ls-files -z`
.split("\x0")
.reject { |f| f.match(%r{^(spec|script)/|^api_names_out}) }

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

spec.required_ruby_version = '~> 2.0'
Expand Down
2 changes: 0 additions & 2 deletions spec/google/api_client/client_secrets_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# encoding:utf-8

# Copyright 2013 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down

0 comments on commit 0aa133f

Please sign in to comment.