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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c67a44a51b40e1eca66f0e0d478dd94bc57dc765d1373b838e8b0d74f67a346b
4
- data.tar.gz: e8bf1dd71648b723852afcc1aaf41200064c05d186af4aae94b6f80b2faabf77
3
+ metadata.gz: c05898f2847f189f3c984ea0b7c457c0604565c303a4e993b8a8f0f0cc775123
4
+ data.tar.gz: 7be76bdb1c69f2c4a8a19cd5fc2c3f89a1b910c0e81f8eac09bd094ec5a24352
5
5
  SHA512:
6
- metadata.gz: f51e2ed8c96c7bbeed313dc8fd8ce8ed5a04e308121448183666ae2b050b31ad040664742736b97615650f3f987a833c742d56a2a97c339c842d4f52f2c444e3
7
- data.tar.gz: '094eba38fe354d5782f7205c409f0cc721674513e10ec6ccbfa7bfc37132c7fe850c72c6821a1dbad023593b334e77d8cc9f7066f87f3d3d4f1d47007d9e3c3f'
6
+ metadata.gz: 7837c51e7f78bf656f00a9cea4b13c047818dd99f62a018a54b09cb733215f47425d1679042344fa7930c8f914d8db8cd7bfb240ddee51dbd55e3624a819b04a
7
+ data.tar.gz: 0f394e3395f81189067d762c5504684fae33b3809d7f544a0380698bbcde0c2e67e3b4b890118a0924ff45038ff48680f99ad98e78c9d8851c7cb3036218282a
data/README.md CHANGED
@@ -1,13 +1,13 @@
1
- # bitbucket-cloud plugin
1
+ # fastalane bitbucket_cloud plugin
2
2
 
3
3
  [![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](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 `fastlane-plugin-bitbucket`, add it to your project by running:
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 bitbucket-cloud
10
+ fastlane add_plugin bitbucket_cloud
11
11
  ```
12
12
 
13
13
  ## About bitbucket-cloud
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module BitbucketCloud
3
- VERSION = "0.1.0"
3
+ VERSION = "0.2.0"
4
4
  end
5
5
  end
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.1.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-26 00:00:00.000000000 Z
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: