Sha256: c464b25a14e457b1e30aa5c9b2d6c0cc974a01b7bf25b93aa37b8a1a3717bd74
Contents?: true
Size: 318 Bytes
Versions: 1
Compression:
Stored size: 318 Bytes
Contents
module Rspec # :nodoc: module Mocks # :nodoc: module Version # :nodoc: unless defined?(MAJOR) MAJOR = 2 MINOR = 0 TINY = 0 PRE = 'a5' STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') SUMMARY = "rspec-mocks " + STRING end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rspec-mocks-2.0.0.a5 | lib/rspec/mocks/version.rb |