File: version.rb

package info (click to toggle)
ruby-rspec-retry 0.6.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 220 kB
  • sloc: ruby: 574; makefile: 6
file content (5 lines) | stat: -rw-r--r-- 59 bytes parent folder | download | duplicates (2)
1
2
3
4
5
module RSpec
  class Retry
    VERSION = "0.6.2"
  end
end