[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Where to upload a ruby script to share it?

Andrés Suárez

8/4/2008 9:36:00 PM

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
--
Posted via http://www.ruby-....

3 Answers

Gregory Brown

8/4/2008 9:41:00 PM

0

On Mon, Aug 4, 2008 at 5:35 PM, Andr=E9s Su=E1rez <ansuga@gmail.com> wrote:
> 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/sa... | Non-tech stuff at:
http://metametta.bl...

Suraj Kurapati

8/4/2008 11:03:00 PM

0

Andrés Suárez wrote:
> 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/...
--
Posted via http://www.ruby-....

Andrés Suárez

8/5/2008 2:53:00 PM

0

:), thanks for your answers. I've made a gist
(http://gist.githu...), and send it to the Units Library
Administrator.

Thanks again,
Andrés Suárez
--
Posted via http://www.ruby-....