Where to upload a ruby script to share it?

  • Thread starter Andrés Suárez
  • Start date
A

Andrés Suárez

Hi,

I've made a ruby script to translate UTM to LAT,LON coordinates and
viceversa. I think that GitHub and RubyForge are too big for this simple
project: it works and I've no intention to continue it. I will use GPL
license. Where can I upload it?

Regards,
Andrés
 
G

Gregory Brown

Hi,

I've made a ruby script to translate UTM to LAT,LON coordinates and
viceversa. I think that GitHub and RubyForge are too big for this simple
project: it works and I've no intention to continue it. I will use GPL
license. Where can I upload it?

gist.github.com will make an impromptu git repository that people can
pull from and you can update, but keep you from having to maintain a
full 'project'.

Gist is also a paste server, so you could embed the code in your blog
or share the link with folks.

-greg

--=20
Killer Ruby PDF Generation named after a magnificent sea creature:
http://github.com/sandal/prawn | Non-tech stuff at:
http://metametta.blogspot.com
 
S

Suraj Kurapati

Andrés Suárez said:
I've made a ruby script to translate UTM to LAT,LON coordinates and
viceversa. I think that GitHub and RubyForge are too big for this simple
project: it works and I've no intention to continue it. I will use GPL
license. Where can I upload it?

Since your code does conversions, why not contribute it to the Units
library?

http://rubyforge.org/projects/ruby-units
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,142
Latest member
arinsharma
Top