Skip to content

Commit b3bbcbb

Browse files
zapnapdefunkt
authored andcommitted
added rdoc.info service
1 parent 9247d5e commit b3bbcbb

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ Thanks to the following people for making this possible
2929
- Jess Martin
3030
- Édouard Brière
3131
- Teng Siong Ong
32+
- Nick Plante

docs/rdocinfo

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
rdoc.info
2+
=========
3+
4+
This service allows you to auto-public documentation for your Ruby gem or library.
5+
The resulting documentation will be hosted for you at http://rdoc.info/projects/your-name/your-project
6+
7+
8+
Developer Notes
9+
---------------
10+
11+
data
12+
- (no data is required, payload is simply posted to http://rdoc.info/projects/update)
13+
14+
payload
15+
- refer to docs/github_payload

services/rdocinfo.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
service :rdocinfo do |data, payload|
2+
Net::HTTP.post_form(URI.parse("http://rdoc.info/projects/update"), :payload => JSON.generate(payload))
3+
"namaste"
4+
end

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy