File tree Expand file tree Collapse file tree 2 files changed +17
-8
lines changed Expand file tree Collapse file tree 2 files changed +17
-8
lines changed Original file line number Diff line number Diff line change 98
98
concurrent-ruby (1.0.5 )
99
99
connection_pool (2.2.1 )
100
100
dalli (2.7.6 )
101
+ domain_name (0.5.20170404 )
102
+ unf (>= 0.0.5 , < 1.0.0 )
101
103
dotenv (2.2.1 )
102
104
dotenv-rails (2.2.1 )
103
105
dotenv (= 2.2.1 )
143
145
haml (>= 4.0 , < 6 )
144
146
nokogiri (>= 1.6.0 )
145
147
ruby_parser (~> 3.5 )
148
+ http-cookie (1.0.3 )
149
+ domain_name (~> 0.5 )
146
150
httpclient (2.8.3 )
147
151
i18n (0.8.4 )
148
152
icalendar (2.4.1 )
187
191
nokogiri (>= 1.5.9 )
188
192
mail (2.6.5 )
189
193
mime-types (>= 1.16 , < 4 )
194
+ mailgun-ruby (1.1.6 )
195
+ rest-client (~> 2.0 )
190
196
meta-tags (2.4.1 )
191
197
actionpack (>= 3.2.0 , < 5.2 )
192
198
method_source (0.8.2 )
203
209
minitest (5.10.2 )
204
210
multi_json (1.12.1 )
205
211
multipart-post (2.0.0 )
212
+ netrc (0.11.0 )
206
213
newrelic_rpm (4.2.0.334 )
207
214
nio4r (2.1.0 )
208
215
nokogiri (1.7.2 )
216
223
capybara (~> 2.1 )
217
224
cliver (~> 0.3.1 )
218
225
websocket-driver (>= 0.2.0 )
219
- postmark (1.10.0 )
220
- json
221
- rake
222
- postmark-rails (0.15.0 )
223
- actionmailer (>= 3.0.0 )
224
- postmark (~> 1.10.0 )
225
226
powerpack (0.1.1 )
226
227
public_suffix (2.0.5 )
227
228
puma (3.9.0 )
283
284
rainbow (~> 2.1 )
284
285
redcarpet (3.4.0 )
285
286
redis (3.3.3 )
287
+ rest-client (2.0.2 )
288
+ http-cookie (>= 1.0.2 , < 2.0 )
289
+ mime-types (>= 1.16 , < 4.0 )
290
+ netrc (~> 0.8 )
286
291
reverse_markdown (1.0.3 )
287
292
nokogiri
288
293
rubocop (0.49.1 )
336
341
thread_safe (~> 0.1 )
337
342
uglifier (3.2.0 )
338
343
execjs (>= 0.3.0 , < 3 )
344
+ unf (0.1.4 )
345
+ unf_ext
346
+ unf_ext (0.0.7.4 )
339
347
unicode-display_width (1.2.1 )
340
348
url_safe_base64 (0.2.2 )
341
349
web-console (3.5.1 )
@@ -381,13 +389,13 @@ DEPENDENCIES
381
389
letsencrypt_plugin
382
390
letter_opener
383
391
lograge
392
+ mailgun-ruby
384
393
meta-tags
385
394
mini_magick
386
395
mini_racer
387
396
newrelic_rpm
388
397
pg (~> 0.15 )
389
398
poltergeist
390
- postmark-rails
391
399
puma
392
400
puma_worker_killer
393
401
pusher
Original file line number Diff line number Diff line change 1
1
# Coderwall
2
2
3
+ [ ![ Build Status] ( https://travis-ci.org/coderwall/coderwall-next.svg?branch=master )] ( https://travis-ci.org/coderwall/coderwall-next )
4
+
3
5
The codebase for [ coderwall.com] ( https://coderwall.com ) . Coderwall is a developer community used by nearly half a million developers each month to learn and share programming tips.
4
6
5
7
## Prerequisites
@@ -25,4 +27,3 @@ $ heroku run rake letsencrypt_plugin
25
27
$ heroku certs:update coderwall.com-cert.pem coderwall.com-key.pem
26
28
27
29
```
28
- >>>>>>> Add ssl instructions
You can’t perform that action at this time.
0 commit comments