fastlane-plugin-ionic_capacitor 0.5.0 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f4994e05614817f7538108997fbd288c7e6553d30d0aa88a59b11346da3845e1
4
- data.tar.gz: d580040d13f0e640175bf77c04130d338b4e747d6baf9e1665c5cfe835d2d8a5
3
+ metadata.gz: 285facaf51d469af93cd67d8b7b46b73928e1a5cc5e20ecab153aac8b96e0596
4
+ data.tar.gz: a342b0daa2d2d0d2d5991811dc1c60b3cff1e2f78529a6d24ca4fddd533780d6
5
5
  SHA512:
6
- metadata.gz: 43e7ff88729669e0c0ffa44198b87ae13513760a08f6b8e973e4a7af466c1855d872fde6b8352ff022bf9f505b31f6419b363d02f0c85b300f68f08cd97ef293
7
- data.tar.gz: 4c32ecf05cb584177a36166a602a4db920f5376cd8a8823aecb2d240ce0afa512768246659e903cefcd848ef450fa30e4502d38e57837857655c869d1c475fd2
6
+ metadata.gz: 0cda4951e3740b05737cafda09a1560277e45ab2f0d40d6600b5bf8c8ecf2d4d6e042b1b5c412b86392b7f5b22f86f55cddffa01a17f452453cd5bcb5f0681e8
7
+ data.tar.gz: 8422a32aafc6e583d0b5fe372ee6b0d66fc8f3ab6e368c32260d0b3b5334313603b275aeb634fb5aba391c99635f1f9d24cb940f202ddb50b707509fa0a8fab2
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
- module Ionic
3
- VERSION = "0.5.0"
2
+ module IonicCapacitor
3
+ VERSION = "0.6.0"
4
4
  end
5
5
  end
@@ -1,7 +1,7 @@
1
1
  require 'fastlane/plugin/ionic/version'
2
2
 
3
3
  module Fastlane
4
- module Ionic
4
+ module IonicCapacitor
5
5
  # Return all .rb files inside the "actions" and "helper" directory
6
6
  def self.all_classes
7
7
  Dir[File.expand_path('**/{actions,helper}/*.rb', File.dirname(__FILE__))]
@@ -11,6 +11,6 @@ end
11
11
 
12
12
  # By default we want to import all available actions and helpers
13
13
  # A plugin can contain any number of actions and plugins
14
- Fastlane::Ionic.all_classes.each do |current|
14
+ Fastlane::IonicCapacitor.all_classes.each do |current|
15
15
  require current
16
16
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-ionic_capacitor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - ThatzOkay
@@ -104,7 +104,7 @@ files:
104
104
  - lib/fastlane/plugin/ionic/helper/ionic_helper.rb
105
105
  - lib/fastlane/plugin/ionic/version.rb
106
106
  - lib/fastlane/plugin/ionic_capacitor.rb
107
- homepage: https://github.com/ThatzOkay/fastlane-plugin-ionic-capacitor
107
+ homepage: https://github.com/ThatzOkay/fastlane-plugin-ionic
108
108
  licenses:
109
109
  - MIT
110
110
  metadata: {}