Sha256: 9f1721394bb171447f3a251a8517c47980e29b7f5fe49a8f4ca2240e6e7f9831
Contents?: true
Size: 293 Bytes
Versions: 1
Compression:
Stored size: 293 Bytes
Contents
module Spec module Rails module VERSION #:nodoc: unless defined? MAJOR MAJOR = 1 MINOR = 1 TINY = 11 MINESCULE = 3 STRING = [MAJOR, MINOR, TINY, MINESCULE].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.3 | lib/spec/rails/version.rb |