cocoapods-s3-download 0.0.1 → 0.0.2

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
  SHA256:
3
- metadata.gz: 968794ca620ac4459c4f7ff8ef63cafa739482f44cbbf46d13eb3eb4780f9263
4
- data.tar.gz: f14cadad5ba43cf073653343117949b5850f76c6d17623d034461ff71165de4a
3
+ metadata.gz: 8057e78d3fbccfdcce748d0d1e0fb0bb7128385a2942d9d4970974ef65f61a10
4
+ data.tar.gz: eb53b2369b1ee7e09f70035a68a402bf6fb5a9254dcb09508fc19613b84d3134
5
5
  SHA512:
6
- metadata.gz: a14edd54bb24fdc1801ded12085957639f397f4c577750fb0117168aa8a7e17ac87855b90be75f8b7b2f0bbc92a4baa33d624435e3ec391503918d5a8c173def
7
- data.tar.gz: 165e8b1d603df68bcd9242fd3946344d86c876bed40d420b965ce96653dff0e2ce6a72f67ac92baec2b6f2c4175528b8c2ccd8237e5be67dac785fb37382b562
6
+ metadata.gz: 658460446f9b7a3a607bb34bbbde157cf321b1467f3f7434262674d07c11b4d54248bd1cb0e92f3d1dcaa72bf8232671676fa686e53a3f0a882288eb1ec44268
7
+ data.tar.gz: 858404c05c2f15741e8c155bbce762cf310254db7edf46c6669b616cc222f2e04ae545bf03ab1f09287c3652f5691880c87b47839f4418f99909bd61c4b4c603
@@ -1,3 +1,3 @@
1
1
  module CocoapodsS3Download
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -48,7 +48,6 @@ module Pod
48
48
  final_url, _ = presigner.presigned_request(
49
49
  :get_object, bucket: bucket, key: key
50
50
  )
51
- UI.puts final_url
52
51
  final_url
53
52
  end
54
53
 
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-s3-download
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Abreu
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2020-06-17 00:00:00.000000000 Z
@@ -68,7 +68,7 @@ homepage: https://github.com/samuelabreu/cocoapods-s3-download
68
68
  licenses:
69
69
  - MIT
70
70
  metadata: {}
71
- post_install_message:
71
+ post_install_message:
72
72
  rdoc_options: []
73
73
  require_paths:
74
74
  - lib
@@ -83,8 +83,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  - !ruby/object:Gem::Version
84
84
  version: '0'
85
85
  requirements: []
86
- rubygems_version: 3.1.2
87
- signing_key:
86
+ rubygems_version: 3.0.3
87
+ signing_key:
88
88
  specification_version: 4
89
89
  summary: 'AWS S3 files dont support any authentication method cocoapods support, to
90
90
  allow use it as a source of a private pod, this plugin uses AWS Ruby SDK to generate