fastlane-plugin-screenshotbot 0.3.0 → 0.3.1

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: ab2f2fbfcf118819838a2bfdea66381fe876c07c80c317234d441fa470bbcbb2
4
- data.tar.gz: c73725c34718453eeb67142ebb904f15be52cd4ad8095842c97a485bd9d5b2cb
3
+ metadata.gz: 612d5bcd1652cdd79d1cff8761b0ad44c5ce0f4f9a049e3a6714b78cae51b4dd
4
+ data.tar.gz: 64d7894849734615a9bc589b188522a7dc3b912239f2be9962ff7e0d5d475629
5
5
  SHA512:
6
- metadata.gz: e44a4d03f39cf060abab2386f8168c22b0578881570db8bd807fe87a408ef789f1b3bf8b9df07296dba4cdb11baf5fcbb06225675fbaf36f02ea8efb0b7b597f
7
- data.tar.gz: df84ad457aafe953a573539cdc059d0245958c93f105335d652216f881b9b8dc83068ff5e00422454d22523533948795b0f3732cf99997dc052739edf66483e7
6
+ metadata.gz: 39835ed83c5e90888837c59cd455173bb1ac82af6064f60f4b0825bcfab9ceb1a7a51f458d9149301dd1e14b0a40a4b84e341506f002a8e49183fce6f07d64d1
7
+ data.tar.gz: 5befb2571a195637ac325b8ea824cc964c281e122a54e82a908cff1c27cf28eedf1f028987f0cd4bf20d07c9df6ec0858325d46a88e1cac94753e86527c7f705
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2023 Apadmi Limited
3
+ Copyright (c) 2024 Apadmi Limited
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -95,6 +95,7 @@ module Fastlane
95
95
  optional: true),
96
96
  FastlaneCore::ConfigItem.new(key: :api_hostname,
97
97
  description: "Alternative API hostname",
98
+ env_name: "SCREENSHOTBOT_API_HOST",
98
99
  type: String,
99
100
  optional: true),
100
101
  FastlaneCore::ConfigItem.new(key: :git_branch,
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Screenshotbot
3
- VERSION = "0.3.0"
3
+ VERSION = "0.3.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-screenshotbot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Apadmi Limited
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-01 00:00:00.000000000 Z
11
+ date: 2025-09-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fastlane
@@ -24,7 +24,7 @@ dependencies:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: 2.220.0
27
- description:
27
+ description:
28
28
  email: opensource@apadmi.com
29
29
  executables: []
30
30
  extensions: []
@@ -41,7 +41,7 @@ licenses:
41
41
  - MIT
42
42
  metadata:
43
43
  rubygems_mfa_required: 'true'
44
- post_install_message:
44
+ post_install_message:
45
45
  rdoc_options: []
46
46
  require_paths:
47
47
  - lib
@@ -57,8 +57,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
57
57
  version: '0'
58
58
  requirements: []
59
59
  rubygems_version: 3.4.10
60
- signing_key:
60
+ signing_key:
61
61
  specification_version: 4
62
- summary: Fastlane pluging to install the Screenshotbot recorder tool and upload your
62
+ summary: Fastlane plugin to install the Screenshotbot recorder tool and upload your
63
63
  screenshots
64
64
  test_files: []