Sha256: e90039e2e1d730d0fd957df43009853f0a0c5cba013362fcb654e86f3a9469f1

Contents?: true

Size: 849 Bytes

Versions: 2

Compression:

Stored size: 849 Bytes

Contents

# InstDataShipper

This gem is intended to facilitate fast and easy syncing of Canvas data.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'inst_data_shipper'
```

Then run the migrations:

```
bundle exec rake db:migrate
```

## Development

When adding to or updating this gem, make sure you do the following:

- Update the yardoc comments where necessary, and confirm the changes by running `yardoc --server`
- Write specs
- If you modify the model or migration templates, run `bundle exec rake update_test_schema` to update them in the Rails Dummy application (and commit those changes)

## Docs

Docs can be generated using [yard](https://yardoc.org/). To view the docs:

- Clone this gem's repository
- `bundle install`
- `yard server --reload`

The yard server will give you a URL you can visit to view the docs.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
inst_data_shipper-0.1.0.beta2 README.md
inst_data_shipper-0.1.0.beta1 README.md