You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ sudo gem install SystemTimer
Password:
Building native extensions. This could take a while...
Successfully installed SystemTimer-1.2.1
1 gem installed
sudo gem install SystemTimer
None of these work:
config.gem 'SystemTimer'
config.gem 'SystemTimer', :lib => 'system_timer'
config.gem 'system_timer'
Nor these:
require 'SystemTimer'
require 'system_timer'
All return either "gem not found, please install SystemTimer" or a message saying:
/usr/local/lib/ruby/gems/1.8/gems/SystemTimer-1.2/lib/system_timer_native.bundle: mach-o, but wrong architecture - /usr/local/lib/ruby/gems/1.8/gems/SystemTimer-1.2/lib/system_timer_native.bundle
The text was updated successfully, but these errors were encountered: