Sha256: 2cdf18cd11b00dae6c9bc36c0815524268c56271dc359683a7e7d648689e0014

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 = 0
      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.0 lib/roseflow/proxycurl/version.rb