fastlane-plugin-flutter_version 1.1.7 → 1.1.12
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 +4 -4
- data/README.md +2 -2
- data/lib/fastlane/plugin/flutter_version/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a79e9efc3d511d154805c87ac1dd920ae3c772b354991b693dde3549182974bc
|
|
4
|
+
data.tar.gz: f75febaa5b9f02ed7907cb60097bb0896fd844663c637c308ef85395434bf782
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0c1fe95c5097be8f6a97f93976c4ebc034ad9c096388892c4b4637c95bcd6253febcab1cd79ca60927f22ab68dfbc69dbe84b361a35847c7cda438ee0f9fef62
|
|
7
|
+
data.tar.gz: 7a783804b36a25178c4e22f866423ebb7ce6e90347e4d1daaf4c1c1ebd7755ab2a48df759de365cb98c14aac65502ba1de79564549599b1003e744dfdffa99af
|
data/README.md
CHANGED
|
@@ -108,8 +108,8 @@ end
|
|
|
108
108
|
|
|
109
109
|
| Name | Description | Optional | Type | Default |
|
|
110
110
|
| :------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------: | :-------: | :---------------: |
|
|
111
|
-
| `pubspec_location` | The location of the `pubspec.yaml` file (relative to `Fastfile`). For details, see [here](https://
|
|
112
|
-
| `should_omit_version_code` | If the version code should be omitted for projects that do not use a version code. For details, see [here](https://
|
|
111
|
+
| `pubspec_location` | The location of the `pubspec.yaml` file (relative to `Fastfile`). For details, see [here](https://tianhaoz95.github.io/fastlane-plugin-flutter_version/#/options?id=flutter-config-file-location). | :white_check_mark: | `String` | `../pubspec.yaml` |
|
|
112
|
+
| `should_omit_version_code` | If the version code should be omitted for projects that do not use a version code. For details, see [here](https://tianhaoz95.github.io/fastlane-plugin-flutter_version/#/options?id=version-code-omission). | :white_check_mark: | `Boolean` | `false` |
|
|
113
113
|
|
|
114
114
|
## About Fastlane
|
|
115
115
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-flutter_version
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- tianhaoz95
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-06-
|
|
11
|
+
date: 2021-06-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|