Module: Canalizador
- Defined in:
- lib/canalizador.rb,
lib/canalizador/utils.rb,
lib/canalizador/version.rb,
lib/canalizador/ios_utils.rb,
lib/canalizador/jira_utils.rb
Defined Under Namespace
Classes: IosUtils, JiraUtils, Utils
Constant Summary collapse
- VERSION =
'0.6.0'
Class Method Summary collapse
- .fetch_certificates_and_profiles(app_bundle_ids) ⇒ Object
- .generate_release_notes(branch, version) ⇒ Object
- .upload_certificates_and_profiles(type) ⇒ Object
Class Method Details
.fetch_certificates_and_profiles(app_bundle_ids) ⇒ Object
19 20 21 |
# File 'lib/canalizador.rb', line 19 def self.fetch_certificates_and_profiles(app_bundle_ids) IosUtils.fetch_certificates_and_profiles(app_bundle_ids) end |
.generate_release_notes(branch, version) ⇒ Object
11 12 13 |
# File 'lib/canalizador.rb', line 11 def self.generate_release_notes(branch, version) JiraUtils.generate_release_notes(branch, version) end |
.upload_certificates_and_profiles(type) ⇒ Object
15 16 17 |
# File 'lib/canalizador.rb', line 15 def self.upload_certificates_and_profiles(type) IosUtils.upload_certificates_and_profiles(type) end |