A Slack Bot that pulls Pixiv information and posts the full image(s) into Slack, with iOS shortcuts.
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.

125 lines
2.8 KiB

  1. GEM
  2. remote: http://rubygems.org/
  3. specs:
  4. activesupport (4.2.3)
  5. i18n (~> 0.7)
  6. json (~> 1.7, >= 1.7.7)
  7. minitest (~> 5.1)
  8. thread_safe (~> 0.3, >= 0.3.4)
  9. tzinfo (~> 1.1)
  10. addressable (2.3.8)
  11. diff-lcs (1.2.5)
  12. domain_name (0.5.25)
  13. unf (>= 0.0.5, < 1.0.0)
  14. eventmachine (1.0.7)
  15. faraday (0.9.1)
  16. multipart-post (>= 1.2, < 3)
  17. faraday_middleware (0.9.2)
  18. faraday (>= 0.7.4, < 0.10)
  19. faraday_middleware-parse_oj (0.3.0)
  20. faraday (~> 0.9.0)
  21. faraday_middleware (~> 0.9.1)
  22. oj (~> 2.0)
  23. faye-websocket (0.10.0)
  24. eventmachine (>= 0.12.0)
  25. websocket-driver (>= 0.5.1)
  26. foreman (0.78.0)
  27. thor (~> 0.19.1)
  28. giphy (2.0.2)
  29. faraday (~> 0.9)
  30. faraday_middleware (~> 0.9)
  31. faraday_middleware-parse_oj (~> 0.3)
  32. launchy (~> 2.4)
  33. hashie (3.4.2)
  34. http-cookie (1.0.2)
  35. domain_name (~> 0.5)
  36. i18n (0.7.0)
  37. json (1.8.3)
  38. launchy (2.4.3)
  39. addressable (~> 2.3)
  40. mechanize (2.7.4)
  41. domain_name (~> 0.5, >= 0.5.1)
  42. http-cookie (~> 1.0)
  43. mime-types (>= 1.17.2, < 3)
  44. net-http-digest_auth (~> 1.1, >= 1.1.1)
  45. net-http-persistent (~> 2.5, >= 2.5.2)
  46. nokogiri (~> 1.6)
  47. ntlm-http (~> 0.1, >= 0.1.1)
  48. webrobots (>= 0.0.9, < 0.2)
  49. mime-types (2.99)
  50. mini_portile (0.6.2)
  51. minitest (5.7.0)
  52. multipart-post (2.0.0)
  53. net-http-digest_auth (1.4)
  54. net-http-persistent (2.9.4)
  55. nokogiri (1.6.6.4)
  56. mini_portile (~> 0.6.0)
  57. ntlm-http (0.1.1)
  58. oj (2.12.10)
  59. puma (2.12.2)
  60. rack (1.6.4)
  61. rack-protection (1.5.3)
  62. rack
  63. rack-test (0.6.3)
  64. rack (>= 1.0)
  65. rake (10.4.2)
  66. rspec (3.3.0)
  67. rspec-core (~> 3.3.0)
  68. rspec-expectations (~> 3.3.0)
  69. rspec-mocks (~> 3.3.0)
  70. rspec-core (3.3.2)
  71. rspec-support (~> 3.3.0)
  72. rspec-expectations (3.3.1)
  73. diff-lcs (>= 1.2.0, < 2.0)
  74. rspec-support (~> 3.3.0)
  75. rspec-mocks (3.3.2)
  76. diff-lcs (>= 1.2.0, < 2.0)
  77. rspec-support (~> 3.3.0)
  78. rspec-support (3.3.0)
  79. sinatra (1.4.6)
  80. rack (~> 1.4)
  81. rack-protection (~> 1.4)
  82. tilt (>= 1.3, < 3)
  83. slack-ruby-bot (0.4.0)
  84. activesupport
  85. giphy (~> 2.0.2)
  86. hashie
  87. slack-ruby-client
  88. websocket-driver (~> 0.5.4)
  89. slack-ruby-client (0.1.0)
  90. eventmachine
  91. faraday
  92. faraday_middleware
  93. faye-websocket
  94. thor (0.19.1)
  95. thread_safe (0.3.5)
  96. tilt (2.0.1)
  97. tzinfo (1.2.2)
  98. thread_safe (~> 0.1)
  99. unf (0.1.4)
  100. unf_ext
  101. unf_ext (0.0.7.1)
  102. webrobots (0.1.2)
  103. websocket-driver (0.5.4)
  104. websocket-extensions (>= 0.1.0)
  105. websocket-extensions (0.1.2)
  106. wolfram (0.2.1)
  107. nokogiri (>= 1.4.3)
  108. PLATFORMS
  109. ruby
  110. DEPENDENCIES
  111. foreman
  112. mechanize
  113. nokogiri
  114. puma
  115. rack-test
  116. rake
  117. rspec
  118. sinatra
  119. slack-ruby-bot
  120. wolfram
  121. BUNDLED WITH
  122. 1.11.2