fastlane-plugin-cordova 2.2.0 → 2.2.1

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
  SHA1:
3
- metadata.gz: 9f01ce96a7d44f759ec1eecc294bb7daa8a53a55
4
- data.tar.gz: 37d7246222432f7d981757adbbb0ea8d16962061
3
+ metadata.gz: c4fcfa570f048818cf3d723a6942a70d9d3d0780
4
+ data.tar.gz: 67d5599826b79a810d7603a773f5c1710cd3b8fd
5
5
  SHA512:
6
- metadata.gz: f3d4d7fee68cdba24c77e757a67662b1e5b3affe362dde6e08fab7781f44b999b6ceb6f527a321e3bca19b4eedb7aafddec412aad1dcb8a2894d964fcea04cd9
7
- data.tar.gz: 34c606673882c783a18db009936c694f3256b59b214c773b6a415f2a6f23352fdac688362a9c39439397b4c8707df2049b8a1f0e2fcf068320b171dbf304ce64
6
+ metadata.gz: 91367a3f62c5e08efb41f2835be7ec46a90cdc71c1bcde9d7c40c78d646e19fa4bb9870dbcc102492d26e9d12c9da52dc3b778fecf6f3a9a01cf1cf8e1c88370
7
+ data.tar.gz: 026b8be010fb912bf8f40fdb810654ad122bf22c4f52f9bf0c1f4b8a69c4624cd6f0219af1e2d6fa888a632581a2c3891f652f44d1d8ba5b000eb4c434e844b9
@@ -274,7 +274,7 @@ module Fastlane
274
274
  description: "Call `cordova compile` with `--buildConfig=<ConfigFile>` to specify build config file path",
275
275
  is_string: true,
276
276
  optional: true,
277
- defaultValue: ''
277
+ default_value: ''
278
278
  )
279
279
  ]
280
280
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Cordova
3
- VERSION = "2.2.0"
3
+ VERSION = "2.2.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-cordova
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Almouro