[Proposal] RSpec support policy · Issue #158 · jnicklas/turnip (original) (raw)
Motivation
Now, jnicklas/turnip
supports multiple version of RSpec (See: .travis.yml):
- RSpec 2.14.x
- RSpec 2.99.x
- RSpec 3.0.x
- RSpec 3.1.x
- RSpec 3.2.x
- RSpec 3.3.x
I think there are too many.
Proposed changes for support version
Ideally, latest version only.
But, I think everyone is not able to use the latest version.
And, many developers are using 2.14.x
yet (maybe..).
Therefore, We propose the following policy:
- Latest version
- Previous version
- 2.14.x version
Example:
- RSpec 3.3.x
- RSpec 3.2.x
- RSpec 2.14.x
In the future
When RSpec 4
was released, will stop support for RSpec 2.14.x
.