fastlane-plugin-flutter_version 1.1.4 → 1.1.9

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: 670b4397890bb310deec392a317823c34f8b1f05a893722406a643543a276fc2
4
- data.tar.gz: 463f55a332eca718f322d014de707d17919800afc9781ac526207c220766f102
3
+ metadata.gz: 96c61d8ff8016e7f531bd575de464ed651564a7453d0bc17dde888ffa83428bf
4
+ data.tar.gz: b205764552720e4b79e24c07e718b0c80454a3be8484668379bf75be6e5930bb
5
5
  SHA512:
6
- metadata.gz: 3c3f5f1d14b14ab3b86efe0f9af12f5422d5fbe3e42d012320d536a91c95ce2e41c63b21532a72cd73a9e45a307c95c4144f48d556936c935128af31fd214bdf
7
- data.tar.gz: f65a25ad581ab74b06dd7ebd7f0c0cee3440d677e6d0d9746b64d8c58f9873c811e44ec2248f36d47755bc7e5f2f7b043d831ef87d049a2a523c7059730273e5
6
+ metadata.gz: b37f6244e563fc41501f59e8d6952260ed0cf944e171057ab3add84d65b6fc94f11be73e9df46e571711b826f7c5d18e81c36e1e76ee35a07d44c9ed468ce122
7
+ data.tar.gz: 8caf9dc373a41f6a3b226d572394b597d1b42e65f5a613fc35c954bf29db081c57c8065305b2646cc15807a918740711e1024f9819fc386e2d2e4c2733fa48f6
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.4'
5
+ VERSION = '1.1.9'
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.4
4
+ version: 1.1.9
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