Sha256: d2dac0125a94e3c9f11ffcbc27bfbb590527b9f310d91d91af16f2350e798200

Contents?: true

Size: 303 Bytes

Versions: 1

Compression:

Stored size: 303 Bytes

Contents

# frozen_string_literal: true

module Roseflow
  module StabilityAI
    def self.gem_version
      Gem::Version.new VERSION::STRING
    end

    module VERSION
      MAJOR = 0
      MINOR = 1
      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-stabilityai-0.1.0 lib/roseflow/stabilityai/version.rb