fastlane-plugin-bitbucket_cloud 0.1.0 → 0.2.0
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 +3 -3
- data/lib/fastlane/plugin/bitbucket_cloud/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: c05898f2847f189f3c984ea0b7c457c0604565c303a4e993b8a8f0f0cc775123
|
4
|
+
data.tar.gz: 7be76bdb1c69f2c4a8a19cd5fc2c3f89a1b910c0e81f8eac09bd094ec5a24352
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7837c51e7f78bf656f00a9cea4b13c047818dd99f62a018a54b09cb733215f47425d1679042344fa7930c8f914d8db8cd7bfb240ddee51dbd55e3624a819b04a
|
7
|
+
data.tar.gz: 0f394e3395f81189067d762c5504684fae33b3809d7f544a0380698bbcde0c2e67e3b4b890118a0924ff45038ff48680f99ad98e78c9d8851c7cb3036218282a
|
data/README.md
CHANGED
@@ -1,13 +1,13 @@
|
|
1
|
-
#
|
1
|
+
# fastalane bitbucket_cloud plugin
|
2
2
|
|
3
3
|
[](https://rubygems.org/gems/fastlane-plugin-bitbucket-cloud)
|
4
4
|
|
5
5
|
## Getting Started
|
6
6
|
|
7
|
-
This project is a [_fastlane_](https://github.com/fastlane/fastlane) plugin. To get started with `
|
7
|
+
This project is a [_fastlane_](https://github.com/fastlane/fastlane) plugin. To get started with `bitbucket_cloud plugin`, add it to your project by running:
|
8
8
|
|
9
9
|
```bash
|
10
|
-
fastlane add_plugin
|
10
|
+
fastlane add_plugin bitbucket_cloud
|
11
11
|
```
|
12
12
|
|
13
13
|
## About bitbucket-cloud
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-bitbucket_cloud
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Luca Tagliabue
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-01-
|
11
|
+
date: 2024-01-30 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email: lu.tagliabue@reply.it
|
@@ -22,7 +22,7 @@ files:
|
|
22
22
|
- lib/fastlane/plugin/bitbucket_cloud/actions/bitbucket_create_pull_request.rb
|
23
23
|
- lib/fastlane/plugin/bitbucket_cloud/helper/bitbucket_cloud_helper.rb
|
24
24
|
- lib/fastlane/plugin/bitbucket_cloud/version.rb
|
25
|
-
homepage:
|
25
|
+
homepage: https://github.com/lukluca/fastlane-plugin-bitbucket-cloud
|
26
26
|
licenses:
|
27
27
|
- MIT
|
28
28
|
metadata:
|