Sha256: 0f17dcdfebf6dc98f0dbd4980881b3aee9ba9232b6115d06e13660e8613d4bee

Contents?: true

Size: 719 Bytes

Versions: 1

Compression:

Stored size: 719 Bytes

Contents

# ToWords

This Gem converts numbers into words.

e.g.

    25.to_words('dative') # "двадцати пяти" 
    70.to_words('dative') # "семидесяти" 
    70.to_words() # "семьдесят" 

## Installation

Add this line to your application's Gemfile:

    gem 'to_words', git: 'git://github.com/VasiliyG/to_words.git', tag: 'v1.0.7'

And then execute:

    $ bundle

## Usage

TODO: Write usage instructions here

## Contributing

1. Fork it ( https://github.com/VasiliyG/to_words/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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
to_russian_words-1.1.1 README.md