A Twitter bot that tweets random frames from the Computer Chronicles TV show https://twitter.com/chronicles_bot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Gemfile.lock 1.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. GEM
  2. remote: https://rubygems.org/
  3. specs:
  4. addressable (2.6.0)
  5. public_suffix (>= 2.0.2, < 4.0)
  6. buftok (0.2.0)
  7. domain_name (0.5.20190701)
  8. unf (>= 0.0.5, < 1.0.0)
  9. dotenv (2.7.5)
  10. equalizer (0.0.11)
  11. http (3.3.0)
  12. addressable (~> 2.3)
  13. http-cookie (~> 1.0)
  14. http-form_data (~> 2.0)
  15. http_parser.rb (~> 0.6.0)
  16. http-cookie (1.0.3)
  17. domain_name (~> 0.5)
  18. http-form_data (2.1.1)
  19. http_parser.rb (0.6.0)
  20. memoizable (0.4.2)
  21. thread_safe (~> 0.3, >= 0.3.1)
  22. multipart-post (2.1.1)
  23. naught (1.1.0)
  24. public_suffix (3.1.1)
  25. simple_oauth (0.3.1)
  26. thread_safe (0.3.6)
  27. twitter (6.2.0)
  28. addressable (~> 2.3)
  29. buftok (~> 0.2.0)
  30. equalizer (~> 0.0.11)
  31. http (~> 3.0)
  32. http-form_data (~> 2.0)
  33. http_parser.rb (~> 0.6.0)
  34. memoizable (~> 0.4.0)
  35. multipart-post (~> 2.0)
  36. naught (~> 1.0)
  37. simple_oauth (~> 0.3.0)
  38. unf (0.1.4)
  39. unf_ext
  40. unf_ext (0.0.7.6)
  41. PLATFORMS
  42. ruby
  43. DEPENDENCIES
  44. dotenv (~> 2.7)
  45. twitter (~> 6.2)
  46. BUNDLED WITH
  47. 2.0.2