How Do I Create And Publish My First Ruby Gem?

Link: http://rubylearning.com/blog/how-do-i-create-and-publish-my-first-ruby-gem/ (sent via Shareaholic-Publishers)

----
What's a Ruby Gem?
To solve various problems with Ruby, you might develop your own libraries. Also, you might want to open-source your libraries to get help from the Ruby community and have many developers working on the same.

A gem is a packaged Ruby application or library. RubyGems is the st

Comments

Popular posts from this blog

Rails Memcache issues

Enabling password authentication for new ec2 box | ssh, ssh config, EC2 setup, new user in EC2, PasswordAuthentication

What's the difference between "include" and "require" in Ruby?