fastlane-plugin-flutter_version 1.1.5 → 1.1.10

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: 77b4eac475f3eb70c8feb68197cccb6d14fce2f459604f7f551c20c34a2b4910
4
- data.tar.gz: d6b717370bf36ab403aa35c970c189fc7ffafc7cd9a2c3b5d6fb241646b72620
3
+ metadata.gz: 8947107f6181ea2ca0a090c48a6e10c0301d37951ff415f16d73e25180a7efd2
4
+ data.tar.gz: 2ebac4c65c3d4d9ab92b8b5178c4cff52693b649c3046bd922000f8b71d07bdb
5
5
  SHA512:
6
- metadata.gz: 109682abef21f09f298029cf47d57dd91478f5fd2098457a01c2cdb7d42c7fcbc12db1928c82ec850132ee621bf24a776558339bf8c19aa7fab25e7b77509b7f
7
- data.tar.gz: f287b3353f314765f2b076894f0712617c637ca5b29e0ede55f5ed81fe0df97025e97565e2102ee20d8f6b79025fcb0a12a852b04ab7a2d9d6d48dc24a9aa27e
6
+ metadata.gz: 4b9544e5755ae19bf53e680c15f0636672c491da242fd062d405955b9b68ea8ac3012d04cbcb0ef9cabbc5fdf0b4b33d87d45211b3dcd4221e502e553fbc6059
7
+ data.tar.gz: 522f934def910141972e25c9ee8a418a9d0953b5191d9d5acdab3289dd4d7e1134b349755068345e4c5564aa469a8186476869328deb512149d47b955584cec7
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.1.5'
5
+ VERSION = '1.1.10'
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.1.5
4
+ version: 1.1.10
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-18 00:00:00.000000000 Z
11
+ date: 2021-06-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler