appium_thor 2.0.5 → 2.0.6

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: 38875a28ac864ff69b68afbfdecf71f06a528c4d70fcad2a28864400918bc631
4
+ data.tar.gz: 6f16c392c229b4715493e981825a3a8fb009d81e85eaa7277c69c96de8a8da0b
5
5
  SHA512:
6
- metadata.gz: 50c376f8ddf59e25c5632e48a6ef0219b78b8acc11be0c4d77b0f35d17e4b10b3dc771d9bd8313c7ce9f79657f858ac34c6afff69b11f286523675ba0a279cfc
7
- data.tar.gz: c4af242a5edfdd6a2505d14de5799732d2ef415a12a1aeec319b7095d9210598efdd1a3adfa5f2682c5395d7bbfbc71b553cf06628cd631022144c7b9147bbe3
6
+ metadata.gz: 666758c994fc6b98393c8a9147514222d11088632154b09e7a6e51e9de06ed42c8e17c98b3aff982654b8d2ac3fcf22def3397c429d7a421b13b35c9e7770490
7
+ data.tar.gz: 9744a558cc1f669bd842e18888e3599062406746cf680fa65f82d5573426e81b5e04c0f492b0934877ae5dccb162071ff1d64a59a9ce2067a024b8270fc915b5
data/appium_thor.gemspec CHANGED
@@ -13,5 +13,7 @@ Gem::Specification.new do |s|
13
13
  s.homepage = 'https://github.com/appium/appium_thor'
14
14
  s.require_paths = ['lib']
15
15
 
16
+ s.add_runtime_dependency 'thor', '>= 0.19', '< 2.0'
17
+
16
18
  s.files = `git ls-files`.split "\n"
17
19
  end
@@ -1,6 +1,6 @@
1
1
  module Appium
2
2
  module Thor
3
- VERSION = '2.0.5' unless defined? ::Appium::Thor::VERSION
3
+ VERSION = '2.0.6' unless defined? ::Appium::Thor::VERSION
4
4
  DATE = '2024-04-27' unless defined? ::Appium::Thor::DATE
5
5
  end
6
6
  end
data/release_notes.md CHANGED
@@ -1,3 +1,8 @@
1
+ #### v2.0.6 2024-04-27
2
+
3
+ - [a135b43](https://github.com/appium/appium_thor/commit/a135b43f742cb1aa7acc2269502b010fed518b29) Release 2.0.6
4
+
5
+
1
6
  #### v2.0.5 2024-04-27
2
7
 
3
8
  - [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.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - code@bootstraponline.com
@@ -10,7 +10,27 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
  date: 2024-04-27 00:00:00.000000000 Z
13
- dependencies: []
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
@@ -51,7 +71,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
51
71
  - !ruby/object:Gem::Version
52
72
  version: '0'
53
73
  requirements: []
54
- rubygems_version: 3.5.9
74
+ rubygems_version: 3.3.27
55
75
  signing_key:
56
76
  specification_version: 4
57
77
  summary: Thor tasks for Appium gems.