fastlane-plugin-google_cloud_storage_update 0.2.1 → 0.2.2

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
  SHA256:
3
- metadata.gz: 3f50a9e91b40690fdd34db9a164bc620990579d8570f17daf47a41cc00afcff7
4
- data.tar.gz: 686030eba2ad0060634b425be7e3b11a1dde86a717c9bedac78caa5a3951d6cb
3
+ metadata.gz: ec0bec6e3558459167a84eeaf316a9de889a45a89e0bed2f514b046b964002be
4
+ data.tar.gz: d27c2ece58005a00325a8efb8f129efa47bda54ec6fe7fc14ca59206ea59e476
5
5
  SHA512:
6
- metadata.gz: 0b731dbf2e5b25020b4b71a30a98521a26708a8fb8b0d21f5dab577678ed4e22ba12e4364f44e370cef68bdc7c5fd1f8979b395d81840d32d02e52cca2255a94
7
- data.tar.gz: 532d8d32bb7eb6ad2f24797f054b6ac791aa109744e69c0ed7927fe3447254e5c609630fe4ec2023e64f7fd0e984241b23bd7bc59ff31b7e2b9a85611b2146ce
6
+ metadata.gz: 48b9835337f4790fb0b63fb259e48bf3c119f1800ea2fc2da6956ce76a6e69db7a14fb5f10e452f5f04e7ae2904495b37e51470413a9400699987f2827af4bdc
7
+ data.tar.gz: 81f4423c3ceed3dc5383a7469703fa6a281a9ccf5b5cd50c250cf6c5cc029b643f5d62a5c1320361db2b2e68f883d60012fcf0c89f7226735b2777b359fefcd8
@@ -78,9 +78,9 @@ module Fastlane
78
78
  ]
79
79
  end
80
80
 
81
- # def self.supported?(platform)
82
- # true
83
- # end
81
+ def self.is_supported?(*)
82
+ true
83
+ end
84
84
  end
85
85
  end
86
86
  end
@@ -82,9 +82,9 @@ module Fastlane
82
82
  ]
83
83
  end
84
84
 
85
- # def self.supported?(platform)
86
- # true
87
- # end
85
+ def self.is_supported?(*)
86
+ true
87
+ end
88
88
  end
89
89
  end
90
90
  end
@@ -81,9 +81,9 @@ module Fastlane
81
81
  ]
82
82
  end
83
83
 
84
- # def self.supported?(platform)
85
- # true
86
- # end
84
+ def self.is_supported?(*)
85
+ true
86
+ end
87
87
  end
88
88
  end
89
89
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Fastlane
4
4
  module GoogleCloudStorageUpdate
5
- VERSION = "0.2.1"
5
+ VERSION = "0.2.2"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-google_cloud_storage_update
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeroen Stoker
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-09 00:00:00.000000000 Z
11
+ date: 2021-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-storage