Sha256: 2af08b9446a883ded21cc59865a8e34dc559e892bc650433e52ad263cb82b72a

Contents?: true

Size: 239 Bytes

Versions: 1

Compression:

Stored size: 239 Bytes

Contents

module Spec # :nodoc:
  module VERSION # :nodoc:
    unless defined? MAJOR
      MAJOR  = 1
      MINOR  = 2
      TINY   = 4
      
      STRING = [MAJOR, MINOR, TINY].compact.join('.')

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rspec-1.2.4 lib/spec/version.rb