fastlane-plugin-apprepo 0.5.0 → 0.5.1

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: b36df50aa7d187832d50594559f1405968d5a4aa
4
- data.tar.gz: 1ac19bf3b59bb9ca5445f4bd6c329ba81e62ecd9
3
+ metadata.gz: ec3956517e03a2d0355b396f6c1f53a065e0ac79
4
+ data.tar.gz: ec1c4522d6b9500e3ba6f032ee46505471fa3f47
5
5
  SHA512:
6
- metadata.gz: 89a26e5ec300e5f7c39e157b08212ba4216b2ddf878fa71095aaf2663ccc20c64b1352132e5123caf6670b6d271923826b8a8260d05f756aa4224e24b050e410
7
- data.tar.gz: 6452eb15edc36fec85192260efde950ab69b3be19bfa0fedb762a92a1749c9ada72240d8ce83a33dc9b916a64632c37b17f878edd74564e7cd1320816daeb5fc
6
+ metadata.gz: 6d7ca76a356f85bd58361f19a9806562871675755170a9d149267f1f3c7109f3ef711e2fc74c49c7baed64e12a42988bc22135741dd2c2e8828ded2316fbcd21
7
+ data.tar.gz: 66adbcdd85a540dc689182f7aec485fb5b816413254b14f98394a703bda1d8fefd334e02839de084f3fa46e27e636bb5642b73fe809ac54a17b306b3bb7445a1
data/.circleci/config.yml CHANGED
@@ -82,6 +82,7 @@ jobs:
82
82
  # This is based on your 1.0 configuration file or project settings
83
83
  - run: nslookup repo.teacloud.net
84
84
  - run: fastlane add_plugin apprepo
85
+ - run: chmod 0600 assets/circle.key
85
86
  - run: fastlane apprepo run
86
87
  - run: fastlane apprepo download_manifest
87
88
  - run: fastlane apprepo submit
data/Gemfile CHANGED
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
3
3
  gem 'rspec_junit_formatter', '0.2.3'
4
4
  gem 'coveralls', require: false
5
5
 
6
- gemspec
6
+ # gemspec
7
7
 
8
8
  # added to support plugin-manager branch of Fastlane
9
9
  plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
data/Gemfile.lock CHANGED
@@ -1,222 +1,45 @@
1
- PATH
2
- remote: .
3
- specs:
4
- fastlane-plugin-apprepo (0.5.0)
5
- json (~> 2.0, >= 2.0.3)
6
- net-sftp (~> 2.1, >= 2.1.2)
7
- net-ssh (~> 4.0, >= 4.0.0)
8
-
9
1
  GEM
10
2
  remote: https://rubygems.org/
11
3
  specs:
12
- CFPropertyList (3.0.0)
13
- addressable (2.5.2)
14
- public_suffix (>= 2.0.2, < 4.0)
15
- ast (2.4.0)
16
- atomos (0.1.3)
17
- babosa (1.0.2)
18
4
  builder (3.2.3)
19
- claide (1.0.2)
20
- coderay (1.1.2)
21
- colored (1.2)
22
- colored2 (3.1.2)
23
- commander-fastlane (4.4.6)
24
- highline (~> 1.7.2)
25
5
  coveralls (0.8.22)
26
6
  json (>= 1.8, < 3)
27
7
  simplecov (~> 0.16.1)
28
8
  term-ansicolor (~> 1.3)
29
9
  thor (~> 0.19.4)
30
10
  tins (~> 1.6)
31
- declarative (0.0.10)
32
- declarative-option (0.1.0)
33
- diff-lcs (1.3)
34
11
  docile (1.3.1)
