File: version.rb

package info (click to toggle)
ruby-process-executer 4.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 408 kB
  • sloc: ruby: 873; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 127 bytes parent folder | download
1
2
3
4
5
6
7
# frozen_string_literal: true

module ProcessExecuter
  # The current Gem version
  # @return [String]
  VERSION = '4.0.2'
end