fastlane-plugin-flutter_version 1.1.2 → 1.1.7

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: ef389291a51c6b53df9ef74906611656738709316729bdf98ceb99d4c5d9e44a
4
- data.tar.gz: 81f62885f7f7d7a7096e7348087705e59a2f2be47932abaf9131bf8f65c5f910
3
+ metadata.gz: 7d999c64c2bba27a883e48d70740f60fd13517c824ae8481656663f5d423ebf6
4
+ data.tar.gz: 87db3e43683bc5150fee3b56f1489f950468d4ba0b96a8b2969ce1c42e639ef0
5
5
  SHA512:
6
- metadata.gz: 4ce0177730d79be32b3f5122ba751cccba5f3f9e2f14c8075c6f182ecf1e181157dc5ac6195113e5f7ce89c296e43aa6378cc65fb70fcc5b6caf73ab25ef1fb7
7
- data.tar.gz: 41abaa23dd1067c9d1e48f5794320b6a3ce71d01f52c82bd4156d215381ecc3a343b423d100f7672b299bac2c3a6689e8d0c4b294206fa9ffb4d2e9adeb7b164
6
+ metadata.gz: 552ade8e849dcbf07204defca7270a0bc03f77e45a99a5817b54acc1eb6075832694c995ca505ce8d7eb6ebedfb3756bc2ef7406b55b57168a0844cef5288f78
7
+ data.tar.gz: 13469c2f9bc9bddb9021cacc9d851a473c85772f32d3d0949ec1627245c139a345eafcc6b6844fb958a1232041c29b3cc1f0e32e4cdfe9c2234b4b5fa1e33d9d
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.2'
5
+ VERSION = '1.1.7'
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.2
4
+ version: 1.1.7
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