Sha256: 38ab5d953037582dc67cb0dcc90a8727d4e5cdf96873e03775de79276f946aff
Contents?: true
Size: 461 Bytes
Versions: 3
Compression:
Stored size: 461 Bytes
Contents
require 'fastlane/plugin/aws_sns/version' module Fastlane module AwsSns # 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::AwsSns.all_classes.each do |current| require current end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fastlane-plugin-aws_sns-0.2.0 | lib/fastlane/plugin/aws_sns.rb |
fastlane-plugin-aws_sns-0.1.2 | lib/fastlane/plugin/aws_sns.rb |
fastlane-plugin-aws_sns-0.1.1 | lib/fastlane/plugin/aws_sns.rb |