Sha256: cdb6c96cad461758091fe570c2b597588acb89bbfc6790fcffb271a527dc9f25

Contents?: true

Size: 1.78 KB

Versions: 1

Compression:

Stored size: 1.78 KB

Contents

[![Quality](https://codeclimate.com/github/lucasmartins/memory-dictionary.png)](https://codeclimate.com/github/lucasmartins/memory-dictionary) [![Coverage](https://codeclimate.com/github/lucasmartins/memory-dictionary/coverage.png)](https://codeclimate.com/github/lucasmartins/memory-dictionary) [![Build](https://travis-ci.org/lucasmartins/memory-dictionary.svg)](https://travis-ci.org/lucasmartins/memory-dictionary)

Memory Dictionary
=================

**IN PROGRESS**

Install
=======

You can:
```
  $ gem install memory_dictionary
```

Or just add it to your Gemfile
```ruby
  gem 'memory_dictionary', '~> 1.0'
```

Use
===

Check the [specs](https://github.com/ContaBoa/memory_dictionary/tree/master/spec)

Docs
====
You should check the [factories](https://github.com/ContaBoa/memory_dictionary/tree/master/spec/factories) to learn what you need to build your objects, and the [tests](https://github.com/ContaBoa/memory_dictionary/tree/master/spec/MemoryDictionary) to learn how to use them. But hey, we have docs [right here](http://rdoc.info/github/ContaBoa/memory_dictionary/master/frames).

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](https://github.com/ContaBoa/memory_dictionary), 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](https://github.com/ContaBoa/memory_dictionary/issues) page and we'll do what we can to help.

License
=======

Please see [LICENSE](https://github.com/lucasmartins/memory_dictionary/blob/master/LICENSE) for licensing details.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
memory_dictionary-1.0.0 Readme.md