Is there or why not having a ruby technology specification similar to Java's JSR?
- by romeu.hcf
I think on a community portal where specifications are made, documented and specified to reference libraries and systems implementation.
An example:
A specification for Message Queue where redis clients, for instance, could implement it and where the libraries could be validated by the specification's test suite.
Redic, redis-rb, hiredis, redis-connection-pool, redis-namespace should all implement this specification. This way, being easily replaced.