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.

18 lines
219 B

9 years ago
  1. source 'http://rubygems.org'
  2. ruby '2.2.0'
  3. gem 'slack-ruby-bot'
  4. gem 'wolfram'
  5. gem 'puma'
  6. gem 'sinatra'
  7. group :development, :test do
  8. gem 'rake'
  9. gem 'foreman'
  10. end
  11. group :test do
  12. gem 'rspec'
  13. gem 'rack-test'
  14. end