Skip to content

Commit 749006a

Browse files
authored
Merge pull request #10 from dblock/slack-ruby
Links cleanup, removed db.rake, unnecessary references to heroku.
2 parents c7f1a72 + 6440643 commit 749006a

File tree

14 files changed

+19
-110
lines changed

14 files changed

+19
-110
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
### 1/6/2016
1818

19-
* [#1](https://github.com/dblock/slack-api-explorer/issues/1): Added JSON processing - [@dblock](https://github.com/dblock).
19+
* [#1](https://github.com/slack-ruby/slack-api-explorer/issues/1): Added JSON processing - [@dblock](https://github.com/dblock).
2020
* JSON output is now prettier - [@dblock](https://github.com/dblock).
2121

2222
### 1/5/2016

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# Contributing to SlackApiExplorer
22

3-
This project is work of [many contributors](https://github.com/dblock/slack-api-explorer/graphs/contributors).
3+
This project is work of [many contributors](https://github.com/slack-ruby/slack-api-explorer/graphs/contributors).
44

5-
You're encouraged to submit [pull requests](https://github.com/dblock/slack-api-explorer/pulls), [propose features and discuss issues](https://github.com/dblock/slack-api-explorer/issues).
5+
You're encouraged to submit [pull requests](https://github.com/slack-ruby/slack-api-explorer/pulls), [propose features and discuss issues](https://github.com/slack-ruby/slack-api-explorer/issues).
66

77
In the examples below, substitute your Github username for `contributor` in URLs.
88

99
## Fork the Project
1010

11-
Fork the [project on Github](https://github.com/dblock/slack-api-explorer) and check out your copy.
11+
Fork the [project on Github](https://github.com/slack-ruby/slack-api-explorer) and check out your copy.
1212

1313
```
1414
git clone https://github.com/contributor/slack-api-explorer.git
1515
cd slack-api-explorer
16-
git remote add upstream https://github.com/dblock/slack-api-explorer.git
16+
git remote add upstream https://github.com/slack-ruby/slack-api-explorer.git
1717
```
1818

1919
## Create a Topic Branch
@@ -102,7 +102,7 @@ git push origin my-feature-branch -f
102102
Update the [CHANGELOG](CHANGELOG.md) with the pull request number. A typical entry looks as follows.
103103

104104
```
105-
* [#123](https://github.com/dblock/slack-api-explorer/pull/123): Reticulated splines - [@contributor](https://github.com/contributor).
105+
* [#123](https://github.com/slack-ruby/slack-api-explorer/pull/123): Reticulated splines - [@contributor](https://github.com/contributor).
106106
```
107107

108108
Amend your previous commit and force push the changes.

DEBUGGING.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,3 @@
33
### Locally
44

55
You can debug your instance of slack-api-explorer with a built-in `script/console`.
6-
7-
### Silence Mongoid Logger
8-
9-
If Mongoid logging is annoying you.
10-
11-
```ruby
12-
Mongoid.logger.level = Logger::INFO
13-
Mongo::Logger.logger.level = Logger::INFO
14-
```
15-
16-
### Heroku
17-
18-
```
19-
heroku run script/console --app=...
20-
21-
Running `scrupt/console` attached to terminal... up, run.7593
22-
23-
2.2.1 > Team.count
24-
=> 3
25-
```

DEPLOYMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Deploy Your Own Slack API Explorer
66

7-
[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy?template=https://github.com/dblock/slack-api-explorer)
7+
[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy?template=https://github.com/slack-ruby/slack-api-explorer)
88

99
### MongoDB
1010

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ group :development, :test do
2121
end
2222

2323
group :development do
24-
gem 'heroku'
2524
gem 'mongoid-shell'
2625
end
2726

Gemfile.lock

Lines changed: 4 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ GEM
5959
thread_safe (~> 0.3, >= 0.3.1)
6060
diff-lcs (1.3)
6161
equalizer (0.0.11)
62-
excon (0.62.0)
6362
fabrication (2.20.1)
6463
faker (1.8.7)
6564
i18n (>= 0.7)
@@ -100,18 +99,6 @@ GEM
10099
grape (>= 0.16.2)
101100
hashdiff (0.3.7)
102101
hashie (3.5.7)
103-
heroku (3.99.1)
104-
heroku-api (= 0.4.2)
105-
launchy (= 2.4.3)
106-
multi_json (= 1.11.2)
107-
net-ssh (= 2.9.2)
108-
net-ssh-gateway (= 1.2.0)
109-
netrc (= 0.10.3)
110-
rest-client (= 1.6.8)
111-
rubyzip (= 1.1.7)
112-
heroku-api (0.4.2)
113-
excon (~> 0.45)
114-
multi_json (~> 1.8)
115102
hitimes (1.2.6)
116103
hyperclient (0.9.0)
117104
faraday (>= 0.9.0)
@@ -132,7 +119,6 @@ GEM
132119
kgio (2.11.2)
133120
launchy (2.4.3)
134121
addressable (~> 2.3)
135-
mime-types (1.25.1)
136122
mini_mime (1.0.0)
137123
mini_portile2 (2.3.0)
138124
minitest (5.11.3)
@@ -152,16 +138,12 @@ GEM
152138
i18n
153139
mongoid (>= 3.0.0)
154140
mongoid-compatibility
155-
multi_json (1.11.2)
141+
multi_json (1.13.1)
156142
multipart-post (2.0.0)
157143
mustermann (1.0.2)
158144
mustermann-grape (1.0.0)
159145
mustermann (~> 1.0.0)
160146
net-http-digest_auth (1.4.1)
161-
net-ssh (2.9.2)
162-
net-ssh-gateway (1.2.0)
163-
net-ssh (>= 2.6.5)
164-
netrc (0.10.3)
165147
newrelic-slack-ruby-bot (0.2.1)
166148
newrelic_rpm
167149
slack-ruby-bot (>= 0.10.5)
@@ -189,14 +171,10 @@ GEM
189171
rainbow (3.0.0)
190172
raindrops (0.19.0)
191173
rake (12.3.1)
192-
rdoc (6.0.4)
193174
representable (3.0.4)
194175
declarative (< 0.1.0)
195176
declarative-option (< 0.2.0)
196177
uber (< 0.2.0)
197-
rest-client (1.6.8)
198-
mime-types (~> 1.16)
199-
rdoc (>= 2.4.2)
200178
roar (1.1.0)
201179
representable (~> 3.0.0)
202180
rspec (3.7.0)
@@ -220,11 +198,11 @@ GEM
220198
ruby-progressbar (~> 1.7)
221199
unicode-display_width (~> 1.0, >= 1.0.1)
222200
ruby-progressbar (1.9.0)
223-
rubyzip (1.1.7)
201+
rubyzip (1.2.1)
224202
safe_yaml (1.0.4)
225-
selenium-webdriver (3.8.0)
203+
selenium-webdriver (3.12.0)
226204
childprocess (~> 0.5)
227-
rubyzip (~> 1.0)
205+
rubyzip (~> 1.2)
228206
slack-ruby-bot (0.11.1)
229207
hashie
230208
slack-ruby-client (>= 0.6.0)
@@ -285,7 +263,6 @@ DEPENDENCIES
285263
faker
286264
foreman
287265
giphy
288-
heroku
289266
hyperclient
290267
jsonpath (~> 0.5.8)
291268
kaminari-grape

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 Daniel Doubrovkine, Artsy and Contributors
3+
Copyright (c) 2016-2018 Daniel Doubrovkine, 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: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
Slack API Explorer
22
==================
33

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

66
Or roll your own ...
77

8-
[![Build Status](https://travis-ci.org/dblock/slack-api-explorer.svg)](https://travis-ci.org/dblock/slack-api-explorer)
9-
[![Code Climate](https://codeclimate.com/github/dblock/slack-api-explorer/badges/gpa.svg)](https://codeclimate.com/github/dblock/slack-api-explorer)
8+
[![Build Status](https://travis-ci.org/slack-ruby/slack-api-explorer.svg)](https://travis-ci.org/slack-ruby/slack-api-explorer)
109

1110
An API explorer for Slack.
1211

@@ -129,6 +128,6 @@ This bot is built with [slack-ruby-bot](https://github.com/dblock/slack-ruby-bot
129128

130129
## Copyright and License
131130

132-
Copyright (c) 2016, Daniel Doubrovkine, Artsy and [Contributors](CHANGELOG.md).
131+
Copyright (c) 2016-2018, Daniel Doubrovkine, Artsy and [Contributors](CHANGELOG.md).
133132

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

Rakefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,4 @@ unless ENV['RACK_ENV'] == 'production'
1515
RuboCop::RakeTask.new
1616

1717
task default: [:rubocop, :spec]
18-
19-
import 'tasks/db.rake'
2018
end

app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Slack API Explorer",
33
"description": "A slack command-line client in Slack.",
4-
"respository": "https://github.com/dblock/slack-api-explorer",
4+
"respository": "https://github.com/slack-ruby/slack-api-explorer",
55
"keywords": ["slack", "command-line", "client"],
66
"addons": [
77
"mongolab"

0 commit comments

Comments
 (0)