fastlane-plugin-aws_s3 0.2.7 → 0.2.8

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: 384d78755eb4184c1eaff0d1e5ca53820367e031
4
- data.tar.gz: 079c7f3475d1d87075229b33ef1b11fef7b11eca
3
+ metadata.gz: a564357e8a8e019e078f37befa103359e490e6dd
4
+ data.tar.gz: c2d966375d9b81c60809a2e3dad7e701265e3d13
5
5
  SHA512:
6
- metadata.gz: ee21202416b64bd3ef7e2aab5cde7628bc004068dfd7fc35fc92c93169350da44d6e2f1a0ae67a850113c3c7c6051c1cfbe5071d600ef3d81d3326cd53ecd7be
7
- data.tar.gz: 7084aa5b148a7c2d86a4cc8d9bad9c606793772982337329271bb1ac18d1fb5c4f012c018b6f639aae98c49ea8a92340482c73d2dda31494e68a8cb7c2214387
6
+ metadata.gz: 6193e0f2667f0a03e8c85ffb63bd502f8c4fdbaeb48f017f95b484a9915d1f012f54a53fbdc94035ec704b41ec39ed7f6258ba6a599a433d1012405bb71303e1
7
+ data.tar.gz: eba0b2bb6dd4d989308ab957a7663e654da84432a80daa408d5dba9fd0600097d4a03238b941c8ab9cf56b79da3604657be2f532b5883dd2dea79e5cd6b3f805
@@ -55,7 +55,7 @@
55
55
  <div class="oneRow">
56
56
  <span class="download" id="android">
57
57
  <a href="<%= apk_url %>" id="text" class="btn btn-lg btn-default" onclick="document.getElementById('finished').id = '';">
58
- Install <%= title %> <%= version_name %>
58
+ Install <%= title %> <%= version_name %> (<%= version_code %>)
59
59
  </a>
60
60
  </span>
61
61
 
@@ -66,7 +66,7 @@
66
66
  <h3 id="desktop">Please open this page on your Android device!</h3>
67
67
 
68
68
  <p id="finished">
69
- App is being installed. Close Safari using the home button.
69
+ App is being installed. You might have to close the browser.
70
70
  </p>
71
71
 
72
72
  <p id="footnote">
@@ -55,7 +55,7 @@
55
55
  <div class="oneRow">
56
56
  <span class="download" id="ios">
57
57
  <a href="itms-services://?action=download-manifest&url=<%= url_encode(plist_url) %>" id="text" class="btn btn-lg btn-default" onclick="document.getElementById('finished').id = '';">
58
- Install <%= title %> <%= bundle_version %>
58
+ Install <%= title %> <%= bundle_version %> (<%= build_num %>)
59
59
  </a>
60
60
  </span>
61
61
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AwsS3
3
- VERSION = "0.2.7"
3
+ VERSION = "0.2.8"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-aws_s3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Holtz