Sha256: 2a0c73da517830764ce6a86252f995d949d07bc773ab6e74cadfadb1ab0c0b06

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   = 99
        MINESCULE = 1

        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.99.1 lib/spec/rails/version.rb