Sha256: 062ffdc05a46af6ecb81da602ea2125ea773803ce8507aefbd198403f3f230f9

Contents?: true

Size: 771 Bytes

Versions: 8

Compression:

Stored size: 771 Bytes

Contents

# Developer Guide

## Pushing a new version of the gem

**Note:** You must have been granted access to deploy new versions of the `fuck_facebook` gem

* Bump the version in `lib/fuck_facebook/version.rb`
* Build the gem with `gem build fuck_facebook.gemspec`
* Push the gem with `gem push fuck_facebook-VERSION.gem` replacing `VERSION` with the new version number

## Pushing a new version of the Docker image

**Note:** You must have been granted access to deploy new versions of the `fuck_facebook` Docker image

* Build the image:

```
docker build . -t keeyan/fuck_facebook:VERSION --build-arg version=VERSION
```

Replace `VERSION` with the version number

* Push the image with `docker push keeyan/fuck_facebook:VERSION` replacing `VERSION` with the version number

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fuck_facebook-0.5.4 CONTRIBUTING.md
fuck_facebook-0.5.3 CONTRIBUTING.md
fuck_facebook-0.5.2 CONTRIBUTING.md
fuck_facebook-0.5.1 CONTRIBUTING.md
fuck_facebook-0.5.0 CONTRIBUTING.md
fuck_facebook-0.4.1 CONTRIBUTING.md
fuck_facebook-0.4.0 CONTRIBUTING.md
fuck_facebook-0.3.0 CONTRIBUTING.md