a9n 1.5.1 → 1.6.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 +4 -4
- data/.github/workflows/ruby.yml +1 -1
- data/Gemfile.lock +40 -38
- data/a9n.gemspec +2 -1
- data/lib/a9n/version.rb +1 -1
- data/lib/a9n.rb +2 -2
- metadata +19 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cfc8c10e1cbddd7d2b2d153d2c69f1015e7c6894d5088960efbf844ab5dd8475
|
4
|
+
data.tar.gz: fd0459a83add2438100144bb9268df8b8ad7ba650c1f2474a2ab030b360be3de
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 78c143d29e51ff915bc670431a02495650f9dfc39ddbca6565785cdeef2bb26be68b6e5c1308566556972a1060742df373af0366d91198b24bd1f62575d978d2
|
7
|
+
data.tar.gz: 4e3fc694eb3ad834259f21e0a5e73f0957321d421929120040437caaa4619fc301807ef0eec0306b17dbe9be478def6c40fca3af45d083141f0edea106f10bee
|
data/.github/workflows/ruby.yml
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,67 +1,69 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
a9n (1.
|
4
|
+
a9n (1.6.0)
|
5
|
+
ostruct
|
5
6
|
|
6
7
|
GEM
|
7
8
|
remote: https://rubygems.org/
|
8
9
|
specs:
|
9
|
-
ast (2.4.
|
10
|
+
ast (2.4.3)
|
10
11
|
coderay (1.1.3)
|
11
|
-
diff-lcs (1.
|
12
|
-
json (2.
|
13
|
-
language_server-protocol (3.17.0.
|
14
|
-
|
15
|
-
|
16
|
-
|
12
|
+
diff-lcs (1.6.2)
|
13
|
+
json (2.13.2)
|
14
|
+
language_server-protocol (3.17.0.5)
|
15
|
+
lint_roller (1.1.0)
|
16
|
+
method_source (1.1.0)
|
17
|
+
ostruct (0.6.3)
|
18
|
+
parallel (1.27.0)
|
19
|
+
parser (3.3.9.0)
|
17
20
|
ast (~> 2.4.1)
|
18
21
|
racc
|
19
|
-
|
22
|
+
prism (1.4.0)
|
23
|
+
pry (0.15.2)
|
20
24
|
coderay (~> 1.1)
|
21
25
|
method_source (~> 1.0)
|
22
|
-
racc (1.
|
26
|
+
racc (1.8.1)
|
23
27
|
rainbow (3.1.1)
|
24
|
-
rake (13.
|
25
|
-
regexp_parser (2.
|
26
|
-
|
27
|
-
rspec (3.13.0)
|
28
|
+
rake (13.3.0)
|
29
|
+
regexp_parser (2.11.2)
|
30
|
+
rspec (3.13.1)
|
28
31
|
rspec-core (~> 3.13.0)
|
29
32
|
rspec-expectations (~> 3.13.0)
|
30
33
|
rspec-mocks (~> 3.13.0)
|
31
|
-
rspec-core (3.13.
|
34
|
+
rspec-core (3.13.5)
|
32
35
|
rspec-support (~> 3.13.0)
|
33
|
-
rspec-expectations (3.13.
|
36
|
+
rspec-expectations (3.13.5)
|
34
37
|
diff-lcs (>= 1.2.0, < 2.0)
|
35
38
|
rspec-support (~> 3.13.0)
|
36
|
-
rspec-mocks (3.13.
|
39
|
+
rspec-mocks (3.13.5)
|
37
40
|
diff-lcs (>= 1.2.0, < 2.0)
|
38
41
|
rspec-support (~> 3.13.0)
|
39
|
-
rspec-support (3.13.
|
40
|
-
rubocop (1.
|
42
|
+
rspec-support (3.13.4)
|
43
|
+
rubocop (1.79.2)
|
41
44
|
json (~> 2.3)
|
42
|
-
language_server-protocol (
|
45
|
+
language_server-protocol (~> 3.17.0.2)
|
46
|
+
lint_roller (~> 1.1.0)
|
43
47
|
parallel (~> 1.10)
|
44
48
|
parser (>= 3.3.0.2)
|
45
49
|
rainbow (>= 2.2.2, < 4.0)
|
46
|
-
regexp_parser (>=
|
47
|
-
|
48
|
-
rubocop-ast (>= 1.30.0, < 2.0)
|
50
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
51
|
+
rubocop-ast (>= 1.46.0, < 2.0)
|
49
52
|
ruby-progressbar (~> 1.7)
|
50
|
-
unicode-display_width (>= 2.4.0, <
|
51
|
-
rubocop-ast (1.
|
52
|
-
parser (>= 3.
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
rubocop (
|
57
|
-
rubocop-
|
58
|
-
|
59
|
-
|
60
|
-
rubocop (~> 1.40)
|
61
|
-
rubocop-capybara (~> 2.17)
|
62
|
-
rubocop-factory_bot (~> 2.22)
|
53
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
54
|
+
rubocop-ast (1.46.0)
|
55
|
+
parser (>= 3.3.7.2)
|
56
|
+
prism (~> 1.4)
|
57
|
+
rubocop-rake (0.7.1)
|
58
|
+
lint_roller (~> 1.1)
|
59
|
+
rubocop (>= 1.72.1)
|
60
|
+
rubocop-rspec (3.6.0)
|
61
|
+
lint_roller (~> 1.1)
|
62
|
+
rubocop (~> 1.72, >= 1.72.1)
|
63
63
|
ruby-progressbar (1.13.0)
|
64
|
-
unicode-display_width (
|
64
|
+
unicode-display_width (3.1.4)
|
65
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
66
|
+
unicode-emoji (4.0.4)
|
65
67
|
|
66
68
|
PLATFORMS
|
67
69
|
ruby
|
@@ -79,4 +81,4 @@ DEPENDENCIES
|
|
79
81
|
rubocop-rspec
|
80
82
|
|
81
83
|
BUNDLED WITH
|
82
|
-
2.
|
84
|
+
2.7.1
|
data/a9n.gemspec
CHANGED
data/lib/a9n/version.rb
CHANGED
data/lib/a9n.rb
CHANGED
@@ -117,9 +117,9 @@ module A9n
|
|
117
117
|
@logger ||= ::Logger.new($stdout, level: fetch(:log_level, DEFAULT_LOG_LEVEL))
|
118
118
|
end
|
119
119
|
|
120
|
-
def method_missing(name, *
|
120
|
+
def method_missing(name, *)
|
121
121
|
load if storage.empty?
|
122
|
-
storage.send(name, *
|
122
|
+
storage.send(name, *)
|
123
123
|
end
|
124
124
|
|
125
125
|
private
|
metadata
CHANGED
@@ -1,16 +1,28 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: a9n
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Krzysztof Knapik
|
8
|
-
autorequire:
|
9
8
|
bindir: exe
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
12
|
-
dependencies:
|
13
|
-
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
|
+
dependencies:
|
12
|
+
- !ruby/object:Gem::Dependency
|
13
|
+
name: ostruct
|
14
|
+
requirement: !ruby/object:Gem::Requirement
|
15
|
+
requirements:
|
16
|
+
- - ">="
|
17
|
+
- !ruby/object:Gem::Version
|
18
|
+
version: '0'
|
19
|
+
type: :runtime
|
20
|
+
prerelease: false
|
21
|
+
version_requirements: !ruby/object:Gem::Requirement
|
22
|
+
requirements:
|
23
|
+
- - ">="
|
24
|
+
- !ruby/object:Gem::Version
|
25
|
+
version: '0'
|
14
26
|
email:
|
15
27
|
- knapo@knapo.net
|
16
28
|
executables: []
|
@@ -45,7 +57,6 @@ metadata:
|
|
45
57
|
homepage_uri: https://github.com/knapo/a9n
|
46
58
|
source_code_uri: https://github.com/knapo/a9n
|
47
59
|
rubygems_mfa_required: 'true'
|
48
|
-
post_install_message:
|
49
60
|
rdoc_options: []
|
50
61
|
require_paths:
|
51
62
|
- lib
|
@@ -53,15 +64,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
53
64
|
requirements:
|
54
65
|
- - ">="
|
55
66
|
- !ruby/object:Gem::Version
|
56
|
-
version: '3.
|
67
|
+
version: '3.3'
|
57
68
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
58
69
|
requirements:
|
59
70
|
- - ">="
|
60
71
|
- !ruby/object:Gem::Version
|
61
72
|
version: '0'
|
62
73
|
requirements: []
|
63
|
-
rubygems_version: 3.
|
64
|
-
signing_key:
|
74
|
+
rubygems_version: 3.7.1
|
65
75
|
specification_version: 4
|
66
76
|
summary: a9n - ruby/rails apps configuration manager
|
67
77
|
test_files: []
|