Sha256: bf1eefc72fabe1e450e40b2d94b587e95351cf34d85318e75250963a1e666790

Contents?: true

Size: 622 Bytes

Versions: 5

Compression:

Stored size: 622 Bytes

Contents

# Codebreaker

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'ep-codebreaker'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install ep-codebreaker

## Usage

```ruby
require 'bundler/setup' # if you use bundler
require 'ep-codebreaker'
require 'ep-codebreaker/console_app'

app = Codebreaker::ConsoleApp.new
app.run
```


## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/epoberezhny/Codebreaker.


## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ep-codebreaker-0.3.0 README.md
ep-codebreaker-0.2.1 README.md
ep-codebreaker-0.2.0 README.md
ep-codebreaker-0.1.2 README.md
ep-codebreaker-0.1.1 README.md