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