Module: Fastlane::Wpmreleasetoolkit
- Defined in:
- lib/fastlane/plugin/wpmreleasetoolkit.rb,
lib/fastlane/plugin/wpmreleasetoolkit/version.rb,
lib/fastlane/plugin/wpmreleasetoolkit/helper/user_agent.rb,
lib/fastlane/plugin/wpmreleasetoolkit/versioning/files/ios_version_file.rb,
lib/fastlane/plugin/wpmreleasetoolkit/versioning/files/android_version_file.rb,
lib/fastlane/plugin/wpmreleasetoolkit/versioning/calculators/date_version_calculator.rb,
lib/fastlane/plugin/wpmreleasetoolkit/versioning/formatters/abstract_version_formatter.rb,
lib/fastlane/plugin/wpmreleasetoolkit/versioning/calculators/date_build_code_calculator.rb,
lib/fastlane/plugin/wpmreleasetoolkit/versioning/formatters/four_part_version_formatter.rb,
lib/fastlane/plugin/wpmreleasetoolkit/versioning/formatters/simple_build_code_formatter.rb,
lib/fastlane/plugin/wpmreleasetoolkit/versioning/calculators/abstract_version_calculator.rb,
lib/fastlane/plugin/wpmreleasetoolkit/versioning/calculators/semantic_version_calculator.rb,
lib/fastlane/plugin/wpmreleasetoolkit/versioning/formatters/derived_build_code_formatter.rb,
lib/fastlane/plugin/wpmreleasetoolkit/versioning/calculators/marketing_version_calculator.rb,
lib/fastlane/plugin/wpmreleasetoolkit/versioning/calculators/simple_build_code_calculator.rb,
lib/fastlane/plugin/wpmreleasetoolkit/versioning/formatters/rc_notation_version_formatter.rb,
lib/fastlane/plugin/wpmreleasetoolkit/versioning/formatters/four_part_build_code_formatter.rb
Defined Under Namespace
Modules: Versioning
Constant Summary collapse
- VERSION =
'12.3.2'
- USER_AGENT =
'Automattic App Release Automator; https://github.com/wordpress-mobile/release-toolkit/'.freeze
Class Method Summary collapse
-
.all_classes ⇒ Object
Return all .rb files inside the “actions”, “helper” and “models” directories.
Class Method Details
.all_classes ⇒ Object
Return all .rb files inside the “actions”, “helper” and “models” directories
6 7 8 |
# File 'lib/fastlane/plugin/wpmreleasetoolkit.rb', line 6 def self.all_classes Dir[File.('**/{actions,helper,models,versioning}/**/*.rb', File.dirname(__FILE__))] end |