fastlane-plugin-rustore_connect 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/fastlane/plugin/rustore_connect/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dfa9a4b4e531e42522603b43c47185d0f9020fe84c85f34e1715c22d1a02f9bd
|
4
|
+
data.tar.gz: e5ddc0d1936bd6aa34e3d45b18bcb3a5162f738eeefea439637712710cc31d1e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4bc9751dc0e6c6cd98a8fc7b04978bd1a74a6915fbbe8b73806f2d2d28ac51b0345711d0b886d0f241f82b360d5497c86d4f9845683b1d4624e50c3cce305cc7
|
7
|
+
data.tar.gz: b32e764cf0d15b4dd892cc53bb3ea3aaa460bf3e948c8a8e2eac5f96c22db5491c1291c755619ee993a1d08cb5714a050508837c34103dd599438b74cc093e56
|
data/README.md
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
## Getting Started
|
6
6
|
This project is a [_fastlane_](https://github.com/fastlane/fastlane) plugin. To get started with `fastlane-plugin-rustore_connect`, add it to your project by running:
|
7
7
|
```bash
|
8
|
-
fastlane add_plugin
|
8
|
+
fastlane add_plugin rustore_connect
|
9
9
|
```
|
10
10
|
|
11
11
|
## About Fastlane Rustore Connect Plugin
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-rustore_connect
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mikhail Matsera
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-10-08 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email: mmatsera@gmail.com
|
@@ -23,7 +23,7 @@ files:
|
|
23
23
|
- lib/fastlane/plugin/rustore_connect/helper/rustore_connect_helper.rb
|
24
24
|
- lib/fastlane/plugin/rustore_connect/lib/rustore_connect_draft_strategy.rb
|
25
25
|
- lib/fastlane/plugin/rustore_connect/version.rb
|
26
|
-
homepage:
|
26
|
+
homepage: https://github.com/jetcore/fastlane-plugin-rustore_connect
|
27
27
|
licenses:
|
28
28
|
- MIT
|
29
29
|
metadata:
|