File: version.rb

package info (click to toggle)
ruby-webmock 3.26.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,196 kB
  • sloc: ruby: 12,859; makefile: 6
file content (5 lines) | stat: -rw-r--r-- 107 bytes parent folder | download
1
2
3
4
5
# frozen_string_literal: true

module WebMock
  VERSION = '3.26.1' unless defined?(::WebMock::VERSION)
end