简体   繁体   中英

Whenever gem support for ruby 2.0.0

Does anyone know if there are any issues with running the whenever gem on ruby 2.0.0? Since I updated ruby, terminal won't recognize the whenever or wheneverize commands.

As for the commit history at github there's support for ruby 2.0. Try to run the tests and check if they fail or succeed.

To run the tests clone the repo:

$ git clone https://github.com/javan/whenever.git

run bundle to install dependencies:

$ cd whenever

$ bundle

and then run the tests:

$ rake test

I'm using ruby 1.9.3p392 and got this result (only useful to compare the result):

215 tests, 464 assertions, 0 failures, 0 errors, 0 skips

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM