Skip to content

Commit 76b7f31

Browse files
authored
Releases for 2018-19-12 (googleapis#2430)
Most of these gems are being bumped because they were missing files. Add the missing files to the gemspec and increase the version number.
1 parent 880e30d commit 76b7f31

60 files changed

Lines changed: 122 additions & 40 deletions

File tree

Some content is hidden

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

gcloud/CHANGELOG.md

Lines changed: 4 additions & 0 deletions

gcloud/gcloud.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
1313
gem.license = "Apache-2.0"
1414

1515
gem.files = `git ls-files -- lib/*`.split("\n") +
16-
["README.md", "LICENSE", ".yardopts"]
16+
["README.md", "AUTHENTICATION.md", "CONTRIBUTING.md", "CODE_OF_CONDUCT.md", "LICENSE", ".yardopts"]
1717
gem.require_paths = ["lib"]
1818

1919
gem.required_ruby_version = ">= 2.0.0"

gcloud/lib/gcloud/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414

1515

1616
module Gcloud
17-
GCLOUD_VERSION = "0.23.1".freeze
17+
GCLOUD_VERSION = "0.23.2".freeze
1818
end

google-cloud-bigquery/CHANGELOG.md

Lines changed: 4 additions & 0 deletions

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
1313
gem.license = "Apache-2.0"
1414

1515
gem.files = `git ls-files -- lib/*`.split("\n") +
16-
["README.md", "LICENSE", ".yardopts"]
16+
["OVERVIEW.md", "AUTHENTICATION.md", "LOGGING.md", "CONTRIBUTING.md", "TROUBLESHOOTING.md", "CHANGELOG.md", "CODE_OF_CONDUCT.md", "LICENSE", ".yardopts"]
1717
gem.require_paths = ["lib"]
1818

1919
gem.required_ruby_version = ">= 2.0.0"

google-cloud-bigquery/lib/google/cloud/bigquery/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
module Google
1717
module Cloud
1818
module Bigquery
19-
VERSION = "1.8.0".freeze
19+
VERSION = "1.8.1".freeze
2020
end
2121
end
2222
end

google-cloud-bigtable/CHANGELOG.md

Lines changed: 4 additions & 0 deletions

google-cloud-bigtable/google-cloud-bigtable.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
1616
gem.platform = Gem::Platform::RUBY
1717

1818
gem.files = `git ls-files -- lib/*`.split("\n") +
19-
["README.md", "LICENSE", ".yardopts"]
19+
["OVERVIEW.md", "AUTHENTICATION.md", "LOGGING.md", "CONTRIBUTING.md", "TROUBLESHOOTING.md", "CHANGELOG.md", "CODE_OF_CONDUCT.md", "LICENSE", ".yardopts"]
2020
gem.require_paths = ["lib"]
2121

2222
gem.required_ruby_version = ">= 2.0.0"

google-cloud-bigtable/lib/google/cloud/bigtable/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
module Google
1717
module Cloud
1818
module Bigtable
19-
VERSION = "0.1.1".freeze
19+
VERSION = "0.1.2".freeze
2020
end
2121
end
2222
end

google-cloud-datastore/CHANGELOG.md

Lines changed: 5 additions & 0 deletions

0 commit comments

Comments
 (0)