fastlane-plugin-fivethree_ionic 0.2.6 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eab0b938096911f9d3a52c230e284bfeaa684b3a7735fb219ad4f1cbff684493
4
- data.tar.gz: 49b946c1623b6aafd8efa10b9734e1c82f446f7f2c9e13ceb3b58f8b51d73482
3
+ metadata.gz: 9db80fa0b8501de5dc57cfd81094eb31488fdd30b4ffa2bd82ba387aa6c06800
4
+ data.tar.gz: 26c8de6bfcd381818521f6e03d40b5f4ed8710fb44b45f9aeec80e8f7796d6ae
5
5
  SHA512:
6
- metadata.gz: 982fa89ea69925ff6ebc12f28d471dce44981d33fb209c6a45d27a6422738663ca908370a22089d06d841ae2cb4d7ee93201eaae38f31effd85193c2ec2b8ea1
7
- data.tar.gz: f811990d7994ef1b186839845d74e8b47c0b7bb5d28078c7b54c29d1a18fda28aa481d2eb68639f9653e0e78147fd9ce71e1aa627c59eadfab7f2a006370152c
6
+ metadata.gz: 733488c38bf37fa7e228f31786b49d56263f0672d6ae7e493f50198634ef06ac6c895d5e209b027a395c52d4089ade28516b942eb0df7b797996303cea72305c
7
+ data.tar.gz: 55e00ef0237591c8fcf5e041b9ec27a0c7caa83f676773f58f055bab38a4e1cee5372a60b76212caee5c8545256bd7bda2f8fbc7f07adc7ae6608c8967bf0d77
@@ -46,9 +46,9 @@ module Fastlane
46
46
  UI.user_error!("Couldn't find clients folder at path '#{value}'") unless File.directory?(value)
47
47
  end),
48
48
  FastlaneCore::ConfigItem.new(
49
- key: : client,
49
+ key: :client,
50
50
  env_name: "FIV_CLIENT", # The name of the environment variable
51
- description: "client to select", # a short description of this parameter",
51
+ description: "client to select", # a short description of this parameter"
52
52
  is_string: true)
53
53
  ]
54
54
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module FivethreeIonic
3
- VERSION = "0.2.6"
3
+ VERSION = "0.2.7"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-fivethree_ionic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marc Stammerjohann