Git Product home page Git Product logo

common-protos-ruby's Introduction

Common Protos Ruby

Gem Version Gem Version

This repository is a home for the protocol buffer types which are common dependencies throughout the Google API ecosystem, generated for Ruby. The protobuf definitions for these generated Ruby classes are provided in the API Common Protos repository.

Using these generated classes

See googleapis-common-protos and googleapis-common-protos-types.

These packages are also available from rubygems:

Updating the gems

To add, remove, or modify the common types in these gems do the following.

  1. Update the sub-module containing all of Google's public .proto files:

    $ cd googleapis
    $ git pull
  2. Edit the appropriate Rakefile:

    For message types: googleapis-common-protos-types/Rakefile For grpc types: googleapis-common-protos/Rakefile

    Update the protos section of the Rakefile. For example:

    protos = [
        "../googleapis/google/api/*.proto",
        # list all protos that should be included in the gem here
      ]
  3. Update the CHANGELOG.md, gem version, and open a release pull request:

    Review and document the changes in each gem's CHANGELOG.md along with the version number in the gemspec. Create a PR to review the changes. Once it's merged, tag the release with the version number and manually push the gem as described below.

  4. Build & push the gems as usual:

    $ cd googleapis-common-protos-types # or googleapis-common-protos
    $ bundle install
    $ bundle exec rake build

    Finally, double check that the local gem in pkg includes all of the types before publishing it to Rubygems.

common-protos-ruby's People

Contributors

blowmage avatar dazuma avatar dwsupplee avatar jbolinger avatar justinbeckwith avatar landrito avatar quartzmo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.