Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2015
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. C:\Users\celsea\Documents\project>bundle install && dashing start
  2. Fetching gem metadata from https://rubygems.org/...........
  3. Fetching version metadata from https://rubygems.org/...
  4. Fetching dependency metadata from https://rubygems.org/..
  5. Resolving dependencies...
  6. Using addressable 2.3.8
  7. Using backports 3.6.4
  8. Using buftok 0.2.0
  9. Using coffee-script-source 1.9.1.1
  10. Using execjs 2.0.2
  11. Using coffee-script 2.2.0
  12. Using daemons 1.2.2
  13. Using rack 1.5.3
  14. Using thread_safe 0.3.5
  15. Using tzinfo 1.2.2
  16. Using rufus-scheduler 2.0.24
  17. Using sass 3.2.19
  18. Using rack-protection 1.5.3
  19. Using tilt 1.4.1
  20. Using sinatra 1.4.6
  21. Using multi_json 1.11.0
  22. Using rack-test 0.6.3
  23. Using sinatra-contrib 1.4.2
  24. Using hike 1.2.3
  25. Using sprockets 2.10.2
  26. Using eventmachine 1.0.7
  27. Using thin 1.6.3
  28. Using thor 0.18.1
  29. Using dashing 1.3.4
  30. Using equalizer 0.0.11
  31. Using multipart-post 2.0.0
  32. Using faraday 0.9.1
  33. Using http_parser.rb 0.6.0
  34. Using http 0.6.4
  35. Using json 1.8.3
  36. Using memoizable 0.4.2
  37. Using naught 1.0.0
  38. Using simple_oauth 0.3.1
  39. Using twitter 5.14.0
  40. Using bundler 1.10.2
  41. Bundle complete! 2 Gemfile dependencies, 35 gems now installed.
  42. Use `bundle show [gemname]` to see where a bundled gem is installed.
  43. Thin web server (v1.6.3 codename Protein Powder)
  44. Maximum connections set to 1024
  45. Listening on 0.0.0.0:3030, CTRL+C to stop
  46. For the twitter widget to work, you need to put in your twitter API keys in the jobs/twitter.rb file.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement