File: version.rb

package info (click to toggle)
ruby-rspec-its 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 148 kB
  • sloc: ruby: 436; sh: 28; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 58 bytes parent folder | download
1
2
3
4
5
module RSpec
  module Its
    VERSION = "1.3.0"
  end
end