File: version.rb

package info (click to toggle)
ruby-shoulda-context 2.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 476 kB
  • sloc: ruby: 1,712; sh: 200; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 71 bytes parent folder | download | duplicates (2)
1
2
3
4
5
module Shoulda
  module Context
    VERSION = "2.0.0".freeze
  end
end