fastlane-plugin-ionic_capacitor 0.4.0 → 0.5.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: 96e8bc700b698dcbdc252e96e6df05c79440eb267ce640e3824efd4ab33b6da1
4
- data.tar.gz: 19c45517d295414d9fce86b95ce00491471cb55c40629cd5085443f954294428
3
+ metadata.gz: f4994e05614817f7538108997fbd288c7e6553d30d0aa88a59b11346da3845e1
4
+ data.tar.gz: d580040d13f0e640175bf77c04130d338b4e747d6baf9e1665c5cfe835d2d8a5
5
5
  SHA512:
6
- metadata.gz: d95d5443aac7be483c8e7b85eb34f704a8a9842723951de719cda984f6f10889fea9995be41c2ec8fffae8c949a6132ebf4a52a978ac74ae0fd12b26460f3753
7
- data.tar.gz: a6da0ee24149512a559f23541b435cadc1c0e5e2f8c5c0f477b24fcf6f32b9e967751d247dacd7f71aa3603d9e5baa3526bae6de27d8db7ee1d210178a705186
6
+ metadata.gz: 43e7ff88729669e0c0ffa44198b87ae13513760a08f6b8e973e4a7af466c1855d872fde6b8352ff022bf9f505b31f6419b363d02f0c85b300f68f08cd97ef293
7
+ data.tar.gz: 4c32ecf05cb584177a36166a602a4db920f5376cd8a8823aecb2d240ce0afa512768246659e903cefcd848ef450fa30e4502d38e57837857655c869d1c475fd2
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Ionic
3
- VERSION = "0.4.0"
3
+ VERSION = "0.5.0"
4
4
  end
5
5
  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.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - ThatzOkay
@@ -100,10 +100,10 @@ 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
106
+ - lib/fastlane/plugin/ionic_capacitor.rb
107
107
  homepage: https://github.com/ThatzOkay/fastlane-plugin-ionic-capacitor
108
108
  licenses:
109
109
  - MIT