fastlane-plugin-flutter_version 1.1.3 → 1.1.8

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: 898a0c032e445d7c6cd206e7390331c3626d5c67bd42b8e6333ceddb12098670
4
- data.tar.gz: ecc9f689ab65e73e8b01076abd79ebadf3704b75a7c0e5306f0231daa434e69f
3
+ metadata.gz: 43ce19da6d2c6feb40d8a07516a709ba3733e308a48aeef02a0d13e03a3aa54d
4
+ data.tar.gz: 8208a9fa34f9e4e193ef01e1ee0e1bf9ba8d859e39b77688b275334088ba7c14
5
5
  SHA512:
6
- metadata.gz: 9b57ed28418567ae153861bdd896ececf0a67140b546c13ded3dc368dc517b547782d97b7721196398dd8ba8cfe6123e843f1630e4cd343707355d467a4ecc65
7
- data.tar.gz: d57b106d02279bb17cf7e782fc0e5744105dd01d959e65c8f286f748b50ecff65493e6cb4fe9011e5f3604e9af94939524afdbd7f9bde9a54b8314c445fd210b
6
+ metadata.gz: bc87875e7d3d868a1c7e99f27613b64b3b29e5a3f4be98c57c741fdf3f9d60bbef932aa81b96c7e9c3e10056e1b1318e331ee58360f0a9cb2ddf54aa4f1beb46
7
+ data.tar.gz: bbd699d7fb0c0ff849cccd1fd48084f2985285126f49453733ff21ee341fbe79b764dc0e3b08c56e1f9b997e46fc7e62cc2e2cc6735a0d998172f5639b74c084
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.3'
5
+ VERSION = '1.1.8'
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.3
4
+ version: 1.1.8
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-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler