Bump to 0.5.1

This commit is contained in:
Dzmitry Plashchynski
2015-03-04 14:44:14 +02:00
parent 905b02a276
commit ec53c8376f
3 changed files with 7 additions and 2 deletions

View File

@@ -2,3 +2,8 @@
----------- -----------
- Initial release! - Initial release!
0.5.1
———————————
- Added -e/--environment ENV option to set the daemon rails environment.

View File

@@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
crono (0.5.0) crono (0.5.1)
activejob (~> 4.0) activejob (~> 4.0)
activesupport (~> 4.0) activesupport (~> 4.0)

View File

@@ -1,3 +1,3 @@
module Crono module Crono
VERSION = "0.5.0" VERSION = "0.5.1"
end end