thoughtbot--shoulda-matchers/lib/shoulda/matchers/version.rb

6 lines
71 B
Ruby

module Shoulda
module Matchers
VERSION = "1.0.0.beta1"
end
end