Sha256: ba2d58d26ae0f9051266460ad1cd05bce10dc6f867174c467495ce378cad4209
Contents?: true
Size: 301 Bytes
Versions: 1
Compression:
Stored size: 301 Bytes
Contents
module Spec module Rails module VERSION #:nodoc: unless defined? MAJOR MAJOR = 1 MINOR = 1 TINY = 11 MINESCULE = 7 STRING = [MAJOR, MINOR, TINY, MINESCULE].compact.join('.') SUMMARY = "rspec-rails #{STRING}" end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dchelimsky-rspec-rails-1.1.11.7 | lib/spec/rails/version.rb |