Skip to content

Commit fbfd502

Browse files
committed
Add README and CHANGELOG to gems
1 parent e4a204b commit fbfd502

48 files changed

Lines changed: 38 additions & 50 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

gcloud/.yardopts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@
55
./lib/**/*.rb
66
-
77
README.md
8-
OVERVIEW.md
9-
AUTHENTICATION.md

gcloud/README.md

Lines changed: 1 addition & 0 deletions

gcloud/gcloud.gemspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ Gem::Specification.new do |gem|
1212
gem.homepage = "http://googlecloudplatform.github.io/gcloud-ruby/"
1313
gem.license = "Apache-2.0"
1414

15-
gem.files = `git ls-files -- lib/*`.split("\n") +
16-
`git ls-files -- docs/*`.split("\n")
15+
gem.files = `git ls-files -- lib/*`.split("\n")
1716
gem.require_paths = ["lib"]
1817

1918
gem.required_ruby_version = ">= 2.0.0"

google-cloud-bigquery/.yardopts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@
55
./lib/**/*.rb
66
-
77
README.md
8-
OVERVIEW.md
9-
AUTHENTICATION.md

google-cloud-bigquery/CHANGELOG.md

Lines changed: 1 addition & 0 deletions

google-cloud-bigquery/README.md

Lines changed: 1 addition & 0 deletions

google-cloud-bigquery/google-cloud-bigquery.gemspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ Gem::Specification.new do |gem|
1212
gem.homepage = "http://googlecloudplatform.github.io/gcloud-ruby/"
1313
gem.license = "Apache-2.0"
1414

15-
gem.files = `git ls-files -- lib/*`.split("\n") +
16-
`git ls-files -- docs/*`.split("\n")
15+
gem.files = `git ls-files -- lib/*`.split("\n")
1716
gem.require_paths = ["lib"]
1817

1918
gem.required_ruby_version = ">= 2.0.0"

google-cloud-core/.yardopts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@
55
./lib/**/*.rb
66
-
77
README.md
8-
OVERVIEW.md
9-
AUTHENTICATION.md

google-cloud-core/CHANGELOG.md

Lines changed: 1 addition & 0 deletions

0 commit comments

Comments
 (0)