35
- domain_name (0.5.20180417)
36
- unf (>= 0.0.5, < 1.0.0)
37
- dotenv (2.5.0)
38
- emoji_regex (0.1.1)
39
- excon (0.62.0)
40
- faraday (0.15.2)
41
- multipart-post (>= 1.2, < 3)
42
- faraday-cookie_jar (0.0.6)
43
- faraday (>= 0.7.4)
44
- http-cookie (~> 1.0.0)
45
- faraday_middleware (0.12.2)
46
- faraday (>= 0.7.4, < 1.0)
47
- fastimage (2.1.3)
48
- fastlane (2.102.0)
49
- CFPropertyList (>= 2.3, < 4.0.0)
50
- addressable (>= 2.3, < 3.0.0)
51
- babosa (>= 1.0.2, < 2.0.0)
52
- bundler (>= 1.12.0, < 2.0.0)
53
- colored
54
- commander-fastlane (>= 4.4.6, < 5.0.0)
55
- dotenv (>= 2.1.1, < 3.0.0)
56
- emoji_regex (~> 0.1)
57
- excon (>= 0.45.0, < 1.0.0)
58
- faraday (~> 0.9)
59
- faraday-cookie_jar (~> 0.0.6)
60
- faraday_middleware (~> 0.9)
61
- fastimage (>= 2.1.0, < 3.0.0)
62
- gh_inspector (>= 1.1.2, < 2.0.0)
63
- google-api-client (>= 0.21.2, < 0.24.0)
64
- highline (>= 1.7.2, < 2.0.0)
65
- json (< 3.0.0)
66
- mini_magick (~> 4.5.1)
67
- multi_json
68
- multi_xml (~> 0.5)
69
- multipart-post (~> 2.0.0)
70
- plist (>= 3.1.0, < 4.0.0)
71
- public_suffix (~> 2.0.0)
72
- rubyzip (>= 1.2.1, < 2.0.0)
73
- security (= 0.1.3)
74
- simctl (~> 1.6.3)
75
- slack-notifier (>= 2.0.0, < 3.0.0)
76
- terminal-notifier (>= 1.6.2, < 2.0.0)
77
- terminal-table (>= 1.4.5, < 2.0.0)
78
- tty-screen (>= 0.6.3, < 1.0.0)
79
- tty-spinner (>= 0.8.0, < 1.0.0)
80
- word_wrap (~> 1.0.0)
81
- xcodeproj (>= 1.5.7, < 2.0.0)
82
- xcpretty (~> 0.2.8)
83
- xcpretty-travis-formatter (>= 0.0.3)
84
- gh_inspector (1.1.3)
85
- google-api-client (0.23.4)
86
- addressable (~> 2.5, >= 2.5.1)
87
- googleauth (>= 0.5, < 0.7.0)
88
- httpclient (>= 2.8.1, < 3.0)
89
- mime-types (~> 3.0)
90
- representable (~> 3.0)
91
- retriable (>= 2.0, < 4.0)
92
- googleauth (0.6.5)
93
- faraday (~> 0.12)
94
- jwt (>= 1.4, < 3.0)
95
- memoist (~> 0.12)
96
- multi_json (~> 1.11)
97
- os (>= 0.9, < 2.0)
98
- signet (~> 0.7)
99
- highline (1.7.10)
100
- http-cookie (1.0.3)
101
- domain_name (~> 0.5)
102
- httpclient (2.8.3)
103
- jaro_winkler (1.5.1)
12
+ fastlane-plugin-apprepo (0.5.0)
13
+ json (~> 2.0, >= 2.0.3)
14
+ net-sftp (~> 2.1, >= 2.1.2)
15
+ net-ssh (~> 4.0, >= 4.0.0)
104
16
  json (2.1.0)
105
- jwt (2.1.0)
106
- memoist (0.16.0)
107
- method_source (0.9.0)
108
- mime-types (3.2.2)
109
- mime-types-data (~> 3.2015)
110
- mime-types-data (3.2018.0812)
111
- mini_magick (4.5.1)
112
- multi_json (1.13.1)
113
- multi_xml (0.6.0)
114
- multipart-post (2.0.0)
115
- nanaimo (0.2.6)
116
- naturally (2.2.0)
117
17
  net-sftp (2.1.2)
118
18
  net-ssh (>= 2.6.5)
119
19
  net-ssh (4.2.0)
120
- os (1.0.0)
121
- parallel (1.12.1)
122
- parser (2.5.1.2)
123
- ast (~> 2.4.0)
124
- plist (3.4.0)
125
- powerpack (0.1.2)
126
- pry (0.11.3)
127
- coderay (~> 1.1.0)
128
- method_source (~> 0.9.0)
129
- public_suffix (2.0.5)
130
- rainbow (3.0.0)
131
- rake (0.9.6)
132
- representable (3.0.4)
133
- declarative (< 0.1.0)
134
- declarative-option (< 0.2.0)
135
- uber (< 0.2.0)
136
- retriable (3.1.2)
137
- rouge (2.0.7)
138
- rspec (3.8.0)
139
- rspec-core (~> 3.8.0)
140
- rspec-expectations (~> 3.8.0)
141
- rspec-mocks (~> 3.8.0)
142
20
  rspec-core (3.8.0)
143
21
  rspec-support (~> 3.8.0)
