fastlane-plugin-ionic_capacitor 0.4.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 285facaf51d469af93cd67d8b7b46b73928e1a5cc5e20ecab153aac8b96e0596
|
|
4
|
+
data.tar.gz: a342b0daa2d2d0d2d5991811dc1c60b3cff1e2f78529a6d24ca4fddd533780d6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0cda4951e3740b05737cafda09a1560277e45ab2f0d40d6600b5bf8c8ecf2d4d6e042b1b5c412b86392b7f5b22f86f55cddffa01a17f452453cd5bcb5f0681e8
|
|
7
|
+
data.tar.gz: 8422a32aafc6e583d0b5fe372ee6b0d66fc8f3ab6e368c32260d0b3b5334313603b275aeb634fb5aba391c99635f1f9d24cb940f202ddb50b707509fa0a8fab2
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
require 'fastlane/plugin/ionic/version'
|
|
2
2
|
|
|
3
3
|
module Fastlane
|
|
4
|
-
module
|
|
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::
|
|
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.
|
|
4
|
+
version: 0.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ThatzOkay
|
|
@@ -100,11 +100,11 @@ extra_rdoc_files: []
|
|
|
100
100
|
files:
|
|
101
101
|
- LICENSE
|
|
102
102
|
- README.md
|
|
103
|
-
- lib/fastlane/plugin/ionic.rb
|
|
104
|
-
- lib/fastlane/plugin/ionic/actions/ionic_action.rb
|
|
103
|
+
- lib/fastlane/plugin/ionic/actions/ionic_capacitor_action.rb
|
|
105
104
|
- lib/fastlane/plugin/ionic/helper/ionic_helper.rb
|
|
106
105
|
- lib/fastlane/plugin/ionic/version.rb
|
|
107
|
-
|
|
106
|
+
- lib/fastlane/plugin/ionic_capacitor.rb
|
|
107
|
+
homepage: https://github.com/ThatzOkay/fastlane-plugin-ionic
|
|
108
108
|
licenses:
|
|
109
109
|
- MIT
|
|
110
110
|
metadata: {}
|
|
File without changes
|