atrea_control 3.0.0 → 3.0.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: 919ab4f4ed1dde112816e58cecfb4ffc393cb539cecf81796a2490219683c75d
4
- data.tar.gz: 7b450714f08130ad30ad565c5ce04b22b29435c43cd8230dbf10103a04c9e624
3
+ metadata.gz: 20263e53229b3ddf7cda715887e96db0e41859f76283ea39be936026350a9856
4
+ data.tar.gz: 1ad093d3927b23422394f4a0ee1df6cbd0613d7ef059a766ecd4e07c18f68710
5
5
  SHA512:
6
- metadata.gz: 360fc2c895cc21dabffd4450a5013899263077b7a9f5c968c7046584728e457f795e8a159dc714021ac2dfaed2b5fe3792debd67c88c52810144d83bea792cff
7
- data.tar.gz: bfdd992e729adccf960aee9d26e9088ef9fe7beb20f1067396099248659c187e079f303504e04fefb7bdac9dee0dd0249f01c053b39966cef67f55c2da2ada69
6
+ metadata.gz: 8c97451f757393eaeb5cb3f98d7bd3b70bd1a962f0dd892528d5109604113b1fa43e138883dedfe598b8b08a388be8804a8b0b08c6a5059070d6b1c7d91fc0c5
7
+ data.tar.gz: ce1f31d0f7da01b6c407fc8c310717d456bc8654917835d8e809dd3d21f114b89455212c2d84cde458bd14ec55ef0ce9f46b1fde5f8984ea9554a59ae590e27f
data/.rubocop.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  inherit_from: .rubocop_todo.yml
2
2
 
3
- require:
3
+ plugins:
4
4
  - rubocop-rspec
5
5
  AllCops:
6
6
  NewCops: enable
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.3.6
1
+ 3.3.7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- atrea_control (3.0.0)
4
+ atrea_control (3.0.1)
5
5
  i18n (~> 1.14)
6
6
  nokogiri (~> 1.15)
7
7
  rest-client (~> 2.1)
@@ -18,7 +18,7 @@ GEM
18
18
  crack (1.0.0)
19
19
  bigdecimal
20
20
  rexml
21
- diff-lcs (1.5.1)
21
+ diff-lcs (1.6.0)
22
22
  docile (1.4.1)
23
23
  domain_name (0.6.20240107)
24
24
  hashdiff (1.1.2)
@@ -27,23 +27,24 @@ GEM
27
27
  domain_name (~> 0.5)
28
28
  i18n (1.14.7)
29
29
  concurrent-ruby (~> 1.0)
30
- json (2.9.1)
31
- language_server-protocol (3.17.0.3)
32
- logger (1.6.5)
30
+ json (2.10.2)
31
+ language_server-protocol (3.17.0.4)
32
+ lint_roller (1.1.0)
33
+ logger (1.6.6)
33
34
  method_source (1.1.0)
34
35
  mime-types (3.6.0)
35
36
  logger
36
37
  mime-types-data (~> 3.2015)
37
- mime-types-data (3.2025.0107)
38
+ mime-types-data (3.2025.0304)
38
39
  netrc (0.11.0)
39
- nokogiri (1.18.2-arm64-darwin)
40
+ nokogiri (1.18.4-arm64-darwin)
40
41
  racc (~> 1.4)
41
- nokogiri (1.18.2-x86_64-darwin)
42
+ nokogiri (1.18.4-x86_64-darwin)
42
43
  racc (~> 1.4)
43
- nokogiri (1.18.2-x86_64-linux-gnu)
44
+ nokogiri (1.18.4-x86_64-linux-gnu)
44
45
  racc (~> 1.4)
45
46
  parallel (1.26.3)
46
- parser (3.3.7.0)
47
+ parser (3.3.7.1)
47
48
  ast (~> 2.4.1)
48
49
  racc
49
50
  pry (0.15.2)
@@ -59,12 +60,12 @@ GEM
59
60
  http-cookie (>= 1.0.2, < 2.0)
60
61
  mime-types (>= 1.16, < 4.0)
61
62
  netrc (~> 0.8)
62
- rexml (3.4.0)
63
+ rexml (3.4.1)
63
64
  rspec (3.13.0)
64
65
  rspec-core (~> 3.13.0)
65
66
  rspec-expectations (~> 3.13.0)
66
67
  rspec-mocks (~> 3.13.0)
67
- rspec-core (3.13.2)
68
+ rspec-core (3.13.3)
68
69
  rspec-support (~> 3.13.0)
69
70
  rspec-expectations (3.13.3)
70
71
  diff-lcs (>= 1.2.0, < 2.0)
@@ -73,20 +74,22 @@ GEM
73
74
  diff-lcs (>= 1.2.0, < 2.0)
74
75
  rspec-support (~> 3.13.0)
75
76
  rspec-support (3.13.2)
76
- rubocop (1.70.0)
77
+ rubocop (1.74.0)
77
78
  json (~> 2.3)
78
- language_server-protocol (>= 3.17.0)
79
+ language_server-protocol (~> 3.17.0.2)
80
+ lint_roller (~> 1.1.0)
79
81
  parallel (~> 1.10)
80
82
  parser (>= 3.3.0.2)
81
83
  rainbow (>= 2.2.2, < 4.0)
82
84
  regexp_parser (>= 2.9.3, < 3.0)
83
- rubocop-ast (>= 1.36.2, < 2.0)
85
+ rubocop-ast (>= 1.38.0, < 2.0)
84
86
  ruby-progressbar (~> 1.7)
85
87
  unicode-display_width (>= 2.4.0, < 4.0)
86
- rubocop-ast (1.37.0)
88
+ rubocop-ast (1.39.0)
87
89
  parser (>= 3.3.1.0)
88
- rubocop-rspec (3.4.0)
89
- rubocop (~> 1.61)
90
+ rubocop-rspec (3.5.0)
91
+ lint_roller (~> 1.1)
92
+ rubocop (~> 1.72, >= 1.72.1)
90
93
  ruby-progressbar (1.13.0)
91
94
  simplecov (0.22.0)
92
95
  docile (~> 1.1)
@@ -97,7 +100,7 @@ GEM
97
100
  unicode-display_width (3.1.4)
98
101
  unicode-emoji (~> 4.0, >= 4.0.4)
99
102
  unicode-emoji (4.0.4)
100
- webmock (3.24.0)
103
+ webmock (3.25.1)
101
104
  addressable (>= 2.8.0)
102
105
  crack (>= 0.3.2)
103
106
  hashdiff (>= 0.4.0, < 2.0.0)
@@ -120,4 +123,4 @@ DEPENDENCIES
120
123
  webmock (~> 3.14)
121
124
 
122
125
  BUNDLED WITH
123
- 2.6.3
126
+ 2.6.6
@@ -1,6 +1,7 @@
1
1
  # frozen_string_literal: true
2
+
2
3
  # :nocov:
3
4
 
4
5
  module AtreaControl
5
- VERSION = "3.0.0"
6
+ VERSION = "3.0.1"
6
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atrea_control
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lukáš Pokorný
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-01-24 00:00:00.000000000 Z
11
+ date: 2025-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n