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.

129 lines
2.9 KiB

  1. GEM
  2. remote: http://rubygems.org/
  3. specs:
  4. activesupport (4.2.5)
  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.4.0)
  11. diff-lcs (1.2.5)
  12. domain_name (0.5.25)
  13. unf (>= 0.0.5, < 1.0.0)
  14. eventmachine (1.0.9.1)
  15. faraday (0.9.2)
  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.2)
  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. gli (2.13.4)
  34. hashie (3.4.3)
  35. http-cookie (1.0.2)
  36. domain_name (~> 0.5)
  37. i18n (0.7.0)
  38. json (1.8.3)
  39. launchy (2.4.3)
  40. addressable (~> 2.3)
  41. mechanize (2.7.4)
  42. domain_name (~> 0.5, >= 0.5.1)
  43. http-cookie (~> 1.0)
  44. mime-types (>= 1.17.2, < 3)
  45. net-http-digest_auth (~> 1.1, >= 1.1.1)
  46. net-http-persistent (~> 2.5, >= 2.5.2)
  47. nokogiri (~> 1.6)
  48. ntlm-http (~> 0.1, >= 0.1.1)
  49. webrobots (>= 0.0.9, < 0.2)
  50. mime-types (2.99)
  51. mini_portile (0.6.2)
  52. minitest (5.8.3)
  53. multipart-post (2.0.0)
  54. net-http-digest_auth (1.4)
  55. net-http-persistent (2.9.4)
  56. nokogiri (1.6.6.4)
  57. mini_portile (~> 0.6.0)
  58. ntlm-http (0.1.1)
  59. oj (2.14.3)
  60. puma (2.12.2)
  61. rack (1.6.4)
  62. rack-protection (1.5.3)
  63. rack
  64. rack-test (0.6.3)
  65. rack (>= 1.0)
  66. rake (10.4.2)
  67. rspec (3.3.0)
  68. rspec-core (~> 3.3.0)
  69. rspec-expectations (~> 3.3.0)
  70. rspec-mocks (~> 3.3.0)
  71. rspec-core (3.3.2)
  72. rspec-support (~> 3.3.0)
  73. rspec-expectations (3.3.1)
  74. diff-lcs (>= 1.2.0, < 2.0)
  75. rspec-support (~> 3.3.0)
  76. rspec-mocks (3.3.2)
  77. diff-lcs (>= 1.2.0, < 2.0)
  78. rspec-support (~> 3.3.0)
  79. rspec-support (3.3.0)
  80. sinatra (1.4.6)
  81. rack (~> 1.4)
  82. rack-protection (~> 1.4)
  83. tilt (>= 1.3, < 3)
  84. slack-ruby-bot (0.6.0)
  85. activesupport
  86. faye-websocket
  87. giphy (~> 2.0.2)
  88. hashie
  89. slack-ruby-client (>= 0.5.0)
  90. slack-ruby-client (0.5.3)
  91. faraday
  92. faraday_middleware
  93. gli
  94. json
  95. websocket-driver
  96. thor (0.19.1)
  97. thread_safe (0.3.5)
  98. tilt (2.0.1)
  99. tzinfo (1.2.2)
  100. thread_safe (~> 0.1)
  101. unf (0.1.4)
  102. unf_ext
  103. unf_ext (0.0.7.1)
  104. webrobots (0.1.2)
  105. websocket-driver (0.6.3)
  106. websocket-extensions (>= 0.1.0)
  107. websocket-extensions (0.1.2)
  108. wolfram (0.2.1)
  109. nokogiri (>= 1.4.3)
  110. xml-simple (1.1.5)
  111. PLATFORMS
  112. ruby
  113. DEPENDENCIES
  114. foreman
  115. mechanize
  116. nokogiri
  117. puma
  118. rack-test
  119. rake
  120. rspec
  121. sinatra
  122. slack-ruby-bot (~> 0.6.0)
  123. wolfram
  124. xml-simple
  125. BUNDLED WITH
  126. 1.11.2