Open zdravko opened 8 years ago
ActiveRestClient isn't maintained any more. I'm now supporting my fork:
https://github.com/andyjeffries/flexirest/blob/master/Migrating-from-ActiveRestClient.md
However, I just tried switching to Ruby 1.8.7 to see how big a job this is and even Rake requires 1.9.3 or above now. Sorry, but it seems the world has moved on from 1.8.7 so I don't have enough spare time to invest in fixing this for you. If you want to have a go at fixing it yourself and it doesn't affect all users using a more modern version, I'd consider accepting a PR at Flexirest though.
$ ruby -v
ruby 1.8.7 (2013-12-22 patchlevel 375) [i686-darwin15.0.0]
$ gem install rake
Fetching: rake-11.1.2.gem (100%)
ERROR: Error installing rake:
rake requires Ruby version >= 1.9.3.
[root@dev2 current]# gem i ts-delayed-delta -v=1.1.0 ERROR: Error installing ts-delayed-delta: i18n requires Ruby version >= 1.9.3. [root@dev2 current]# ruby -v ruby 1.8.7 (2013-06-27 MBARI 8/0x6770 on patchlevel 374) [x86_64-linux], MBARI 0x6770, Ruby Enterprise Edition 2012.02 [root@dev2 current]#
gem install says: i18n requires Ruby version >= 1.9.3 Could this be fixed to work with older i18n (0.6.11) which is ok for ruby 1.8? Thanks, Zdravko