Displaying 2 results from an estimated 2 matches for "r2799".
Did you mean:
2799
2011 Jan 03
2
NetworkUPS tools Compatibility update
Hi James,
2011/1/1 Among The Living <stinkysmellykid at gmail.com>
> Hey there,
>
> After a few hours with tampering I got my UPS up and running.
>
> It's a "RocketFish 1025/1000va" (The model varies and is listed as
> 1000va as well as 1025va).
>
> I got it working with the usbhid-ups driver, which I guess is a no
> brainer :P. Just figured I'd
2007 Oct 30
7
RSpec Texmate Bundle errors
I''ve the same problem as Alastair when running rspec command :
http://lists.macromates.com/pipermail/textmate/2007-October/022585.html
../spec/mate/runner.rb:34:in `run'': undefined method `parse'' for
Spec::Runner::OptionParser:Class
I fixed this for me by changing the offending line to :
::Spec::Runner::CommandLine.run(argv, STDERR, stdout)
(see