fastlane-plugin-mobile_center 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e16128652c79f7a6972755607ef6ec51884e8ac6
4
- data.tar.gz: 6ed45e898f2a1191ede31b815e5956272401c719
3
+ metadata.gz: 28542faf117026a417bbd42147813e28680b1296
4
+ data.tar.gz: d786b7e88d1a92ef8ed58245e4bd33bac3769d2d
5
5
  SHA512:
6
- metadata.gz: 2ebae7d770ae2b960342781515ecacbe52e125d71a237ffa284a487192851318a06a74a8202a0ae57bdce68d56099cfd1a55a9b794d81c614ccdd9c837ad309c
7
- data.tar.gz: 3e7d8652b1df4f6012087e972728370490812e60508f1a30a58ab0ddc6d9ead7172704d27f0a283cfde70279d06ad1d51dbc76f0bea6ff39345c256b318e8ea4
6
+ metadata.gz: c1154c1abc087f75f86dc4e6e3012e2b1bdafb4476acbe5cb8655b4865a6ed1136a480392e4af9e5fb3629ed3d7102e59702465270ae290c8e029a6333f3eee3
7
+ data.tar.gz: 3e0bc5db2da5370f321ff3af2fc7e0866eafb50832aeafd3eb8208dc64b78f62fcf592830b53f2a40e469d45c5f7106a929a8946d2ac93c55236180457fd9c3d
data/README.md CHANGED
@@ -20,12 +20,12 @@ Plugin for [Mobile Center](https://mobile.azure.com). Provides `mobile_center_up
20
20
 
21
21
  Obtain an [API token](https://docs.microsoft.com/en-us/mobile-center/api-docs/). API Token is used for authentication for all Mobile Center API calls.
22
22
 
23
- ```
23
+ ```ruby
24
24
  mobile_center_upload(
25
- api_token: <mobile center token>,
26
- owner_name: <your mobile center account name>,
27
- app_name: <your app name>,
28
- apk: <path to android build binary>
25
+ api_token: "<mobile center token>",
26
+ owner_name: "<your mobile center account name>",
27
+ app_name: "<your app name>",
28
+ apk: "<path to android build binary>"
29
29
  )
30
30
  ```
31
31
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module MobileCenter
3
- VERSION = "0.1.4"
3
+ VERSION = "0.1.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-mobile_center
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Microsoft Corporation
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-16 00:00:00.000000000 Z
11
+ date: 2017-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry
@@ -106,11 +106,14 @@ files:
106
106
  - lib/fastlane/plugin/mobile_center/actions/mobile_center_upload_action.rb
107
107
  - lib/fastlane/plugin/mobile_center/helper/mobile_center_helper.rb
108
108
  - lib/fastlane/plugin/mobile_center/version.rb
109
- homepage: https://github.com/Microsoft/fastlane-plugin-mobile_center
109
+ homepage: https://github.com/Microsoft/fastlane-plugin-appcenter
110
110
  licenses:
111
111
  - MIT
112
112
  metadata: {}
113
- post_install_message:
113
+ post_install_message: |2
114
+ ! The `fastlane-plugin-mobile_center` gem has been deprecated and replaced by `fastlane-plugin-appcenter`
115
+ ! See: https://rubygems.org/gems/fastlane-plugin-appcenter
116
+ ! And: https://github.com/Microsoft/fastlane-plugin-appcenter
114
117
  rdoc_options: []
115
118
  require_paths:
116
119
  - lib