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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2b41a2645cf0a1f493ee1ef0f3d2f22266991bd9dfa5c813c1cba1648a937fac
4
- data.tar.gz: 5d3e0a486b37e90636342ce17be51ce181ef60a6c1a9699cbcbb47f2626e1f7c
3
+ metadata.gz: 3a702941ecd6266938ebd23c04591aab1cfd1a683293a62c2aa1319ffc2fdb14
4
+ data.tar.gz: d193848ada0718f03d7c52cbe20ae588c9a34b7a15e3ea3fdaa95863a22a4b98
5
5
  SHA512:
6
- metadata.gz: f2a930630311be550739e8f26817c58f3cd5baa1282dcec0b10c9e2354dd1f94f102d9426704b610c296633a429a7a5e24710a3909237ae9bfa91ce04db0ab4d
7
- data.tar.gz: 9c9d927e3e3067fdc20932d48fa4e18f3a85e02b8793810c2fc0c065cd5c279e371a2ac76b67d0fdcf8fc6b7bd0a5e4f0e6eb001f9e63d5944c24842619c6409
6
+ metadata.gz: 7927d849ef34f48325c92a1953d66d297df0773122ca75680b078616578856455fa2e996a18e713660417974f64f8c46fa90de27d64ea31fd5f90e48611e9711
7
+ data.tar.gz: 58f98b27efba1199039b50305b0f296d77d2e2aece855752911b08ce25def9738734119d26e149173f6bfb8734e62823225536517c90faec86507d80fa16c183
data/.gitignore CHANGED
@@ -9,3 +9,4 @@
9
9
 
10
10
  # rspec failure tracking
11
11
  .rspec_status
12
+ Gemfile.lock
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.2.1] - 2026-03-18
4
+
5
+ ### Changed
6
+ - deleted gemfile.lock
7
+
3
8
  ## [0.2.0] - 2026-03-15
4
9
 
5
10
  ### Added
@@ -3,7 +3,7 @@
3
3
  module Legion
4
4
  module Extensions
5
5
  module Github
6
- VERSION = '0.2.0'
6
+ VERSION = '0.2.1'
7
7
  end
8
8
  end
9
9
  end
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.0
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