fastlane-plugin-ionic_conf 0.1.2 → 0.1.3

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: d750669942ccf675b06d4b2d1cd2d09b5747762a464b6bff5013cedd36efbb7e
4
- data.tar.gz: b2ce32d78d6e10f386fc9c8a6c5b00a68bf4bd2381911fa9d11fcbd648b5e625
3
+ metadata.gz: df33f8e4660b7f4305debc54e9904e030a528c56729cb764a004a619ee9dd197
4
+ data.tar.gz: 9ce45cd5468eac798a81935e34ce685d4f8528630ef24349bc3872ed998a8c25
5
5
  SHA512:
6
- metadata.gz: 47b5a1ec0511ccbcc8c5d797531a6c79f99353cb79e31ff62acf3bd7b894797f17d994bbc11ebd165f6cc9c9b50bc5bb1c12131c9f4b0f718cba20c2aed86298
7
- data.tar.gz: c57f5326549557028c3f33e4acbad1ea858363621c309ba24bab3da14e54c017fe34299e80a03390aa773a51ab60cdd1c5f54c6391431b1a9314b6ce081df58e
6
+ metadata.gz: b17b3ee66cd28e3314a758113682c03c59e6d85f87ff96ec36e2860956909d430d4fe47424a2da920cb2dbb0ad3cb5a72ac6d489c2300c67d199faeb41f40d09
7
+ data.tar.gz: e5fc05e97677f7fefdc3b4ceae31a2cda13e3b1b37f90d612bc9ad6642ca079caa38b0d3f1d5d1d28f14f592c7cef8024c4c03d26a0311ab572425d2385acc6d
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module IonicConf
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-ionic_conf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zac Burrage
@@ -103,9 +103,9 @@ files:
103
103
  - LICENSE
104
104
  - README.md
105
105
  - lib/fastlane/plugin/ionic-conf.rb
106
- - lib/fastlane/plugin/ionic-conf/actions/ionic_action.rb
107
- - lib/fastlane/plugin/ionic-conf/helper/ionic_helper.rb
108
- - lib/fastlane/plugin/ionic-conf/version.rb
106
+ - lib/fastlane/plugin/ionic_conf/actions/ionic_action.rb
107
+ - lib/fastlane/plugin/ionic_conf/helper/ionic_helper.rb
108
+ - lib/fastlane/plugin/ionic_conf/version.rb
109
109
  homepage: https://github.com/zdburrage/fastlane-plugin-ionic
110
110
  licenses:
111
111
  - MIT