Skip to content

Commit

Permalink
Releases for 2018-19-12 (#2430)
Browse files Browse the repository at this point in the history
Most of these gems are being bumped because they were missing files.
Add the missing files to the gemspec and increase the version number.
  • Loading branch information
blowmage committed Sep 12, 2018
1 parent 880e30d commit 76b7f31
Show file tree
Hide file tree
Showing 60 changed files with 122 additions and 40 deletions.
4 changes: 4 additions & 0 deletions gcloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

### 0.23.2 / 2018-09-12

* Add missing documentation files to package.

### 0.23.1 / 2018-09-10

* Update documentation.
Expand Down
2 changes: 1 addition & 1 deletion gcloud/gcloud.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
gem.license = "Apache-2.0"

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

gem.required_ruby_version = ">= 2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion gcloud/lib/gcloud/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@


module Gcloud
GCLOUD_VERSION = "0.23.1".freeze
GCLOUD_VERSION = "0.23.2".freeze
end
4 changes: 4 additions & 0 deletions google-cloud-bigquery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

### 1.8.1 / 2018-09-12

* Add missing documentation files to package.

### 1.8.0 / 2018-09-10

* Add support for OCR format.
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-bigquery/google-cloud-bigquery.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
gem.license = "Apache-2.0"

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

gem.required_ruby_version = ">= 2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-bigquery/lib/google/cloud/bigquery/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module Bigquery
VERSION = "1.8.0".freeze
VERSION = "1.8.1".freeze
end
end
end
4 changes: 4 additions & 0 deletions google-cloud-bigtable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

### 0.1.2 / 2018-09-12

* Add missing documentation files to package.

### 0.1.1 / 2018-09-10

* Update documentation.
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-bigtable/google-cloud-bigtable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
gem.platform = Gem::Platform::RUBY

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

gem.required_ruby_version = ">= 2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-bigtable/lib/google/cloud/bigtable/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module Bigtable
VERSION = "0.1.1".freeze
VERSION = "0.1.2".freeze
end
end
end
5 changes: 5 additions & 0 deletions google-cloud-datastore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History

### 1.4.3 / 2018-09-12

* Update documentation.
* Add missing documentation files to package.

### 1.4.2 / 2018-09-10

* Fix issue where client_config was not being passed when connecting to the
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-datastore/google-cloud-datastore.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
gem.license = "Apache-2.0"

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

gem.required_ruby_version = ">= 2.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module Datastore
VERSION = "1.4.2".freeze
VERSION = "1.4.3".freeze
end
end
end
4 changes: 4 additions & 0 deletions google-cloud-debugger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

### 0.32.4 / 2018-09-12

* Add missing documentation files to package.

### 0.32.3 / 2018-09-10

* Update documentation.
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-debugger/google-cloud-debugger.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
gem.license = "Apache-2.0"

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

gem.required_ruby_version = ">= 2.2.0"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-debugger/lib/google/cloud/debugger/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module Debugger
VERSION = "0.32.3".freeze
VERSION = "0.32.4".freeze
end
end
end
4 changes: 4 additions & 0 deletions google-cloud-dns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

### 0.29.3 / 2018-09-12

* Add missing documentation files to package.

### 0.29.2 / 2018-09-10

* Update documentation.
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-dns/google-cloud-dns.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
gem.license = "Apache-2.0"

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

gem.required_ruby_version = ">= 2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-dns/lib/google/cloud/dns/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module Dns
VERSION = "0.29.2".freeze
VERSION = "0.29.3".freeze
end
end
end
4 changes: 4 additions & 0 deletions google-cloud-env/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

### 1.0.4 / 2018-09-12

* Add missing documentation files to package.

### 1.0.3 / 2018-09-10

* Update documentation.
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-env/google-cloud-env.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
gem.license = "Apache-2.0"

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

gem.required_ruby_version = ">= 2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-env/lib/google/cloud/env/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
class Env
VERSION = "1.0.3".freeze
VERSION = "1.0.4".freeze
end
end
end
4 changes: 4 additions & 0 deletions google-cloud-error_reporting/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

### 0.30.4 / 2018-09-12

* Add missing documentation files to package.

### 0.30.3 / 2018-09-10

* Update documentation.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
gem.platform = Gem::Platform::RUBY

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

gem.required_ruby_version = ">= 2.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module ErrorReporting
VERSION = "0.30.3".freeze
VERSION = "0.30.4".freeze
end
end
end
4 changes: 4 additions & 0 deletions google-cloud-firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

### 0.24.1 / 2018-09-12

* Add missing documentation files to package.

### 0.24.0 / 2018-09-10

* Add array_union and array_delete FieldValue configuration.
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-firestore/google-cloud-firestore.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
gem.platform = Gem::Platform::RUBY

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

gem.required_ruby_version = ">= 2.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module Firestore
VERSION = "0.24.0".freeze
VERSION = "0.24.1".freeze
end
end
end
4 changes: 4 additions & 0 deletions google-cloud-logging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

### 1.5.4 / 2018-09-12

* Add missing documentation files to package.

### 1.5.3 / 2018-09-10

* Update documentation.
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-logging/google-cloud-logging.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
gem.license = "Apache-2.0"

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

gem.required_ruby_version = ">= 2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-logging/lib/google/cloud/logging/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module Logging
VERSION = "1.5.3".freeze
VERSION = "1.5.4".freeze
end
end
end
4 changes: 4 additions & 0 deletions google-cloud-pubsub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

### 0.32.2 / 2018-09-12

* Add missing documentation files to package.

### 0.32.1 / 2018-09-10

* Fix issue where client_config was not being used on publisher API calls.
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-pubsub/google-cloud-pubsub.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
gem.license = "Apache-2.0"

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

gem.required_ruby_version = ">= 2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-pubsub/lib/google/cloud/pubsub/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module Pubsub
VERSION = "0.32.1".freeze
VERSION = "0.32.2".freeze
end
end
end
4 changes: 4 additions & 0 deletions google-cloud-resource_manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

### 0.30.2 / 2018-09-12

* Add missing documentation files to package.

### 0.30.1 / 2018-09-10

* Update documentation.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
gem.license = "Apache-2.0"

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

gem.required_ruby_version = ">= 2.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module ResourceManager
VERSION = "0.30.1".freeze
VERSION = "0.30.2".freeze
end
end
end
4 changes: 4 additions & 0 deletions google-cloud-spanner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

### 1.6.3 / 2018-09-12

* Add missing documentation files to package.

### 1.6.2 / 2018-09-10

* Update documentation.
Expand Down
3 changes: 2 additions & 1 deletion google-cloud-spanner/google-cloud-spanner.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Gem::Specification.new do |gem|
gem.homepage = "https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-spanner"
gem.license = "Apache-2.0"

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

gem.required_ruby_version = ">= 2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-spanner/lib/google/cloud/spanner/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module Spanner
VERSION = "1.6.2".freeze
VERSION = "1.6.3".freeze
end
end
end
4 changes: 4 additions & 0 deletions google-cloud-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

### 1.14.1 / 2018-09-12

* Add missing documentation files to package.

### 1.14.0 / 2018-09-10

* Add Object Lifecycle Management:
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-storage/google-cloud-storage.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
gem.license = "Apache-2.0"

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

gem.required_ruby_version = ">= 2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-storage/lib/google/cloud/storage/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module Storage
VERSION = "1.14.0".freeze
VERSION = "1.14.1".freeze
end
end
end
Loading

0 comments on commit 76b7f31

Please sign in to comment.