Sha256: f69a1421d96f2b8b0c5a5ad7c462d7f31db023d30dc7924545b20f90e5ef9ca6

Contents?: true

Size: 583 Bytes

Versions: 176

Compression:

Stored size: 583 Bytes

Contents

#!/usr/bin/env ruby

if RUBY_VERSION < '2.0.0'
  abort("fastlane requires Ruby 2.0.0 or higher")
end

$LOAD_PATH.push(File.expand_path("../../lib", __FILE__))

require "fastlane/cli_tools_distributor"

if Fastlane::CLIToolsDistributor.running_version_command?
  # This will print out the fastlane binary path right above the
  # version number. Very often, users are not aware they have
  # e.g. bundled fastlane installed
  puts("fastlane installation at path:")
  puts(File.expand_path(__FILE__))
  puts("-----------------------------")
end

Fastlane::CLIToolsDistributor.take_off

Version data entries

176 entries across 176 versions & 1 rubygems

Version Path
fastlane-2.105.2 bin/fastlane
fastlane-2.105.1 bin/fastlane
fastlane-2.104.0 bin/fastlane
fastlane-2.103.1 bin/fastlane
fastlane-2.103.0 bin/fastlane
fastlane-2.102.0 bin/fastlane
fastlane-2.101.1 bin/fastlane
fastlane-2.101.0 bin/fastlane
fastlane-2.100.1 bin/fastlane
fastlane-2.100.0 bin/fastlane
fastlane-2.99.1 bin/fastlane
fastlane-2.99.0 bin/fastlane
fastlane-2.98.0 bin/fastlane
fastlane-2.97.0 bin/fastlane
fastlane-2.96.1 bin/fastlane
fastlane-2.96.0 bin/fastlane
fastlane-2.96.0.beta.20180521050117 bin/fastlane
fastlane-2.96.0.beta.20180520050019 bin/fastlane
fastlane-2.96.0.beta.20180519050103 bin/fastlane
fastlane-2.96.0.beta.20180518050116 bin/fastlane