File: version.rb

package info (click to toggle)
ruby-rspec-memory 1.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 108 kB
  • sloc: ruby: 171; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 167 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2019-2023, by Samuel Williams.

module RSpec
	module Memory
		VERSION = "1.0.4"
	end
end