Sha256: 1462764f08bc645261077b12f540575d2e748427bb58b0824414a101fd66de3e
Contents?: true
Size: 458 Bytes
Versions: 22
Compression:
Stored size: 458 Bytes
Contents
require 'fastlane/plugin/aws_s3/version' module Fastlane module AwsS3 # Return all .rb files inside the "actions" and "helper" directory def self.all_classes Dir[File.expand_path('**/{actions,helper}/*.rb', File.dirname(__FILE__))] end end end # By default we want to import all available actions and helpers # A plugin can contain any number of actions and plugins Fastlane::AwsS3.all_classes.each do |current| require current end
Version data entries
22 entries across 22 versions & 1 rubygems