.github/FUNDING.yml | |
|
|
.gitignore | |
|
|
.rspec | |
|
|
.rubocop.yml | |
|
|
.rubocop_todo.yml | |
|
|
.travis.yml | |
|
|
CHANGELOG.md | |
|
|
CONTRIBUTING.md | |
|
|
DEPLOYMENT.md | |
|
|
Dangerfile | |
|
|
Gemfile | |
|
|
LICENSE.md | |
|
|
MIGRATION.md | |
|
|
README.md | |
|
|
RELEASING.md | |
|
|
Rakefile | |
|
|
TUTORIAL.md | |
|
|
UPGRADING.md | |
|
|
examples/inventory/Gemfile | |
|
|
examples/inventory/Procfile | |
|
|
examples/inventory/inventorybot.rb | 180 | A 0 mins |
|
examples/market/Gemfile | |
|
|
examples/market/Procfile | |
|
|
examples/market/marketbot.rb | 27 | A 0 mins |
|
examples/minimal/Gemfile | |
|
|
examples/minimal/Procfile | |
|
|
examples/minimal/pongbot.rb | 8 | A 0 mins |
|
examples/weather/Gemfile | |
|
|
examples/weather/Procfile | |
|
|
examples/weather/weatherbot.rb | 20 | A 0 mins |
|
lib/config/application.rb | 8 | A 0 mins |
|
lib/config/boot.rb | 6 | A 0 mins |
|
lib/config/environment.rb | 2 | A 0 mins |
|
lib/slack-ruby-bot.rb | 23 | A 0 mins |
|
lib/slack-ruby-bot/about.rb | 6 | A 0 mins |
|
lib/slack-ruby-bot/app.rb | 47 | A 35 mins |
|
lib/slack-ruby-bot/bot.rb | 14 | A 0 mins |
|
lib/slack-ruby-bot/client.rb | 53 | A 2 hrs |
|
lib/slack-ruby-bot/commands.rb | 5 | A 0 mins |
|
lib/slack-ruby-bot/commands/about.rb | 11 | A 0 mins |
|
lib/slack-ruby-bot/commands/base.rb | 123 | C 1 day |
|
lib/slack-ruby-bot/commands/help.rb | 31 | A 0 mins |
|
lib/slack-ruby-bot/commands/hi.rb | 13 | A 0 mins |
|
lib/slack-ruby-bot/commands/support/attrs.rb | 29 | A 0 mins |
|
lib/slack-ruby-bot/commands/support/help.rb | 66 | A 0 mins |
|
lib/slack-ruby-bot/commands/support/match.rb | 17 | A 0 mins |
|
lib/slack-ruby-bot/commands/unknown.rb | 10 | A 0 mins |
|
lib/slack-ruby-bot/config.rb | 30 | A 0 mins |
|
lib/slack-ruby-bot/hooks.rb | 4 | A 0 mins |
|
lib/slack-ruby-bot/hooks/hello.rb | 26 | A 25 mins |
|