This repository has been archived by the owner on Oct 18, 2022. It is now read-only.
v0.6.1
Major changes
- Fix LoadError originating from the use of the updated
sqlite3
gem version1.4.0
, by changing the gem version specifier in theGemfile
to~> 1.3.6
, making it more strict than the previous~> 1.3
(#21) - Remove
rake db:migrate
as default rake task foreucalypt rake
command (#23) - Add
task
argument to theeucalypt rake
command for specifying rake tasks (#23)