Skip to content

Commit 7dc0ce7

Browse files
authored
Merge pull request jruby#9003 from chadlwilson/patch-1
Add users entry for GoCD
2 parents c884647 + edb821d commit 7dc0ce7

1 file changed

Lines changed: 40 additions & 23 deletions

File tree

USERS.md

Lines changed: 40 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,27 @@ and adding a section describing your usage of JRuby:
2222
If you are open to others contacting you about your use of JRuby, add your
2323
Matrix nickname or contact info as well.
2424

25-
Name: Name of user (company)
26-
Desc: Description
27-
Usage: Usage of features
28-
Since: How long have you used JRuby (optional)
29-
Link: Link with further information (optional)
30-
Contact: Contacts available for questions (optional)
25+
```markdown
26+
### Name of user (company)
27+
28+
* **Desc**: Description
29+
* **Usage**: Usage of features
30+
* **Since**: How long have you used JRuby (optional)
31+
* **Link**: Link with further information (optional)
32+
* **Contact**: Contacts available for questions (optional)
33+
```
3134

3235
Example entry:
3336

34-
* Name: The JRuby Project
35-
Desc: The project that brings you JRuby
36-
Usage: JRuby uses JRuby to build JRuby via our Maven toolchain
37-
Since: 2009
38-
Link: https://github.com/jruby/jruby
39-
Contact: @headius, @enebo
37+
```markdown
38+
### The JRuby Project
39+
40+
* **Desc**: The project that brings you JRuby
41+
* **Usage**: JRuby uses JRuby to build JRuby via our Maven toolchain
42+
* **Since**: 2009
43+
* **Link**: https://github.com/jruby/jruby
44+
* **Contact**: @headius, @enebo
45+
```
4046

4147
Requirements to be listed
4248
-------------------------
@@ -48,22 +54,18 @@ Requirements to be listed
4854
use is not required. A well-done home lab setup can be equally
4955
interesting as a large-scale commercial deployment.
5056

51-
Users (most recent first)
52-
----------------------
57+
Users
58+
-----
5359

5460
### AsciidoctorJ
5561

56-
**Desc:** AsciidoctorJ is a Java port of the Asciidoctor document processor,
62+
* **Desc:** AsciidoctorJ is a Java port of the Asciidoctor document processor,
5763
a fast and open source text processor and publishing toolchain for converting
5864
AsciiDoc content to HTML 5, PDF and other formats That is implemented in Ruby.
59-
60-
**Usage:** JRuby is used to run the original Asciidoctor processor inside the JVM. JRuby allows to provide Java APIs and SPIs that make the port feel like a native Java library.
61-
62-
**Since:** 2014
63-
64-
**Links:** [asciidoctor.org](https://asciidoctor.org), [Asciidoctorj](https://github.com/asciidoctor/asciidoctorj) [Docs](https://docs.asciidoctor.org/asciidoctorj/latest/)
65-
66-
**Contact:** @robertpanzer
65+
* **Usage:** JRuby is used to run the original Asciidoctor processor inside the JVM. JRuby allows to provide Java APIs and SPIs that make the port feel like a native Java library.
66+
* **Since:** 2014
67+
* **Links:** [asciidoctor.org](https://asciidoctor.org), [asciidoctorj](https://github.com/asciidoctor/asciidoctorj), [docs](https://docs.asciidoctor.org/asciidoctorj/latest/)
68+
* **Contact:** [@robertpanzer](https://github.com/robertpanzer)
6769

6870
### SubstituteAlert Inc.
6971

@@ -92,3 +94,18 @@ One of the eazyBI core components is [mondrian-olap](https://github.com/rsim/mon
9294
**Links:** [eazyBI](https://eazybi.com)
9395

9496
**Contact:** @rsim
97+
98+
### GoCD (Go Continuous Delivery)
99+
100+
* **Desc:** GoCD is an open-source self-hostable continuous delivery / integration automation
101+
server, automating the software build-test-release cycle to enable frequent and reliable
102+
software builds & deployments. It helps teams visualise and streamline complex development workflows
103+
by allowing teams to visualize their entire delivery process through "pipelines as code"
104+
ensuring that software can be released at any time.
105+
* **Usage:** While originally used more widely within GoCD, JRuby/Rails/[JRuby-Rack](https://github.com/jruby/jruby-rack) is still used
106+
via [Jetty](https://jetty.org/) for server-side rendering of various interfaces for users to interact with their pipeline job runs
107+
and interoperate with the rest of the Java-based server.
108+
* **Since:** 2007
109+
* **Links:** [gocd.org](https://www.gocd.org/), [source](https://github.com/gocd/gocd), [docs](https://docs.gocd.org/current/)
110+
* **Contact:** [@chadlwilson](https://github.com/chadlwilson)
111+

0 commit comments

Comments
 (0)