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