File: version.rb

package info (click to toggle)
ruby-rspec-temp-dir 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 128 kB
  • sloc: ruby: 97; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 62 bytes parent folder | download
1
2
3
4
5
module Rspec
  module TempDir
    VERSION = "1.1.0"
  end
end