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.

126 lines
2.9 KiB

  1. GIT
  2. remote: git://github.com/dblock/slack-ruby-bot.git
  3. revision: edef7edd1c0e0f5abe70ab801593f4a2ef66766b
  4. specs:
  5. slack-ruby-bot (0.2.0)
  6. activesupport
  7. giphy (~> 2.0.2)
  8. hashie
  9. slack-api (~> 1.1.6)
  10. websocket-driver (~> 0.5.4)
  11. GEM
  12. remote: http://rubygems.org/
  13. specs:
  14. activesupport (4.2.3)
  15. i18n (~> 0.7)
  16. json (~> 1.7, >= 1.7.7)
  17. minitest (~> 5.1)
  18. thread_safe (~> 0.3, >= 0.3.4)
  19. tzinfo (~> 1.1)
  20. addressable (2.3.8)
  21. ast (2.0.0)
  22. astrolabe (1.3.0)
  23. parser (>= 2.2.0.pre.3, < 3.0)
  24. crack (0.4.2)
  25. safe_yaml (~> 1.0.0)
  26. dentaku (1.2.6)
  27. diff-lcs (1.2.5)
  28. eventmachine (1.0.7)
  29. faraday (0.9.1)
  30. multipart-post (>= 1.2, < 3)
  31. faraday_middleware (0.9.2)
  32. faraday (>= 0.7.4, < 0.10)
  33. faraday_middleware-parse_oj (0.3.0)
  34. faraday (~> 0.9.0)
  35. faraday_middleware (~> 0.9.1)
  36. oj (~> 2.0)
  37. faye-websocket (0.9.2)
  38. eventmachine (>= 0.12.0)
  39. websocket-driver (>= 0.5.1)
  40. foreman (0.78.0)
  41. thor (~> 0.19.1)
  42. giphy (2.0.2)
  43. faraday (~> 0.9)
  44. faraday_middleware (~> 0.9)
  45. faraday_middleware-parse_oj (~> 0.3)
  46. launchy (~> 2.4)
  47. hashie (3.4.2)
  48. i18n (0.7.0)
  49. json (1.8.3)
  50. launchy (2.4.3)
  51. addressable (~> 2.3)
  52. minitest (5.7.0)
  53. multi_json (1.11.2)
  54. multipart-post (2.0.0)
  55. oj (2.12.9)
  56. parser (2.3.0.pre.2)
  57. ast (>= 1.1, < 3.0)
  58. powerpack (0.1.1)
  59. puma (2.11.3)
  60. rack (>= 1.1, < 2.0)
  61. rack (1.6.4)
  62. rack-protection (1.5.3)
  63. rack
  64. rack-test (0.6.3)
  65. rack (>= 1.0)
  66. rainbow (2.0.0)
  67. rake (10.4.2)
  68. rspec (3.3.0)
  69. rspec-core (~> 3.3.0)
  70. rspec-expectations (~> 3.3.0)
  71. rspec-mocks (~> 3.3.0)
  72. rspec-core (3.3.1)
  73. rspec-support (~> 3.3.0)
  74. rspec-expectations (3.3.0)
  75. diff-lcs (>= 1.2.0, < 2.0)
  76. rspec-support (~> 3.3.0)
  77. rspec-mocks (3.3.1)
  78. diff-lcs (>= 1.2.0, < 2.0)
  79. rspec-support (~> 3.3.0)
  80. rspec-support (3.3.0)
  81. rubocop (0.31.0)
  82. astrolabe (~> 1.3)
  83. parser (>= 2.2.2.1, < 3.0)
  84. powerpack (~> 0.1)
  85. rainbow (>= 1.99.1, < 3.0)
  86. ruby-progressbar (~> 1.4)
  87. ruby-progressbar (1.7.5)
  88. safe_yaml (1.0.4)
  89. sinatra (1.4.6)
  90. rack (~> 1.4)
  91. rack-protection (~> 1.4)
  92. tilt (>= 1.3, < 3)
  93. slack-api (1.1.6)
  94. faraday (>= 0.7, < 0.10)
  95. faraday_middleware (~> 0.8)
  96. faye-websocket (~> 0.9.2)
  97. multi_json (~> 1.0, >= 1.0.3)
  98. thor (0.19.1)
  99. thread_safe (0.3.5)
  100. tilt (2.0.1)
  101. tzinfo (1.2.2)
  102. thread_safe (~> 0.1)
  103. vcr (2.9.3)
  104. webmock (1.21.0)
  105. addressable (>= 2.3.6)
  106. crack (>= 0.3.2)
  107. websocket-driver (0.5.4)
  108. websocket-extensions (>= 0.1.0)
  109. websocket-extensions (0.1.2)
  110. PLATFORMS
  111. ruby
  112. DEPENDENCIES
  113. dentaku
  114. foreman
  115. puma
  116. rack-test
  117. rake (~> 10.4)
  118. rspec
  119. rubocop (= 0.31.0)
  120. sinatra
  121. slack-ruby-bot!
  122. vcr
  123. webmock