Sha256: 717449dd0406740f9f63bdcb8835c949c765f5cbef146089fb77980b923cfb44

Contents?: true

Size: 252 Bytes

Versions: 1

Compression:

Stored size: 252 Bytes

Contents

module Spec
  module VERSION
    unless defined? MAJOR
      MAJOR  = 1
      MINOR  = 1
      TINY   = 99
      MINESCULE = 4
      

      STRING = [MAJOR, MINOR, TINY, MINESCULE].compact.join('.')

      SUMMARY = "rspec #{STRING}"
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dchelimsky-rspec-1.1.99.4 lib/spec/version.rb