fastlane-plugin-flutter_version 1.1.5 → 1.1.6
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 +8 -5
- 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: e5179056b39fc716ff141415cf740770531b2c5f18f8c73464aab7304bf6f4a7
|
|
4
|
+
data.tar.gz: 45c21cc4dc2044b74af21dd297639b1ac888aad3c51e7343207ca7a11a1ddc77
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ced2638129f757fe750b6a59f07b623cb671f9393091a6cfd82cc76dadf77dc43aa29e62a98c90f6ab6fd6b42cfadc303c546b14280ba00f070a2cb9f669967a
|
|
7
|
+
data.tar.gz: 1629c75f84ffc4df26e56db4f9547fa62d2d74840913b093b1bb5601244568a89b6b6a652556b0ca6318a8f7b7c0185f089664512d1e92a0392ae77ed3e893af
|
data/README.md
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
# flutter_version (Fastlane plugin)
|
|
2
|
+
|
|
3
|
+
<!-- prettier-ignore-start -->
|
|
2
4
|
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
|
3
5
|
[](#contributors-)
|
|
4
6
|
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
|
7
|
+
<!-- prettier-ignore-end -->
|
|
5
8
|
|
|
6
9
|
[](https://rubygems.org/gems/fastlane-plugin-flutter_version)
|
|
7
|
-
[](https://gitpod.io/#https://github.com/tianhaoz95/fastlane-plugin-flutter_version)
|
|
10
|
+
[](https://gitpod.io/#https://github.com/tianhaoz95/fastlane-plugin-flutter_version)
|
|
8
11
|
[](https://codecov.io/gh/tianhaoz95/fastlane-plugin-flutter_version)
|
|
9
12
|
|
|
10
13
|
flutter_version is a Fastlane plugin to retrieve version code from Flutter projects which can be used to release changlogs and other metadata to marketplaces.
|
|
@@ -103,10 +106,10 @@ end
|
|
|
103
106
|
|
|
104
107
|
### Available options
|
|
105
108
|
|
|
106
|
-
|
|
|
107
|
-
|
|
108
|
-
|
|
|
109
|
-
| `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://tianhaoz.com/fastlane-plugin-flutter_version/#/options?id=version-code-omission). | :white_check_mark: | `Boolean` |
|
|
109
|
+
| Name | Description | Optional | Type | Default |
|
|
110
|
+
| :------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------: | :-------: | :---------------: |
|
|
111
|
+
| `pubspec_location` | The location of the `pubspec.yaml` file (relative to `Fastfile`). For details, see [here](https://tianhaoz.com/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://tianhaoz.com/fastlane-plugin-flutter_version/#/options?id=version-code-omission). | :white_check_mark: | `Boolean` | `false` |
|
|
110
113
|
|
|
111
114
|
## About Fastlane
|
|
112
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.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- tianhaoz95
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-06-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|