Sha256: 7b92a8ac330b7295b54cbe3730f9379d16c26d75957dea50148a1110e638a12a
Contents?: true
Size: 321 Bytes
Versions: 3
Compression:
Stored size: 321 Bytes
Contents
module Spec # :nodoc: module Rails # :nodoc: module VERSION # :nodoc: unless defined? MAJOR MAJOR = 1 MINOR = 3 TINY = 4 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') SUMMARY = "rspec-rails #{STRING}" end end end end
Version data entries
3 entries across 3 versions & 3 rubygems
Version | Path |
---|---|
radiant-1.0.0 | ruby-debug/ruby/1.8/gems/rspec-rails-1.3.4/lib/spec/rails/version.rb |
richzhou-rspec-rails-1.3.4 | lib/spec/rails/version.rb |
rspec-rails-1.3.4 | lib/spec/rails/version.rb |