Skip to content

A general purpose memory dictionary for quick and dirty - one way - translations.

License

Notifications You must be signed in to change notification settings

ContaBoa/memory-dictionary

 
 

Repository files navigation

Quality Coverage Build

Memory Dictionary

IN PROGRESS

Install

You can:

  $ gem install memory_dictionary

Or just add it to your Gemfile

  gem 'memory_dictionary', '~> 1.0'

Use

Check the specs

Docs

You should check the factories to learn what you need to build your objects, and the tests to learn how to use them. But hey, we have docs right here.

Roadmap

  • Binary search;
  • Redis backend;
  • Postgres backend;
  • HTTP (webservice) interface - so you don't need to be coding Ruby to use it!;

Contribute

Just fork MemoryDictionary, add your feature+spec, and make a pull request. DO NOT mess up with the version file though.

Support

This is an opensource project so don't expect premium support, but don't be shy, post any troubles you're having in the Issues page and we'll do what we can to help.

License

Please see LICENSE for licensing details.

About

A general purpose memory dictionary for quick and dirty - one way - translations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%