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.('cryptex', __dir__))
- VERSION =
"0.1.5"
- DESCRIPTION =
"cryptex"
Class Method Summary collapse
-
.all_classes ⇒ Object
Return all .rb files inside the “actions” and “helper” directory.
Class Method Details
.all_classes ⇒ Object
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.('**/{actions,helper}/*.rb', File.dirname(__FILE__))] end |