Steam::Proto

Build Status Gem Version

Ruby interface to the Steam Protobufs.

Installation

Add gem 'steam-proto' to your Gemfile

Usage

require 'steam/proto'
Steam::Proto.load_protobufs(:steamclient, :gc, :csgo)

Documentation

You can view the documentation of the generated classes here

Updating the source Protobuf definitions

If the upstream protobuf definitions change the code can be regenerated as follows.

bundle exec rake proto:install

Dependencies

Requires protoc 2.6.0.