fastlane-plugin-create_bitbucket_pull_request 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: c6f77960a1bfef7d6a24cc20210a525a9fd4f625eae190794fc992bc01cb1f68
4
- data.tar.gz: cf1472d8ba8c14cff07cc8365b7c3b47b7caccb0f0b42c9340e1e159820ce29c
3
+ metadata.gz: 83c1e1c7c4d74636c528a3d0e5c59bbb9a9af3a1e744a3add43245189041ebd3
4
+ data.tar.gz: e2ecb5d26a09acb9949a5e9074659df4d887c4f7c412d9763b0ef34f7bf02b1c
5
5
  SHA512:
6
- metadata.gz: b865b97b064473f0b18991100fbbd46b679e82496d92928aa66a41b6a738a1efc2cc6f26f57225ba23752adf6fbcad2ee450fb6515a37aacf69968fdb3a48781
7
- data.tar.gz: 5500c7002ecea152b1ca54187ac449d8449ec73e99ad40359eba144ce421b88535443b7b569573f9b1c2f255817f6c910455c96241beb256b77caf5c8b73b212
6
+ metadata.gz: ea833e1e25760bfe30adc4ea8f6703b3c934e5651d29b871b0dafd311a0bb154221e3dfb9e11f0ce337234332a82c2348e7dadc9ac7de03d55b04413cf03c5db
7
+ data.tar.gz: e2f730fdfb605058b5968d0bbf1c29c830bae1290b2e575c76fbd508111b559b1067e67521802671117df6f5f6117178e7fe654c74d517dc2e6941e3c67a497f
@@ -22,7 +22,7 @@ module Fastlane
22
22
  ).body)
23
23
 
24
24
  if response['error']
25
- raise(UI.message(response['error']['message']))
25
+ raise(response['error']['message'])
26
26
  else
27
27
  UI.message('The pull request has been created successfully')
28
28
  UI.message("#{response['links']['html']['href']}")
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module CreateBitbucketPullRequest
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-create_bitbucket_pull_request
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
  - Issarapong Poesua
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-02-29 00:00:00.000000000 Z
11
+ date: 2020-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler