bshaffer / ruby-docs-samples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. Run the tests from the command line.

    bundle install
    bundle exec rake spec
    

Contributing changes

Licensing

About

License:Apache License 2.0


Languages

Language:Ruby 100.0%