lex-github 0.2.0 → 0.2.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/.gitignore +1 -0
- data/CHANGELOG.md +5 -0
- data/lib/legion/extensions/github/version.rb +1 -1
- metadata +1 -2
- data/Gemfile.lock +0 -98
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3a702941ecd6266938ebd23c04591aab1cfd1a683293a62c2aa1319ffc2fdb14
|
|
4
|
+
data.tar.gz: d193848ada0718f03d7c52cbe20ae588c9a34b7a15e3ea3fdaa95863a22a4b98
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7927d849ef34f48325c92a1953d66d297df0773122ca75680b078616578856455fa2e996a18e713660417974f64f8c46fa90de27d64ea31fd5f90e48611e9711
|
|
7
|
+
data.tar.gz: 58f98b27efba1199039b50305b0f296d77d2e2aece855752911b08ce25def9738734119d26e149173f6bfb8734e62823225536517c90faec86507d80fa16c183
|
data/.gitignore
CHANGED
data/CHANGELOG.md
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lex-github
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Esity
|
|
@@ -38,7 +38,6 @@ files:
|
|
|
38
38
|
- CLAUDE.md
|
|
39
39
|
- Dockerfile
|
|
40
40
|
- Gemfile
|
|
41
|
-
- Gemfile.lock
|
|
42
41
|
- LICENSE
|
|
43
42
|
- README.md
|
|
44
43
|
- lex-github.gemspec
|
data/Gemfile.lock
DELETED
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: .
|
|
3
|
-
specs:
|
|
4
|
-
lex-github (0.2.0)
|
|
5
|
-
faraday (>= 2.0)
|
|
6
|
-
|
|
7
|
-
GEM
|
|
8
|
-
remote: https://rubygems.org/
|
|
9
|
-
specs:
|
|
10
|
-
addressable (2.8.9)
|
|
11
|
-
public_suffix (>= 2.0.2, < 8.0)
|
|
12
|
-
ast (2.4.3)
|
|
13
|
-
bigdecimal (4.0.1)
|
|
14
|
-
diff-lcs (1.6.2)
|
|
15
|
-
docile (1.4.1)
|
|
16
|
-
faraday (2.14.1)
|
|
17
|
-
faraday-net_http (>= 2.0, < 3.5)
|
|
18
|
-
json
|
|
19
|
-
logger
|
|
20
|
-
faraday-net_http (3.4.2)
|
|
21
|
-
net-http (~> 0.5)
|
|
22
|
-
json (2.19.1)
|
|
23
|
-
json-schema (6.2.0)
|
|
24
|
-
addressable (~> 2.8)
|
|
25
|
-
bigdecimal (>= 3.1, < 5)
|
|
26
|
-
language_server-protocol (3.17.0.5)
|
|
27
|
-
lint_roller (1.1.0)
|
|
28
|
-
logger (1.7.0)
|
|
29
|
-
mcp (0.8.0)
|
|
30
|
-
json-schema (>= 4.1)
|
|
31
|
-
net-http (0.9.1)
|
|
32
|
-
uri (>= 0.11.1)
|
|
33
|
-
parallel (1.27.0)
|
|
34
|
-
parser (3.3.10.2)
|
|
35
|
-
ast (~> 2.4.1)
|
|
36
|
-
racc
|
|
37
|
-
prism (1.9.0)
|
|
38
|
-
public_suffix (7.0.5)
|
|
39
|
-
racc (1.8.1)
|
|
40
|
-
rainbow (3.1.1)
|
|
41
|
-
rake (13.3.1)
|
|
42
|
-
regexp_parser (2.11.3)
|
|
43
|
-
rspec (3.13.2)
|
|
44
|
-
rspec-core (~> 3.13.0)
|
|
45
|
-
rspec-expectations (~> 3.13.0)
|
|
46
|
-
rspec-mocks (~> 3.13.0)
|
|
47
|
-
rspec-core (3.13.6)
|
|
48
|
-
rspec-support (~> 3.13.0)
|
|
49
|
-
rspec-expectations (3.13.5)
|
|
50
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
51
|
-
rspec-support (~> 3.13.0)
|
|
52
|
-
rspec-mocks (3.13.8)
|
|
53
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
54
|
-
rspec-support (~> 3.13.0)
|
|
55
|
-
rspec-support (3.13.7)
|
|
56
|
-
rspec_junit_formatter (0.6.0)
|
|
57
|
-
rspec-core (>= 2, < 4, != 2.12.0)
|
|
58
|
-
rubocop (1.85.1)
|
|
59
|
-
json (~> 2.3)
|
|
60
|
-
language_server-protocol (~> 3.17.0.2)
|
|
61
|
-
lint_roller (~> 1.1.0)
|
|
62
|
-
mcp (~> 0.6)
|
|
63
|
-
parallel (~> 1.10)
|
|
64
|
-
parser (>= 3.3.0.2)
|
|
65
|
-
rainbow (>= 2.2.2, < 4.0)
|
|
66
|
-
regexp_parser (>= 2.9.3, < 3.0)
|
|
67
|
-
rubocop-ast (>= 1.49.0, < 2.0)
|
|
68
|
-
ruby-progressbar (~> 1.7)
|
|
69
|
-
unicode-display_width (>= 2.4.0, < 4.0)
|
|
70
|
-
rubocop-ast (1.49.1)
|
|
71
|
-
parser (>= 3.3.7.2)
|
|
72
|
-
prism (~> 1.7)
|
|
73
|
-
ruby-progressbar (1.13.0)
|
|
74
|
-
simplecov (0.22.0)
|
|
75
|
-
docile (~> 1.1)
|
|
76
|
-
simplecov-html (~> 0.11)
|
|
77
|
-
simplecov_json_formatter (~> 0.1)
|
|
78
|
-
simplecov-html (0.13.2)
|
|
79
|
-
simplecov_json_formatter (0.1.4)
|
|
80
|
-
unicode-display_width (3.2.0)
|
|
81
|
-
unicode-emoji (~> 4.1)
|
|
82
|
-
unicode-emoji (4.2.0)
|
|
83
|
-
uri (1.1.1)
|
|
84
|
-
|
|
85
|
-
PLATFORMS
|
|
86
|
-
arm64-darwin-25
|
|
87
|
-
ruby
|
|
88
|
-
|
|
89
|
-
DEPENDENCIES
|
|
90
|
-
lex-github!
|
|
91
|
-
rake
|
|
92
|
-
rspec
|
|
93
|
-
rspec_junit_formatter
|
|
94
|
-
rubocop
|
|
95
|
-
simplecov
|
|
96
|
-
|
|
97
|
-
BUNDLED WITH
|
|
98
|
-
2.6.9
|