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.

143 lines
3.2 KiB

  1. GEM
  2. remote: http://rubygems.org/
  3. specs:
  4. activesupport (5.2.0)
  5. concurrent-ruby (~> 1.0, >= 1.0.2)
  6. i18n (>= 0.7, < 2)
  7. minitest (~> 5.1)
  8. tzinfo (~> 1.1)
  9. celluloid (0.17.3)
  10. celluloid-essentials
  11. celluloid-extras
  12. celluloid-fsm
  13. celluloid-pool
  14. celluloid-supervision
  15. timers (>= 4.1.1)
  16. celluloid-essentials (0.20.5)
  17. timers (>= 4.1.1)
  18. celluloid-extras (0.20.5)
  19. timers (>= 4.1.1)
  20. celluloid-fsm (0.20.5)
  21. timers (>= 4.1.1)
  22. celluloid-io (0.17.3)
  23. celluloid (>= 0.17.2)
  24. nio4r (>= 1.1)
  25. timers (>= 4.1.1)
  26. celluloid-pool (0.20.5)
  27. timers (>= 4.1.1)
  28. celluloid-supervision (0.20.6)
  29. timers (>= 4.1.1)
  30. concurrent-ruby (1.0.5)
  31. connection_pool (2.2.2)
  32. diff-lcs (1.3)
  33. domain_name (0.5.20180417)
  34. unf (>= 0.0.5, < 1.0.0)
  35. faraday (0.15.2)
  36. multipart-post (>= 1.2, < 3)
  37. faraday_middleware (0.12.2)
  38. faraday (>= 0.7.4, < 1.0)
  39. foreman (0.85.0)
  40. thor (~> 0.19.1)
  41. gli (2.17.1)
  42. hashie (3.5.7)
  43. hitimes (1.3.0)
  44. http-cookie (1.0.3)
  45. domain_name (~> 0.5)
  46. i18n (1.0.1)
  47. concurrent-ruby (~> 1.0)
  48. mechanize (2.7.6)
  49. domain_name (~> 0.5, >= 0.5.1)
  50. http-cookie (~> 1.0)
  51. mime-types (>= 1.17.2)
  52. net-http-digest_auth (~> 1.1, >= 1.1.1)
  53. net-http-persistent (>= 2.5.2)
  54. nokogiri (~> 1.6)
  55. ntlm-http (~> 0.1, >= 0.1.1)
  56. webrobots (>= 0.0.9, < 0.2)
  57. mime-types (3.1)
  58. mime-types-data (~> 3.2015)
  59. mime-types-data (3.2016.0521)
  60. mini_portile2 (2.3.0)
  61. minitest (5.11.3)
  62. multipart-post (2.0.0)
  63. mustermann (1.0.2)
  64. net-http-digest_auth (1.4.1)
  65. net-http-persistent (3.0.0)
  66. connection_pool (~> 2.2)
  67. nio4r (2.3.1)
  68. nokogiri (1.8.4)
  69. mini_portile2 (~> 2.3.0)
  70. ntlm-http (0.1.1)
  71. puma (3.12.0)
  72. rack (2.0.5)
  73. rack-protection (2.0.3)
  74. rack
  75. rack-test (1.1.0)
  76. rack (>= 1.0, < 3)
  77. rake (12.3.1)
  78. rspec (3.7.0)
  79. rspec-core (~> 3.7.0)
  80. rspec-expectations (~> 3.7.0)
  81. rspec-mocks (~> 3.7.0)
  82. rspec-core (3.7.1)
  83. rspec-support (~> 3.7.0)
  84. rspec-expectations (3.7.0)
  85. diff-lcs (>= 1.2.0, < 2.0)
  86. rspec-support (~> 3.7.0)
  87. rspec-mocks (3.7.0)
  88. diff-lcs (>= 1.2.0, < 2.0)
  89. rspec-support (~> 3.7.0)
  90. rspec-support (3.7.1)
  91. sinatra (2.0.3)
  92. mustermann (~> 1.0)
  93. rack (~> 2.0)
  94. rack-protection (= 2.0.3)
  95. tilt (~> 2.0)
  96. slack-ruby-bot (0.10.5)
  97. hashie
  98. slack-ruby-client (>= 0.6.0)
  99. slack-ruby-client (0.11.1)
  100. activesupport
  101. faraday (>= 0.9)
  102. faraday_middleware
  103. gli
  104. hashie
  105. websocket-driver
  106. thor (0.19.4)
  107. thread_safe (0.3.6)
  108. tilt (2.0.8)
  109. timers (4.1.2)
  110. hitimes
  111. tzinfo (1.2.5)
  112. thread_safe (~> 0.1)
  113. unf (0.1.4)
  114. unf_ext
  115. unf_ext (0.0.7.5)
  116. webrobots (0.1.2)
  117. websocket-driver (0.7.0)
  118. websocket-extensions (>= 0.1.0)
  119. websocket-extensions (0.1.3)
  120. wolfram (0.2.1)
  121. nokogiri (>= 1.4.3)
  122. PLATFORMS
  123. ruby
  124. DEPENDENCIES
  125. celluloid-io
  126. foreman
  127. mechanize
  128. nokogiri (~> 1.8.2)
  129. puma
  130. rack-test
  131. rake
  132. rspec
  133. sinatra (~> 2.0.2)
  134. slack-ruby-bot (~> 0.10.5)
  135. wolfram
  136. RUBY VERSION
  137. ruby 2.4.2p198
  138. BUNDLED WITH
  139. 1.16.3