fastlane-plugin-flutter_version 1.0.25 → 1.1.6

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: 747763148da823197251b721090ecc24d6c479a9e5e45cd1f0b6937d3a59da15
4
- data.tar.gz: da2cd57b6b1c7839b92f9abda07223c7346b4df0e8d4374fa9ca82dea014cc1b
3
+ metadata.gz: e5179056b39fc716ff141415cf740770531b2c5f18f8c73464aab7304bf6f4a7
4
+ data.tar.gz: 45c21cc4dc2044b74af21dd297639b1ac888aad3c51e7343207ca7a11a1ddc77
5
5
  SHA512:
6
- metadata.gz: d6d38cae7d20a26acca8efdd117ec34f21df5eeb129e460aca63bccef822cd2ad790830457e1993cfb2172f81db452f0f0ecdc1e17091d3aaa7a21d76793e9e6
7
- data.tar.gz: d5852dfa55191275f42b95bec964ccbdf34e9eaeed29f5eec192bb3d5ae0eb17958543677bd2bfaea626ee0095380e296b0f381a62cfe4daf5acca00172cf3ba
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
  [![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors-)
4
6
  <!-- ALL-CONTRIBUTORS-BADGE:END -->
7
+ <!-- prettier-ignore-end -->
5
8
 
6
9
  [![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://rubygems.org/gems/fastlane-plugin-flutter_version)
7
- [![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/tianhaoz95/fastlane-plugin-flutter_version)
10
+ [![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/tianhaoz95/fastlane-plugin-flutter_version)
8
11
  [![codecov](https://codecov.io/gh/tianhaoz95/fastlane-plugin-flutter_version/branch/master/graph/badge.svg)](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
- | Name | Description | Optional | Type | Default |
107
- |:---:|:---:|:---:|:---:|:---:|
108
- | `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` |
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` | `false` |
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
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Fastlane
4
4
  module FlutterVersion
5
- VERSION = '1.0.25'
5
+ VERSION = '1.1.6'
6
6
  end
7
7
  end
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.0.25
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-05-17 00:00:00.000000000 Z
11
+ date: 2021-06-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler