Skip to content

Commit

Permalink
Fixed deployment URLs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Oct 20, 2024
1 parent 87914da commit 4c3ab1c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 46 deletions.
29 changes: 0 additions & 29 deletions DEPLOYMENT.md

This file was deleted.

3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'http://rubygems.org'
source 'https://rubygems.org'

ruby '3.3.5'

Expand All @@ -9,6 +9,7 @@ gem 'mongoid'
gem 'mongoid-scroll'
gem 'newrelic_rpm'
gem 'newrelic-slack-ruby-bot'
gem 'ostruct'
gem 'rack'
gem 'rack-robotz'
gem 'rack-server-pages'
Expand Down
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
activemodel (7.2.1.1)
activesupport (= 7.2.1.1)
Expand Down Expand Up @@ -179,6 +179,7 @@ GEM
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
ostruct (0.6.0)
parallel (1.26.3)
parser (3.3.5.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -334,6 +335,7 @@ DEPENDENCIES
mongoid-shell
newrelic-slack-ruby-bot
newrelic_rpm
ostruct
rack
rack-robotz
rack-server-pages
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2016-2019 Daniel Doubrovkine, Vestris LLC, Artsy and Contributors
Copyright (c) 2016-2024 Daniel Doubrovkine, Vestris LLC, Artsy and Contributors

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
15 changes: 2 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Slack API Explorer
==================

[![Add to Slack](https://platform.slack-edge.com/img/add_to_slack.png)](http://api-explorer.playplay.io)
[![Add to Slack](https://platform.slack-edge.com/img/add_to_slack.png)](https://api-explorer.playplay.io)

Or roll your own ...

Expand Down Expand Up @@ -111,23 +111,12 @@ chat postMessage --as_user=true --text="Hello World" --channel=#general
}
```

## Installation

Create a new Bot Integration under [services/new/bot](http://slack.com/services/new/bot). Note the API token.
You will be able to invoke the explorer by the name you give it in the UI above.

Run `SLACK_API_TOKEN=<your API token> foreman start`

## Production Deployment

See [DEPLOYMENT](DEPLOYMENT.md)

## Contributing

This bot is built with [slack-ruby-bot](https://github.com/dblock/slack-ruby-bot). See [CONTRIBUTING](CONTRIBUTING.md).

## Copyright and License

Copyright (c) 2016-2019, Daniel Doubrovkine, Vestris LLC, Artsy and [Contributors](CHANGELOG.md).
Copyright (c) 2016-2024, Daniel Doubrovkine, Vestris LLC, Artsy and [Contributors](CHANGELOG.md).

This project is licensed under the [MIT License](LICENSE.md).
2 changes: 1 addition & 1 deletion slack-api-explorer/info.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module SlackApiExplorer
© Daniel Doubrovkine, Vestris LLC & Contributors, MIT License
https://www.vestris.com
Free Service at http://slack-api-explorer.playplay.io
Free Service at https://api-explorer.playplay.io
Open-Source at https://github.com/slack-ruby/slack-api-explorer
EOS
end

0 comments on commit 4c3ab1c

Please sign in to comment.