Hello, I wrote a tool that can validate README links (valid URLs, not duplicate). It can be run when someone submits a pull request.
It is currently being used by
- https://github.com/vsouza/aweso…
Hi,
Its in ruby 2.0.0, and rails 4.0.0.
I have this on my spree (2-1-stable) initializer:
```
Spree.config do |config|
(...)
config.use_s3 = true
config.s3_bucket = 'XXX'
config.s3_access_key…