Skip to content

gwmoura/ruby-docs-samples

 
 

Repository files navigation

Ruby docs samples

Build Status

This repository holds samples used in the ruby documentation on cloud.google.com.

See our other Google Cloud Platform github repos for sample applications and scaffolding for other frameworks and use cases.

Run Locally

  1. Clone this repo.

    git clone https://github.com/GoogleCloudPlatform/ruby-docs-samples.git
    
  2. Change directories to the sample that you want to test. Example:

    cd ruby-docs-samples/storage
    
  3. Run the tests from the command line.

    bundle install
    bundle exec rake spec
    

Contributing changes

Licensing

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 92.1%
  • HTML 5.4%
  • CSS 1.3%
  • Other 1.2%