fastlane-plugin-aws_s3 1.6.0 → 1.6.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
- SHA1:
3
- metadata.gz: 5d977b937cc7060f4b57f9cf32b0b27b347bce5a
4
- data.tar.gz: 8aaa4575eb1c388ea762f74f8a9e8207f248ac41
2
+ SHA256:
3
+ metadata.gz: 8872aff0febe5caf63c0094d640f5f111910c416bd8f2202335dc023c1c0b225
4
+ data.tar.gz: 33ebe16fea10a31932799c9bfbea5e33f58a107cb934fd31c17ffcf0ad4f3359
5
5
  SHA512:
6
- metadata.gz: b8fc79724b7fb26d1395c54b27f9f58e0e4c981e44fcfc9d8bbaaa7e67270426d4bcd90b5823c79f00efa964469884e6c4f5e13a3f02f5b5b4ad41b3b4536a07
7
- data.tar.gz: e29b765248b814c56fdfc14c3896a7f525909a0dff8905f5970f9564d11e101a76a10bd66b3e818bb20ab1aed75a9a5ed1d40a4a98df903e30933ee851f8db95
6
+ metadata.gz: 91c42a3ce55803fa1d18a68dd18790caf31f6bdaa45ba423363e77b75d2e9c159ae258622d9d926230a6ee90579a17f74bc38980b2a61d09118c34dc2abc18e2
7
+ data.tar.gz: 5d071b5260d573682cdfecedee6e82c6b3ff5be4b23271caa0eb02c42521cbe489d24dd2d8dfd499897041543a422a67de9f10e855702a6fac0c4dc8e2ecde72
@@ -43,6 +43,11 @@
43
43
  a:hover {
44
44
  text-decoration: underline;
45
45
  }
46
+ #os-message {
47
+ text-align: center;
48
+ color: #737373;
49
+ font-size: 14px;
50
+ }
46
51
  #footnote {
47
52
  color: #737373;
48
53
  font-size: 14px;
@@ -58,7 +63,6 @@
58
63
  <h1 style="text-align: center;"><%= title %></h1>
59
64
  <h2><%= version_name %> (<%= version_code %>)</h2>
60
65
  <p><em>Built on <%= Time.now.strftime('%a, %e %b %Y %H:%M %p') %></em></p>
61
- <!-- <img src="app_icon.png" id="appIcon"> -->
62
66
 
63
67
  <div class="oneRow">
64
68
  <span class="download" id="android">
@@ -70,12 +74,9 @@
70
74
  <span class="info">
71
75
  <p><%= release_notes %></p>
72
76
  </span>
73
-
74
- <!-- <span class="download" id="android">
75
- </span> -->
76
77
  </div>
77
78
 
78
- <h3 id="desktop">Please open this page on your Android device!</h3>
79
+ <h3 id="os-message">Please open this page on your Android device!</h3>
79
80
 
80
81
  <p id="finished">
81
82
  App is being installed. You might have to close the browser.
@@ -84,17 +85,6 @@
84
85
  <p id="footnote">
85
86
  This is a beta version and is not meant to share with the public.
86
87
  </p>
87
- <img src="https://s3-eu-west-1.amazonaws.com/fastlane.tools/fastlane_medium.png" id="fastlaneLogo" />
88
+ <img src="https://fastlane.tools/assets/images/fastlane-logo-lockup.png" id="fastlaneLogo" />
88
89
  </body>
89
-
90
- <script type='text/javascript'>
91
- if (/Android/i.test(navigator.userAgent))
92
- {
93
- document.getElementById("desktop").remove()
94
- }
95
- else
96
- {
97
- document.getElementById("android").remove()
98
- }
99
- </script>
100
90
  </html>
@@ -3,5 +3,5 @@
3
3
  "updateUrl": "<%= apk_url %>",
4
4
  "version_code": "<%= version_code %>",
5
5
  "version_name": "<%= version_name %>",
