Module: Fastlane::Cryptex

Defined in:
lib/fastlane/plugin/cryptex.rb,
lib/fastlane/plugin/cryptex/setup.rb,
lib/fastlane/plugin/cryptex/runner.rb,
lib/fastlane/plugin/cryptex/encrypt.rb,
lib/fastlane/plugin/cryptex/options.rb,
lib/fastlane/plugin/cryptex/version.rb,
lib/fastlane/plugin/cryptex/git_helper.rb,
lib/fastlane/plugin/cryptex/change_password.rb,
lib/fastlane/plugin/cryptex/commands_generator.rb

Defined Under Namespace

Classes: ChangePassword, CommandsGenerator, Encrypt, GitHelper, Options, Runner, Setup

Constant Summary collapse

ROOT =
Pathname.new(File.expand_path('cryptex', __dir__))
VERSION =
"0.1.5"
DESCRIPTION =
"cryptex"

Class Method Summary collapse

Class Method Details

.all_classesObject

Return all .rb files inside the “actions” and “helper” directory



6
7
8
# File 'lib/fastlane/plugin/cryptex.rb', line 6

def self.all_classes
  Dir[File.expand_path('**/{actions,helper}/*.rb', File.dirname(__FILE__))]
end