Sha256: 4b57b4aa238a7ca430b27d5efd60dc81768759d7e31f29333cbdab2331d8705d

Contents?: true

Size: 302 Bytes

Versions: 1

Compression:

Stored size: 302 Bytes

Contents

# frozen_string_literal: true

module Roseflow
  module Proxycurl
    def self.gem_version
      Gem::Version.new(VERSION::STRING)
    end

    module VERSION
      MAJOR = 0
      MINOR = 5
      PATCH = 1
      PRE = nil

      STRING = [MAJOR, MINOR, PATCH, PRE].compact.join(".")
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
roseflow-proxycurl-0.5.1 lib/roseflow/proxycurl/version.rb