Sha256: 1cefe1c42fcdd230593ff57d5970677a85dc79df6e3686d47c16c187d4b26a78
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 = 5 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.5 | lib/roseflow/proxycurl/version.rb |