Sha256: d00bcc4129241991e295f6739d9944a8bd84a11a17bd7b946ca94d4f7bfa7b53
Contents?: true
Size: 1011 Bytes
Versions: 1
Compression:
Stored size: 1011 Bytes
Contents
# Roo::Google [![BuildStatus](https://travis-ci.org/roo-rb/roo-google.svg)](https://travis-ci.org/roo-rb/roo-google)[![Code Climate](https://codeclimate.com/github/roo-rb/roo-google/badges/gpa.svg)](https://codeclimate.com/github/roo-rb/roo-google)[![Coverage Status](https://coveralls.io/repos/roo-rb/roo-google/badge.png)](https://coveralls.io/r/roo-rb/roo-google) ### Google Spreadsheet Using Roo to access Google spreadsheets requires you install the 'google-drive-ruby' gem separately. ## Installation Add this line to your application's Gemfile: ```ruby gem 'roo-google' ``` And then execute: $ bundle Or install it yourself as: $ gem install roo-google ## Usage TODO: Write usage instructions here ## Contributing 1. Fork it ( https://github.com/roo-rb/roo-google/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
roo-google-1.0.0 | README.md |