Skip to content

Commit 10b47df

Browse files
authored
Merge pull request #81 from dblock/remove-heroku
Remove Heroku gem, fix build.
2 parents 6a409bb + 59fa41f commit 10b47df

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ group :development, :test do
2525
gem 'database_cleaner'
2626
gem 'fabrication'
2727
gem 'faker'
28-
gem 'heroku'
2928
gem 'hyperclient'
3029
gem 'mongoid-shell'
3130
gem 'rack-server-pages'

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015-2017 Daniel Doubrovkine & Contributors
3+
Copyright (c) 2015-2018 Daniel Doubrovkine & Contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ This library implements an app, [SlackRubyBotServer::App](lib/slack-ruby-bot-ser
7272

7373
#### App
7474

75-
The app instance checks for a working MongoDB connection, ensures database indexes, performs database migrations, sets up bot aliases and log levels. You can introduce custom behavior into the app lifecycle by subclassing `SlackRubyBotServer::App` and creating an instance of the child class in `config.ru`.
75+
The app instance checks for a working database connection, ensures indexes, performs migrations, sets up bot aliases and log levels. You can introduce custom behavior into the app lifecycle by subclassing `SlackRubyBotServer::App` and creating an instance of the child class in `config.ru`.
7676

7777
```ruby
7878
class MyApp < SlackRubyBotServer::App
@@ -181,15 +181,16 @@ You can see a sample implementation in [slack-sup#3a497b](https://github.com/dbl
181181

182182
### Examples Using Slack Ruby Bot Server
183183

184-
* [slack-amber-alert](https://github.com/dblock/slack-amber-alert), free service at [missingkidsbot.org](https://www.missingkidsbot.org)
185184
* [slack-sup](https://github.com/dblock/slack-sup), free service at [sup.playplay.io](https://sup.playplay.io)
186185
* [slack-gamebot](https://github.com/dblock/slack-gamebot), free service at [www.playplay.io](https://www.playplay.io)
187186
* [slack-market](https://github.com/dblock/slack-market), free service at [market.playplay.io](https://market.playplay.io)
188187
* [slack-shellbot](https://github.com/slack-ruby/slack-shellbot), free service at [shell.playplay.io](https://shell.playplay.io)
189188
* [slack-api-explorer](https://github.com/slack-ruby/slack-api-explorer), free service at [api-explorer.playplay.io](https://shell.playplay.io)
189+
* [slack-strava](https://github.com/dblock/slack-strava), free service at [slava.playplay.io](https://slava.playplay.io)
190+
* [slack-arena](https://github.com/dblock/slack-arena), free service at [arena.playplay.io](https://arena.playplay.io)
190191

191192
### Copyright & License
192193

193-
Copyright [Daniel Doubrovkine](http://code.dblock.org) and Contributors, 2015-2017
194+
Copyright [Daniel Doubrovkine](http://code.dblock.org) and Contributors, 2015-2018
194195

195196
[MIT License](LICENSE)

0 commit comments

Comments
 (0)