Skip to content
This repository has been archived by the owner on Dec 23, 2020. It is now read-only.

Commit

Permalink
Bump orats to v5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjj committed Dec 21, 2016
1 parent 6d319a4 commit a75e45b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## orats 5.0.3 (December 21, 2016)

- Update Rails to `5.0.1`
- Update Sidekiq to `4.2.x`
- Update Font Awesome to `4.7.x`

## orats 5.0.2 (July 11, 2016)

- Fix `Dockerfile` to use orats_base not my_dockerized_app
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ cp -r /tmp/orats/lib/orats/templates/base /tmp/foo_bar
# Swap a few custom values into the base project.
find /tmp/foo_bar -type f -exec sed -i -e 's/OratsBase/FooBar/g' {} \;
find /tmp/foo_bar -type f -exec sed -i -e 's/orats_base/foo_bar/g' {} \;
find /tmp/foo_bar -type f -exec sed -i -e 's/VERSION/5.0.0/g' {} \;
find /tmp/foo_bar -type f -exec sed -i -e 's/VERSION/5.0.3/g' {} \;

# Rename the example .env file since `.env` is git ignored.
mv /tmp/orats/.env.example /tmp/orats/.env
Expand Down
2 changes: 1 addition & 1 deletion lib/orats/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# set the version of this gem
module Orats
VERSION = '5.0.2'.freeze
VERSION = '5.0.3'.freeze
end

0 comments on commit a75e45b

Please sign in to comment.