fastlane-plugin-google_data_safety 0.1.2 → 0.3.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.
metadata CHANGED
@@ -1,30 +1,30 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-google_data_safety
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Owen Bean
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-13 00:00:00.000000000 Z
11
+ date: 2026-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: googleauth
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: 1.8.1
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: 1.8.1
27
- description:
27
+ description:
28
28
  email: owenbean400@gmail.com
29
29
  executables: []
30
30
  extensions: []
@@ -33,15 +33,17 @@ files:
33
33
  - LICENSE
34
34
  - README.md
35
35
  - lib/fastlane/plugin/google_data_safety.rb
36
+ - lib/fastlane/plugin/google_data_safety/actions/prompt_create_data_safety_csv_action.rb
36
37
  - lib/fastlane/plugin/google_data_safety/actions/upload_google_data_safety_action.rb
38
+ - lib/fastlane/plugin/google_data_safety/helper/prompt_create_data_safety_csv_helper.rb
37
39
  - lib/fastlane/plugin/google_data_safety/helper/upload_google_data_safety_helper.rb
38
40
  - lib/fastlane/plugin/google_data_safety/version.rb
39
- homepage:
41
+ homepage: https://github.com/owenbean400/fastlane-plugin-google_data_safety
40
42
  licenses:
41
43
  - MIT
42
44
  metadata:
43
45
  rubygems_mfa_required: 'true'
44
- post_install_message:
46
+ post_install_message:
45
47
  rdoc_options: []
46
48
  require_paths:
47
49
  - lib
@@ -56,8 +58,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
56
58
  - !ruby/object:Gem::Version
57
59
  version: '0'
58
60
  requirements: []
59
- rubygems_version: 3.0.3.1
60
- signing_key:
61
+ rubygems_version: 3.5.22
62
+ signing_key:
61
63
  specification_version: 4
62
- summary: Google safety data sheet for automation of safety form
64
+ summary: Google safety data Fastlane plugin for automation.
63
65
  test_files: []