appium_thor 2.0.5 → 2.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ee9d98dd9580c6e34de4fc00d790eac29e663ff06362bd521d4364c4b99e7cd8
4
- data.tar.gz: cdea189bb448794d7def0de8f903a54f6c6bca4107dc8334f8c74cbd96b0fbc7
3
+ metadata.gz: 96139b1406874bb460132d2b19135508e41c3d04a6412a877480bc99c12460b2
4
+ data.tar.gz: 2b3b9cc3c876fbeb4b28cf3b0a56de75e50fb8b2af158c20f6b984a41d00c5c9
5
5
  SHA512:
6
- metadata.gz: 50c376f8ddf59e25c5632e48a6ef0219b78b8acc11be0c4d77b0f35d17e4b10b3dc771d9bd8313c7ce9f79657f858ac34c6afff69b11f286523675ba0a279cfc
7
- data.tar.gz: c4af242a5edfdd6a2505d14de5799732d2ef415a12a1aeec319b7095d9210598efdd1a3adfa5f2682c5395d7bbfbc71b553cf06628cd631022144c7b9147bbe3
6
+ metadata.gz: d0e0ca1cf7c2c3343215ef0d41bc1d5c2af954664ae25a2afa165106ea1331872f747af3ba3859c0f28b870c1da1fc8da65737a2d0010737abdd89ea7cd35254
7
+ data.tar.gz: 3a962c6eb306b11b0ed524b045538a2dfd479f0af9604b5a02b03b43d5eeacce2b4c712150f1c80dcbac3e34eae01e61fbcc9c43f00d614772ffe59caa34e2a5
data/README.md CHANGED
@@ -1,7 +1,6 @@
1
1
  # appium_thor
2
2
 
3
- [![Gem Version](https://badge.fury.io/rb/appium_thor.svg)](https://rubygems.org/gems/appium_thor)
4
-
3
+ [![Gem Version](https://badge.fury.io/rb/appium_thor.svg)](https://badge.fury.io/rb/appium_thor)
5
4
 
6
5
  Appium Thor helpers for appium's gems (appium_lib, appium_capybara).
7
6
 
data/appium_thor.gemspec CHANGED
@@ -1,11 +1,10 @@
1
1
  require_relative 'lib/appium_thor/version'
2
2
 
3
3
  Gem::Specification.new do |s|
4
- s.required_ruby_version = '>= 3.0'
4
+ s.required_ruby_version = '>= 3.1'
5
5
 
6
6
  s.name = 'appium_thor'
7
7
  s.version = Appium::Thor::VERSION
8
- s.date = Appium::Thor::DATE
9
8
  s.license = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
10
9
  s.description = s.summary = 'Thor tasks for Appium gems.'
11
10
  s.authors = ['code@bootstraponline.com', 'Kazuaki Matsuo']
@@ -13,5 +12,7 @@ Gem::Specification.new do |s|
13
12
  s.homepage = 'https://github.com/appium/appium_thor'
14
13
  s.require_paths = ['lib']
15
14
 
15
+ s.add_dependency 'thor', '>= 0.19', '< 2.0'
16
+
16
17
  s.files = `git ls-files`.split "\n"
17
18
  end
@@ -1,6 +1,6 @@
1
1
  module Appium
2
2
  module Thor
3
- VERSION = '2.0.5' unless defined? ::Appium::Thor::VERSION
4
- DATE = '2024-04-27' unless defined? ::Appium::Thor::DATE
3
+ VERSION = '2.1.0' unless defined? ::Appium::Thor::VERSION
4
+ DATE = '2025-01-25' unless defined? ::Appium::Thor::DATE
5
5
  end
6
6
  end
data/release_notes.md CHANGED
@@ -1,3 +1,15 @@
1
+ #### v2.1.0 2025-01-25
2
+
3
+ - [52ccc71](https://github.com/appium/appium_thor/commit/52ccc7110becccfe7d91d1333ac25ae0c2298117) Release 2.1.0
4
+ - [74d2946](https://github.com/appium/appium_thor/commit/74d2946fe8cfbf5af710785cbff3be1dfc45a2f1) feat: update ruby version
5
+ - [9049fdf](https://github.com/appium/appium_thor/commit/9049fdf6272c9f68fe3f8f19a01b3a4768c111a6) docs: update badge
6
+
7
+
8
+ #### v2.0.6 2024-04-27
9
+
10
+ - [a135b43](https://github.com/appium/appium_thor/commit/a135b43f742cb1aa7acc2269502b010fed518b29) Release 2.0.6
11
+
12
+
1
13
  #### v2.0.5 2024-04-27
2
14
 
3
15
  - [31e6d74](https://github.com/appium/appium_thor/commit/31e6d7494e0402604e3ce8b10d426684e05c16a9) Release 2.0.5
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appium_thor
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.5
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - code@bootstraponline.com
@@ -9,8 +9,28 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-04-27 00:00:00.000000000 Z
13
- dependencies: []
12
+ date: 2025-01-26 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: thor
16
+ requirement: !ruby/object:Gem::Requirement
17
+ requirements:
18
+ - - ">="
19
+ - !ruby/object:Gem::Version
20
+ version: '0.19'
21
+ - - "<"
22
+ - !ruby/object:Gem::Version
23
+ version: '2.0'
24
+ type: :runtime
25
+ prerelease: false
26
+ version_requirements: !ruby/object:Gem::Requirement
27
+ requirements:
28
+ - - ">="
29
+ - !ruby/object:Gem::Version
30
+ version: '0.19'
31
+ - - "<"
32
+ - !ruby/object:Gem::Version
33
+ version: '2.0'
14
34
  description: Thor tasks for Appium gems.
15
35
  email:
16
36
  - code@bootstraponline.com
@@ -44,7 +64,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
44
64
  requirements:
45
65
  - - ">="
46
66
  - !ruby/object:Gem::Version
47
- version: '3.0'
67
+ version: '3.1'
48
68
  required_rubygems_version: !ruby/object:Gem::Requirement
49
69
  requirements:
50
70
  - - ">="