fastlane-plugin-applivery 0.2.0 → 0.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eeb72b8d3daf3449ac5684062c947a5bd5432de9
4
- data.tar.gz: 13461db1eb98d957b2e427d2f15a1c72b0a86127
3
+ metadata.gz: 19991d24a0b79d928010cc1fb8603b0bc451fb70
4
+ data.tar.gz: 295cd428cf1fc7a1b1edfb440056d6ac8d067084
5
5
  SHA512:
6
- metadata.gz: a99dd2291e5cf677fb9f48568d0bb6b7d5bb5418c1e88880d28b44e0b53f71adb2a167ef1335e2ad054f3d9bf9c44cebdce6ce85990d0802bd5fee588cc3709f
7
- data.tar.gz: 27adb793e68033dab1d9d2b3aa84a1c98c31d047ac4f8c67fa9e2abe0bda998b6f9991ce27b522591e352b3a226703b6902e053ba119a4ec4a2ae47667500cf0
6
+ metadata.gz: f34089d06ef119648bf98eec434a84db16e68cba678ab27c9c905afd2b2fe864dd18f1daa18cd63c4de4ea3727da07a41b69e59c3eef634d3527240bc0fc38a3
7
+ data.tar.gz: e48fb3f4617b98ad54fe87f57bcf37dc565f683c2e9dddcbaa62ba88e6b94d74d3f44701231ac2ca000c15d7454f80dad6694682ed19bb04257619c8e9e9da07
@@ -21,15 +21,14 @@ module Fastlane
21
21
 
22
22
  command = "curl \"https://dashboard.applivery.com/api/builds\""
23
23
  command += " -H \"Authorization: #{api_key}\""
24
- command += " -F app='#{app_id}'"
25
- command += " -F versionName='#{name}'"
26
- command += " -F notes='#{notes}'"
27
- command += " -F notify='true'"
24
+ command += " -F app=\"#{app_id}\""
25
+ command += " -F versionName=\"#{name}\""
26
+ command += " -F notes=\"#{notes}\""
27
+ command += " -F notify=true"
28
28
  command += " -F os=#{os}"
29
- command += " -F tags='#{tags}'"
30
- command += " -F package=@'#{build_path}'"
29
+ command += " -F tags=\"#{tags}\""
30
+ command += " -F package=@\"#{build_path}\""
31
31
 
32
- UI.message(command)
33
32
  Actions.sh(command)
34
33
  end
35
34
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Applivery
3
- VERSION = "0.2.0"
3
+ VERSION = "0.2.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-applivery
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alejandro Jimenez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-27 00:00:00.000000000 Z
11
+ date: 2016-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry
@@ -126,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
126
126
  version: '0'
127
127
  requirements: []
128
128
  rubyforge_project:
129
- rubygems_version: 2.5.1
129
+ rubygems_version: 2.6.6
130
130
  signing_key:
131
131
  specification_version: 4
132
132
  summary: Upload new build to Applivery