Sha256: ac875401f70f023aafe5c7b5203fd5f078be3527c87cb909a9ab8ce8608107ff

Contents?: true

Size: 668 Bytes

Versions: 4

Compression:

Stored size: 668 Bytes

Contents

### Build gem on localhost
```
gem build loggable_activity.gemspec
```

### Release gem
- Catch DONT update VERSION, this is done by `gem bump --version x.x.x`
- Update the CHANGE_LOG.md

Make sure `gem install gem-release` is installed

```
$ gem bump --version 0.3.0
$ rake release
$ read terminal output and authorize release
```

### Heroku
```
$ heroku pg:backups:capture --app loggableactivity
$ heroku pg:backups:download --app loggableactivity
```
install on localhost
```
$ pg_restore --verbose --clean --no-acl --no-owner -h localhost -U maxgronlund -d activity_logger_development latest.dump
```

## Build documentation
```
$ rdoc -o docs/ --all --main 
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
loggable_activity-0.5.7 CHEAT_SHEET.md
loggable_activity-0.5.6 CHEAT_SHEET.md
loggable_activity-0.5.4 CHEAT_SHEET.md
loggable_activity-0.5.0 CHEAT_SHEET.md