Libraries
»
rspec-performance
(0.1.0)
»
Index (V)
»
Spec
»
Performance
»
VERSION
Module: Spec::Performance::VERSION
Defined in:
lib/spec/performance/version.rb
Constant Summary
collapse
MAJOR =
0
MINOR =
1
TINY =
0
STRING =
[
MAJOR
,
MINOR
,
TINY
]
.
join
(
"
.
"
)