Skip to content

Commit 4c3ab1c

Browse files
committed
Fixed deployment URLs.
1 parent 87914da commit 4c3ab1c

File tree

6 files changed

+9
-46
lines changed

6 files changed

+9
-46
lines changed

DEPLOYMENT.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source 'http://rubygems.org'
1+
source 'https://rubygems.org'
22

33
ruby '3.3.5'
44

@@ -9,6 +9,7 @@ gem 'mongoid'
99
gem 'mongoid-scroll'
1010
gem 'newrelic_rpm'
1111
gem 'newrelic-slack-ruby-bot'
12+
gem 'ostruct'
1213
gem 'rack'
1314
gem 'rack-robotz'
1415
gem 'rack-server-pages'

Gemfile.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GEM
2-
remote: http://rubygems.org/
2+
remote: https://rubygems.org/
33
specs:
44
activemodel (7.2.1.1)
55
activesupport (= 7.2.1.1)
@@ -179,6 +179,7 @@ GEM
179179
nokogiri (1.16.7)
180180
mini_portile2 (~> 2.8.2)
181181
racc (~> 1.4)
182+
ostruct (0.6.0)
182183
parallel (1.26.3)
183184
parser (3.3.5.0)
184185
ast (~> 2.4.1)
@@ -334,6 +335,7 @@ DEPENDENCIES
334335
mongoid-shell
335336
newrelic-slack-ruby-bot
336337
newrelic_rpm
338+
ostruct
337339
rack
338340
rack-robotz
339341
rack-server-pages

LICENSE.md

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

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

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

README.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Slack API Explorer
22
==================
33

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

66
Or roll your own ...
77

@@ -111,23 +111,12 @@ chat postMessage --as_user=true --text="Hello World" --channel=#general
111111
}
112112
```
113113

114-
## Installation
115-
116-
Create a new Bot Integration under [services/new/bot](http://slack.com/services/new/bot). Note the API token.
117-
You will be able to invoke the explorer by the name you give it in the UI above.
118-
119-
Run `SLACK_API_TOKEN=<your API token> foreman start`
120-
121-
## Production Deployment
122-
123-
See [DEPLOYMENT](DEPLOYMENT.md)
124-
125114
## Contributing
126115

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

129118
## Copyright and License
130119

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

133122
This project is licensed under the [MIT License](LICENSE.md).

slack-api-explorer/info.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module SlackApiExplorer
55
© Daniel Doubrovkine, Vestris LLC & Contributors, MIT License
66
https://www.vestris.com
77
8-
Free Service at http://slack-api-explorer.playplay.io
8+
Free Service at https://api-explorer.playplay.io
99
Open-Source at https://github.com/slack-ruby/slack-api-explorer
1010
EOS
1111
end

0 commit comments

Comments
 (0)