Guest User

Untitled

a guest
May 26th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. >: sudo gem uninstall image_science
  2. Password:
  3. Successfully uninstalled image_science-1.1.3
  4. [04:53][tomtt@tomtts-macbook:~/created/projects/mandelbrot/mandelbrot(master)]
  5. >: sudo gem install image_science
  6. Successfully installed image_science-1.1.3
  7. Successfully installed rubyforge-1.0.1
  8. 2 gems installed
  9. Installing ri documentation for image_science-1.1.3...
  10. Installing ri documentation for rubyforge-1.0.1...
  11. Installing RDoc documentation for image_science-1.1.3...
  12. Installing RDoc documentation for rubyforge-1.0.1...
  13. [04:53][tomtt@tomtts-macbook:~/created/projects/mandelbrot/mandelbrot(master)]
  14. >: ruby -e "require 'image_science'"
  15. # of iterations = 100
  16. user system total real
  17. null_time 0.000000 0.000000 0.000000 ( 0.000023)
  18. cropped ./image_science.rb:27: uninitialized constant ImageScience (NameError)
  19. from ./image_science.rb:26:in `each'
  20. from ./image_science.rb:26
  21. from /opt/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
  22. from /opt/local/lib/ruby/1.8/benchmark.rb:377:in `report'
  23. from ./image_science.rb:25
  24. from /opt/local/lib/ruby/1.8/benchmark.rb:177:in `benchmark'
  25. from /opt/local/lib/ruby/1.8/benchmark.rb:207:in `bm'
  26. from ./image_science.rb:18
  27. from -e:1:in `require'
  28. from -e:1
Add Comment
Please, Sign In to add comment