Sha256: 027ec46fc256140649d047e7aa6baaf4e8df4acd8df8c90f4a614f6526280922

Contents?: true

Size: 919 Bytes

Versions: 2

Compression:

Stored size: 919 Bytes

Contents

# Dionysus Roadmap

## Target: 2.1.x

* Full documentation of current code
* Complete rspecs for current code
* `rake doc:release` to generate and deploy updated documentation
  * integrate with `rake release`

## Target: 2.2

* `rake version` tasks:
  * `rake version:bump:(major,minor,patch)`
  * `rake version:set[number]`
* `rake spec` should run and pass before `rake release`
  * `rake release` should then update documentation site with code coverage
* Add back String encoding helpers
* Add back String sanitization method(s)

## Target 2.3

* Add back String digest helpers

## Target 2.4

* Add back PasswordSalt class
  * Integrate with String digest helpers

## Target 2.5

* Password generation functionality

## Target 2.6

* Password strength testing functionality
  * ActiveModel validations for password strength

## Future/Ongoing

* Edge rails testing (i.e. Rails 4)
* Edge ruby testing (i.e. Ruby 2)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dionysus-2.2.0.0.pre1 docs/ROADMAP.md
dionysus-2.1.0 docs/ROADMAP.md