appium_thor 2.1.0 → 2.1.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 +4 -4
- data/README.md +4 -0
- data/appium_thor.gemspec +5 -1
- data/lib/appium_thor/version.rb +3 -3
- data/release_notes.md +5 -0
- metadata +12 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c93acfc825d020a31397705cfc41ef578dc56f4fe8791dac06a13069acb9eacd
|
|
4
|
+
data.tar.gz: 8b5eb8802be80d003c2f1d769fca2c5cb42987a6564fcc0dfca0cb9ca5cc6cea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b90254e739e83e7415e87f9abf08c955cf7d05835b6b11578427cc635b76941c240c81b4680178a4c8694a05c58972c01be89ce58ce13ec28ab86c37ee7d35bc
|
|
7
|
+
data.tar.gz: 2c33dda1f5df427b1cb4111b8f1f21acc1e7e5a386879d106127da76c763cbaf608e3391bce4e078e068dbee9366935be651eb97ecbf345e31402dce76d994ed
|
data/README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# appium_thor
|
|
2
2
|
|
|
3
|
+
> **Deprecated — archived and no longer maintained.**
|
|
4
|
+
> There is no direct replacement. Configure your release process using tools
|
|
5
|
+
> such as GitHub Actions as needed. Existing gem versions remain available.
|
|
6
|
+
|
|
3
7
|
[](https://badge.fury.io/rb/appium_thor)
|
|
4
8
|
|
|
5
9
|
Appium Thor helpers for appium's gems (appium_lib, appium_capybara).
|
data/appium_thor.gemspec
CHANGED
|
@@ -6,7 +6,11 @@ Gem::Specification.new do |s|
|
|
|
6
6
|
s.name = 'appium_thor'
|
|
7
7
|
s.version = Appium::Thor::VERSION
|
|
8
8
|
s.license = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
|
|
9
|
-
s.
|
|
9
|
+
s.summary = '[DEPRECATED] Thor tasks for Appium gems.'
|
|
10
|
+
s.description = 'appium_thor is deprecated and no longer maintained. The repository is archived. There is no direct replacement. Configure your release process using tools such as GitHub Actions as needed.'
|
|
11
|
+
s.post_install_message = <<~MSG
|
|
12
|
+
appium_thor is deprecated and no longer maintained. The repository is archived. There is no direct replacement. Configure your release process using tools such as GitHub Actions as needed.
|
|
13
|
+
MSG
|
|
10
14
|
s.authors = ['code@bootstraponline.com', 'Kazuaki Matsuo']
|
|
11
15
|
s.email = %w(code@bootstraponline.com fly.49.89.over@gmail.com)
|
|
12
16
|
s.homepage = 'https://github.com/appium/appium_thor'
|
data/lib/appium_thor/version.rb
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
module Appium
|
|
2
2
|
module Thor
|
|
3
|
-
VERSION = '2.1.
|
|
4
|
-
DATE = '
|
|
3
|
+
VERSION = '2.1.1' unless defined? ::Appium::Thor::VERSION
|
|
4
|
+
DATE = '2026-09-13' unless defined? ::Appium::Thor::DATE
|
|
5
5
|
end
|
|
6
|
-
end
|
|
6
|
+
end
|
data/release_notes.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
#### v2.1.1
|
|
2
|
+
|
|
3
|
+
- Final maintenance notice: deprecated and archived, with no direct replacement.
|
|
4
|
+
- Add a post-install message. Existing tasks and dependencies are unchanged.
|
|
5
|
+
|
|
1
6
|
#### v2.1.0 2025-01-25
|
|
2
7
|
|
|
3
8
|
- [52ccc71](https://github.com/appium/appium_thor/commit/52ccc7110becccfe7d91d1333ac25ae0c2298117) Release 2.1.0
|
metadata
CHANGED
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: appium_thor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- code@bootstraponline.com
|
|
8
8
|
- Kazuaki Matsuo
|
|
9
|
-
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date:
|
|
11
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
13
12
|
dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
|
15
14
|
name: thor
|
|
@@ -31,7 +30,9 @@ dependencies:
|
|
|
31
30
|
- - "<"
|
|
32
31
|
- !ruby/object:Gem::Version
|
|
33
32
|
version: '2.0'
|
|
34
|
-
description:
|
|
33
|
+
description: appium_thor is deprecated and no longer maintained. The repository is
|
|
34
|
+
archived. There is no direct replacement. Configure your release process using tools
|
|
35
|
+
such as GitHub Actions as needed.
|
|
35
36
|
email:
|
|
36
37
|
- code@bootstraponline.com
|
|
37
38
|
- fly.49.89.over@gmail.com
|
|
@@ -56,7 +57,11 @@ homepage: https://github.com/appium/appium_thor
|
|
|
56
57
|
licenses:
|
|
57
58
|
- http://www.apache.org/licenses/LICENSE-2.0.txt
|
|
58
59
|
metadata: {}
|
|
59
|
-
post_install_message:
|
|
60
|
+
post_install_message: 'appium_thor is deprecated and no longer maintained. The repository
|
|
61
|
+
is archived. There is no direct replacement. Configure your release process using
|
|
62
|
+
tools such as GitHub Actions as needed.
|
|
63
|
+
|
|
64
|
+
'
|
|
60
65
|
rdoc_options: []
|
|
61
66
|
require_paths:
|
|
62
67
|
- lib
|
|
@@ -71,8 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
71
76
|
- !ruby/object:Gem::Version
|
|
72
77
|
version: '0'
|
|
73
78
|
requirements: []
|
|
74
|
-
rubygems_version: 3.
|
|
75
|
-
signing_key:
|
|
79
|
+
rubygems_version: 3.6.9
|
|
76
80
|
specification_version: 4
|
|
77
|
-
summary: Thor tasks for Appium gems.
|
|
81
|
+
summary: "[DEPRECATED] Thor tasks for Appium gems."
|
|
78
82
|
test_files: []
|