Sha256: 97d66ae1a036cf2a883e30987c826b0e656c125ef3fea0e21d3bff75b551bec4

Contents?: true

Size: 181 Bytes

Versions: 1

Compression:

Stored size: 181 Bytes

Contents

# frozen_string_literal: true

module GoodJob
  # GoodJob gem version.
  VERSION = '4.1.0'

  # GoodJob version as Gem::Version object
  GEM_VERSION = Gem::Version.new(VERSION)
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
good_job-4.1.0 lib/good_job/version.rb