Sha256: 106e70524fc9a208001f58d928161855d0048fc245dc7d22e2981e68dcd16ebf
Contents?: true
Size: 416 Bytes
Versions: 3
Compression:
Stored size: 416 Bytes
Contents
require "fastlane/actions/min_fastlane_version" module Fastlane module Actions class FastlaneVersionAction < MinFastlaneVersionAction ##################################################### # @!group Documentation ##################################################### def self.description "Alias for the `min_fastlane_version` action" end end end end
Version data entries
3 entries across 3 versions & 1 rubygems