# ruby-docs-samples **Repository Path**: mirrors_GoogleCloudPlatform/ruby-docs-samples ## Basic Information - **Project Name**: ruby-docs-samples - **Description**: Ruby samples for Google Cloud Platform products. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-08-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Ruby docs samples Ruby 2.4: [![Kokoro](https://storage.googleapis.com/cloud-devrel-public/ruby-docs-samples/badges/ruby2.4.svg)](https://storage.googleapis.com/cloud-devrel-public/ruby-docs-samples/badges/ruby2.4.html) Ruby 2.5: [![Kokoro](https://storage.googleapis.com/cloud-devrel-public/ruby-docs-samples/badges/ruby2.5.svg)](https://storage.googleapis.com/cloud-devrel-public/ruby-docs-samples/badges/ruby2.5.html) This repository holds samples used in the ruby documentation on cloud.google.com. See our other [Google Cloud Platform github repos](https://github.com/GoogleCloudPlatform) for sample applications and scaffolding for other frameworks and use cases. ## Google Cloud Samples To browse ready to use code samples check [Google Cloud Samples](https://cloud.google.com/docs/samples?l=ruby). ## Run Locally 1. Clone this repo. ``` git clone https://github.com/GoogleCloudPlatform/ruby-docs-samples.git ``` 1. Change directories to the sample that you want to test. Example: ``` cd ruby-docs-samples/storage ``` 1. Run the tests from the command line. ``` bundle install bundle exec rspec ``` ## Contributing changes Contributions to this sample repository are always welcome and highly encouraged. See [CONTRIBUTING](CONTRIBUTING.md) for more information on how to get started. Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. See [Code of Conduct](CODE_OF_CONDUCT.md) for more information. ## Licensing * See [LICENSE](LICENSE)