No release in over 3 years
Low commit activity in last 3 years
A simple Hello World gem (based on rubygems.org introductory tutorial)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.9
~> 0.10.0
~> 10.0
>= 3.2.3, ~> 3.2
 Project Readme

HelloWorldProject

New to Ruby? New to git? Bewildered by gems and pull requests? Me too! Let's start small together and say hello to the beautiful world of Ruby gems and open source technology.

How it works

We want everyone to have the chance to say hello in whichever language they prefer. Have a look at (this class)[https://github.com/elsapet/hello_world_project/blob/master/lib/hello_world_project/translate.rb]. Is your language in the SUPPORTED_LANGUAGES hash? If not, (add it)[https://github.com/elsapet/hello_world_project#contributing]! If so, is it correct? Can you think of another greeting to add? (Add that one instead)[https://github.com/elsapet/hello_world_project#contributing]!

Installation

Add this line to your application's Gemfile:

gem 'hello_world_project'

And then execute:

$ bundle

Or install it yourself as:

$ gem install hello_world_project

Usage

Contributing

It's easy!

  1. Fork it ( https://github.com/[my-github-username]/hello_world_project/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request