Mercurial > zeropaste
comparison README.md @ 436:72557a5310d9
Update readme
- minimum ruby version
- failing drone.io (missing latest ruby and stuff)
author | nanaya <me@myconan.net> |
---|---|
date | Mon, 13 Jun 2016 15:07:38 +0900 |
parents | 731bf8577da6 |
children | 02d043b1967d |
comparison
equal
deleted
inserted
replaced
435:1d113463d154 | 436:72557a5310d9 |
---|---|
1 [![Build Status](https://drone.io/bitbucket.org/nanaya1/zeropaste/status.png)](https://drone.io/bitbucket.org/nanaya1/zeropaste/latest) | |
2 | |
3 Zeropaste | 1 Zeropaste |
4 ========= | 2 ========= |
5 | 3 |
6 A pastebin with some features: create and destroy (with key) pastes. | 4 A pastebin with some features: create and destroy (with key) pastes. |
7 The one running on [0paste.com](https://0paste.com). | 5 The one running on [0paste.com](https://0paste.com). |
8 | 6 |
9 Requirements: | 7 Requirements: |
10 | 8 |
11 * Ruby 1.9 or up (JRuby and Rubinius should also work) | 9 * Ruby 2.2 or up (JRuby and Rubinius may also work) |
12 * PostgreSQL | 10 * PostgreSQL |
13 (nothing PostgreSQL specific - can be easily changed if you know what you're doing. | 11 (nothing PostgreSQL specific - can be easily changed if you know what you're doing. |
14 May or may not work with MySQL) | 12 May or may not work with MySQL) |
15 * Ruby Bundler | 13 * Ruby Bundler |
16 | 14 |