144
- rspec-expectations (3.8.1)
145
- diff-lcs (>= 1.2.0, < 2.0)
146
- rspec-support (~> 3.8.0)
147
- rspec-mocks (3.8.0)
148
- diff-lcs (>= 1.2.0, < 2.0)
149
- rspec-support (~> 3.8.0)
150
22
  rspec-support (3.8.0)
151
23
  rspec_junit_formatter (0.2.3)
152
24
  builder (< 4)
153
25
  rspec-core (>= 2, < 4, != 2.12.0)
154
- rubocop (0.58.2)
155
- jaro_winkler (~> 1.5.1)
156
- parallel (~> 1.10)
157
- parser (>= 2.5, != 2.5.1.1)
158
- powerpack (~> 0.1)
159
- rainbow (>= 2.2.2, < 4.0)
160
- ruby-progressbar (~> 1.7)
161
- unicode-display_width (~> 1.0, >= 1.0.1)
162
- ruby-progressbar (1.10.0)
163
- rubyzip (1.2.1)
164
- security (0.1.3)
165
- signet (0.9.0)
166
- addressable (~> 2.3)
167
- faraday (~> 0.9)
168
- jwt (>= 1.5, < 3.0)
169
- multi_json (~> 1.10)
170
- simctl (1.6.5)
171
- CFPropertyList
172
- naturally
173
26
  simplecov (0.16.1)
174
27
  docile (~> 1.1)
175
28
  json (>= 1.8, < 3)
176
29
  simplecov-html (~> 0.10.0)
177
30
  simplecov-html (0.10.2)
178
- slack-notifier (2.3.2)
179
31
  term-ansicolor (1.6.0)
180
32
  tins (~> 1.0)
181
- terminal-notifier (1.8.0)
182
- terminal-table (1.8.0)
183
- unicode-display_width (~> 1.1, >= 1.1.1)
184
33
  thor (0.19.4)
185
34
  tins (1.16.3)
186
- tty-cursor (0.6.0)
187
- tty-screen (0.6.5)
188
- tty-spinner (0.8.0)
189
- tty-cursor (>= 0.5.0)
190
- uber (0.1.0)
191
- unf (0.1.4)
192
- unf_ext
193
- unf_ext (0.0.7.5)
194
- unicode-display_width (1.4.0)
195
- word_wrap (1.0.0)
196
- xcodeproj (1.6.0)
197
- CFPropertyList (>= 2.3.3, < 4.0)
198
- atomos (~> 0.1.3)
199
- claide (>= 1.0.2, < 2.0)
200
- colored2 (~> 3.1)
201
- nanaimo (~> 0.2.6)
202
- xcpretty (0.2.8)
203
- rouge (~> 2.0.7)
204
- xcpretty-travis-formatter (1.0.0)
205
- xcpretty (~> 0.2, >= 0.0.7)
206
35
 
207
36
  PLATFORMS
208
37
  ruby
209
38
 
210
39
  DEPENDENCIES
211
- bundler (~> 1, >= 1.14.6)
212
40
  coveralls
213
- fastlane (~> 2.0, >= 2.20)
214
- fastlane-plugin-apprepo!
215
- pry (~> 0, >= 0.10.4)
216
- rake (~> 0, >= 0.9.6)
217
- rspec (~> 3.5, >= 3.5.0)
41
+ fastlane-plugin-apprepo
218
42
  rspec_junit_formatter (= 0.2.3)
219
- rubocop (~> 0, >= 0.48.1)
220
43
 
221
44
  BUNDLED WITH
222
45
  1.16.4
@@ -22,7 +22,7 @@ repo_title "[[APP_NAME]]"
22
22
  repo_url "repo.teacloud.net"
23
23
  repo_port "22"
24
24
  repo_user "circle"
25
- repo_key "./lib/assets/circle.pub"
25
+ repo_key "./lib/assets/circle.key"
26
26
 
27
27
  # notify true # Add this to automatically notify the Apprepo users after uploading metadata/binary.
28
28
 
data/fastlane/Pluginfile CHANGED
@@ -1 +1 @@
1
- #gem "fastlane-plugin-apprepo"
1
+ gem "fastlane-plugin-apprepo"
@@ -1,7 +1,7 @@
1
1
  module Fastlane
2
2
  # Static configuration values
3
3
  module Apprepo
4
- VERSION = "0.5.0".freeze
4
+ VERSION = "0.5.1".freeze
5
5
  SUMMARY = 'Fastlane plugin for distributing artifacts with SFTP upload'.freeze
6
6
  DESCRIPTION = 'Fastlane plugin SFTP/AppRepo uploader'.freeze
7
7
  end
data/publish-gem.sh CHANGED
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-apprepo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matej Sychra