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.

141 lines
3.1 KiB

  1. GEM
  2. remote: http://rubygems.org/
  3. specs:
  4. activesupport (5.1.4)
  5. concurrent-ruby (~> 1.0, >= 1.0.2)
  6. i18n (~> 0.7)
  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. diff-lcs (1.3)
  32. domain_name (0.5.20170404)
  33. unf (>= 0.0.5, < 1.0.0)
  34. faraday (0.13.1)
  35. multipart-post (>= 1.2, < 3)
  36. faraday_middleware (0.12.2)
  37. faraday (>= 0.7.4, < 1.0)
  38. foreman (0.84.0)
  39. thor (~> 0.19.1)
  40. gli (2.17.1)
  41. hashie (3.5.7)
  42. hitimes (1.2.6)
  43. http-cookie (1.0.3)
  44. domain_name (~> 0.5)
  45. i18n (0.9.1)
  46. concurrent-ruby (~> 1.0)
  47. mechanize (2.7.5)
  48. domain_name (~> 0.5, >= 0.5.1)
  49. http-cookie (~> 1.0)
  50. mime-types (>= 1.17.2)
  51. net-http-digest_auth (~> 1.1, >= 1.1.1)
  52. net-http-persistent (~> 2.5, >= 2.5.2)
  53. nokogiri (~> 1.6)
  54. ntlm-http (~> 0.1, >= 0.1.1)
  55. webrobots (>= 0.0.9, < 0.2)
  56. mime-types (3.1)
  57. mime-types-data (~> 3.2015)
  58. mime-types-data (3.2016.0521)
  59. mini_portile2 (2.3.0)
  60. minitest (5.11.1)
  61. multipart-post (2.0.0)
  62. mustermann (1.0.1)
  63. net-http-digest_auth (1.4.1)
  64. net-http-persistent (2.9.4)
  65. nio4r (2.2.0)
  66. nokogiri (1.8.1)
  67. mini_portile2 (~> 2.3.0)
  68. ntlm-http (0.1.1)
  69. puma (3.11.0)
  70. rack (2.0.3)
  71. rack-protection (2.0.0)
  72. rack
  73. rack-test (0.8.2)
  74. rack (>= 1.0, < 3)
  75. rake (12.3.0)
  76. rspec (3.7.0)
  77. rspec-core (~> 3.7.0)
  78. rspec-expectations (~> 3.7.0)
  79. rspec-mocks (~> 3.7.0)
  80. rspec-core (3.7.1)
  81. rspec-support (~> 3.7.0)
  82. rspec-expectations (3.7.0)
  83. diff-lcs (>= 1.2.0, < 2.0)
  84. rspec-support (~> 3.7.0)
  85. rspec-mocks (3.7.0)
  86. diff-lcs (>= 1.2.0, < 2.0)
  87. rspec-support (~> 3.7.0)
  88. rspec-support (3.7.0)
  89. sinatra (2.0.0)
  90. mustermann (~> 1.0)
  91. rack (~> 2.0)
  92. rack-protection (= 2.0.0)
  93. tilt (~> 2.0)
  94. slack-ruby-bot (0.10.5)
  95. hashie
  96. slack-ruby-client (>= 0.6.0)
  97. slack-ruby-client (0.11.0)
  98. activesupport
  99. faraday (>= 0.9)
  100. faraday_middleware
  101. gli
  102. hashie
  103. websocket-driver
  104. thor (0.19.4)
  105. thread_safe (0.3.6)
  106. tilt (2.0.8)
  107. timers (4.1.2)
  108. hitimes
  109. tzinfo (1.2.4)
  110. thread_safe (~> 0.1)
  111. unf (0.1.4)
  112. unf_ext
  113. unf_ext (0.0.7.4)
  114. webrobots (0.1.2)
  115. websocket-driver (0.7.0)
  116. websocket-extensions (>= 0.1.0)
  117. websocket-extensions (0.1.3)
  118. wolfram (0.2.1)
  119. nokogiri (>= 1.4.3)
  120. PLATFORMS
  121. ruby
  122. DEPENDENCIES
  123. celluloid-io
  124. foreman
  125. mechanize
  126. nokogiri
  127. puma
  128. rack-test
  129. rake
  130. rspec
  131. sinatra
  132. slack-ruby-bot (~> 0.10.5)
  133. wolfram
  134. RUBY VERSION
  135. ruby 2.4.2p198
  136. BUNDLED WITH
  137. 1.16.1