6
- "release_notes": "<%= release_notes %>"
6
+ "release_notes": <%= release_notes.to_json %>
7
7
  }
@@ -43,6 +43,11 @@
43
43
  a:hover {
44
44
  text-decoration: underline;
45
45
  }
46
+ #os-message {
47
+ text-align: center;
48
+ color: #737373;
49
+ font-size: 14px;
50
+ }
46
51
  #footnote {
47
52
  color: #737373;
48
53
  font-size: 14px;
@@ -58,7 +63,6 @@
58
63
  <h1 style="text-align: center;"><%= title %></h1>
59
64
  <h2><%= bundle_version %> (<%= build_num %>)</h2>
60
65
  <p><em>Built on <%= Time.now.strftime('%a, %e %b %Y %H:%M %p') %></em></p>
61
- <!-- <img src="app_icon.png" id="appIcon"> -->
62
66
 
63
67
  <div class="oneRow">
64
68
 
@@ -71,12 +75,9 @@
71
75
  <span class="info">
72
76
  <p><%= release_notes %></p>
73
77
  </span>
74
-
75
- <!-- <span class="download" id="android">
76
- </span> -->
77
78
  </div>
78
79
 
79
- <h3 id="desktop">Please open this page on your iPhone!</h3>
80
+ <h3 id="os-message">Please open this page on your iOS device!</h3>
80
81
 
81
82
  <p id="finished">
82
83
  App is being installed. Close Safari using the home button.
@@ -85,24 +86,6 @@
85
86
  <p id="footnote">
86
87
  This is a beta version and is not meant to share with the public.
87
88
  </p>
88
- <img src="https://s3-eu-west-1.amazonaws.com/fastlane.tools/fastlane_medium.png" id="fastlaneLogo" />
89
+ <img src="https://fastlane.tools/assets/images/fastlane-logo-lockup.png" id="fastlaneLogo" />
89
90
  </body>
90
-
91
- <script type='text/javascript'>
92
- // if (/Android/i.test(navigator.userAgent))
93
- // {
94
- // document.getElementById("ios").remove()
95
- // document.getElementById("desktop").remove()
96
- // }
97
- if (/iPhone|iPad|iPod/i.test(navigator.userAgent))
98
- {
99
- // document.getElementById("android").remove()
100
- document.getElementById("desktop").remove()
101
- }
102
- else
103
- {
104
- document.getElementById("ios").remove()
105
- // document.getElementById("android").remove()
106
- }
107
- </script>
108
91
  </html>
@@ -5,5 +5,5 @@
5
5
  "ipa_url": "<%= ipa_url %>",
6
6
  "build_number": "<%= build_num %>",
7
7
  "bundle_version": "<%= bundle_version %>",
8
- "release_notes": "<%= release_notes %>"
8
+ "release_notes": <%= release_notes.to_json %>
9
9
  }
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AwsS3
3
- VERSION = "1.6.0"
3
+ VERSION = "1.6.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-aws_s3
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Holtz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-06-11 00:00:00.000000000 Z
11
+ date: 2019-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk
@@ -125,7 +125,7 @@ files:
125
125
  - lib/fastlane/plugin/aws_s3/actions/aws_s3_action.rb
126
126
  - lib/fastlane/plugin/aws_s3/helper/aws_s3_helper.rb
127
127
  - lib/fastlane/plugin/aws_s3/version.rb
128
- homepage: https://github.com/joshdholtz/fastlane-plugin-s3
128
+ homepage: https://github.com/fastlane-community/fastlane-plugin-s3
129
129
  licenses:
130
130
  - MIT
131
131
  metadata: {}
@@ -144,8 +144,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
144
144
  - !ruby/object:Gem::Version
145
145
  version: '0'
146
146
  requirements: []
147
- rubyforge_project:
148
- rubygems_version: 2.5.2.3
147
+ rubygems_version: 3.0.3
149
148
  signing_key:
150
149
  specification_version: 4
151
150
  summary: Upload IPA and APK to S3