fastlane-plugin-google_cloud_storage_rebooted 0.1.2 → 1.0.0
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 +4 -4
- data/lib/fastlane/plugin/google_cloud_storage/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a0c1192c3f41d52d6ccc49ac9df3e5d1ea1b55106ae727ee39a96a0655e272bc
|
4
|
+
data.tar.gz: 7f3ba63a53cd140b217f28b46ed48e119d2ab600f78487e65b72da4ec64a3bef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 39dcc6a20a64d332c4ca71ee05763a669b4f12758be03f149d6cd80e8988e4bd0c31c831c2d6c8a6319459184348d0be5d74cd3c9fb80e16253258fd149ea0a8
|
7
|
+
data.tar.gz: fbac47ef5a0b29688706c5a78272849589e491587445c477e6ce356d893b240d57e2f5771a7ab73bc6339c70edec89dfef57ed546c2c46f8986466c5ce894624
|
metadata
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-google_cloud_storage_rebooted
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ivan Huang
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
date: 2024-11-11 00:00:00.000000000 Z
|
@@ -108,7 +108,7 @@ dependencies:
|
|
108
108
|
- - ">="
|
109
109
|
- !ruby/object:Gem::Version
|
110
110
|
version: 2.0.5
|
111
|
-
description:
|
111
|
+
description:
|
112
112
|
email: s20026352@gmail.com
|
113
113
|
executables: []
|
114
114
|
extensions: []
|
@@ -126,7 +126,7 @@ homepage: https://github.com/ShiriNmi1520/fastlane-plugin-google_cloud_storage
|
|
126
126
|
licenses:
|
127
127
|
- MIT
|
128
128
|
metadata: {}
|
129
|
-
post_install_message:
|
129
|
+
post_install_message:
|
130
130
|
rdoc_options: []
|
131
131
|
require_paths:
|
132
132
|
- lib
|
@@ -142,7 +142,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
142
142
|
version: '0'
|
143
143
|
requirements: []
|
144
144
|
rubygems_version: 3.2.3
|
145
|
-
signing_key:
|
145
|
+
signing_key:
|
146
146
|
specification_version: 4
|
147
147
|
summary: "Google Cloud Storage plugin for fastlane that implements upload & download
|
148
148
|
operation.\U0001F680"
|