www.byjp.me/content/posts/tumblr-musings/ruby-dlc-on-github.md
JP Hastings-Spital b8cc9ee66d Remove leading newlines
This standardises all my markdown files to have no leading newline after the `---` that ends the frontmatter.

This makes display on Gemini (in which newlines matter) much more consistent!

I can't spot any errors with the regex I used here, but there may be one or two articles that change shape — hopefully I can spot them and fix them!
2024-06-20 13:40:54 +01:00

26 lines
907 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Ruby-DLC on Github
date: 2009-05-05T15:20:00+01:00
draft: false
emoji: 🐙
tags:
- ruby
- code
- gem
- github
- ruby-dlc
- dlc
- from-tumblr
---
[github.com](https://github.com/jphastings/ruby-DLC)
Ruby-DLC is now available on github, and consequently as a gem! You can install with[^1]:
```sh
gem sources -a http://gems.github.com
sudo gem install jphastings-dlc
```
Theres a [gist](https://gist.github.com/jphastings/106978) explaining how to use the library and the rdoc documentation is still available on my [project page](https://github.com/jphastings/ruby-DLC). Please file an [issue](https://github.com/jphastings/ruby-DLC/issues) if you have any problems with the code, I havent checked it thoroughly!
[^1]: Import note: This syntax is incorrect today, and the code only supports Ruby 1.x, so you'll have to make your own way if you're interested in using this!