github_diff_parser 1.2.0 → 1.3.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/CHANGELOG.md +5 -0
- data/Gemfile.lock +16 -18
- data/lib/github_diff_parser/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f18e9f0c51f8db6051b7abb37f64f3e5c7a99c3fb207884530255d885a883d70
|
4
|
+
data.tar.gz: 38642e3746220a8dfc3eb7664495088dee7d69164aa884436d46a39a0f75e79f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 166abca2249d6fc2c1f3b841863d1f08c5d37651ee8a9dbd84796e8401ac56d0ee5973fa5feaf9e53fce557d3efa270e418d5b046cdfa57e8f9b2d568288f87a
|
7
|
+
data.tar.gz: 7b126d8024109a587db870c35d27ac3fce0ef2563d52c8068f7e2223c13bb872397f0361693ef7a415c510548784f40546e89b3a1f2956921d12973aa370b097
|
data/CHANGELOG.md
CHANGED
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
6
6
|
|
7
7
|
## Unreleased
|
8
8
|
|
9
|
+
## [1.3.0] - 2025-1-8
|
10
|
+
### Removed
|
11
|
+
|
12
|
+
- Remove support for Ruby 3.0. The minimum version to use this gem is Ruby 3.1.
|
13
|
+
|
9
14
|
## [1.2.0] - 2024-9-2
|
10
15
|
### Added
|
11
16
|
- Added `GithubDiffParser::Hunk#context` which returns the context of the hunk.
|
data/Gemfile.lock
CHANGED
@@ -1,42 +1,40 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
github_diff_parser (1.
|
4
|
+
github_diff_parser (1.3.0)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
8
8
|
specs:
|
9
9
|
ast (2.4.2)
|
10
10
|
byebug (11.1.3)
|
11
|
-
json (2.
|
11
|
+
json (2.7.2)
|
12
12
|
language_server-protocol (3.17.0.3)
|
13
|
-
minitest (5.
|
14
|
-
parallel (1.
|
15
|
-
parser (3.
|
13
|
+
minitest (5.25.1)
|
14
|
+
parallel (1.26.3)
|
15
|
+
parser (3.3.4.2)
|
16
16
|
ast (~> 2.4.1)
|
17
17
|
racc
|
18
|
-
racc (1.
|
18
|
+
racc (1.8.1)
|
19
19
|
rainbow (3.1.1)
|
20
|
-
rake (13.
|
21
|
-
regexp_parser (2.
|
22
|
-
|
23
|
-
rubocop (1.53.1)
|
20
|
+
rake (13.2.1)
|
21
|
+
regexp_parser (2.9.2)
|
22
|
+
rubocop (1.66.0)
|
24
23
|
json (~> 2.3)
|
25
24
|
language_server-protocol (>= 3.17.0)
|
26
25
|
parallel (~> 1.10)
|
27
|
-
parser (>= 3.
|
26
|
+
parser (>= 3.3.0.2)
|
28
27
|
rainbow (>= 2.2.2, < 4.0)
|
29
|
-
regexp_parser (>=
|
30
|
-
|
31
|
-
rubocop-ast (>= 1.28.0, < 2.0)
|
28
|
+
regexp_parser (>= 2.4, < 3.0)
|
29
|
+
rubocop-ast (>= 1.32.1, < 2.0)
|
32
30
|
ruby-progressbar (~> 1.7)
|
33
31
|
unicode-display_width (>= 2.4.0, < 3.0)
|
34
|
-
rubocop-ast (1.
|
35
|
-
parser (>= 3.
|
36
|
-
rubocop-shopify (2.
|
32
|
+
rubocop-ast (1.32.1)
|
33
|
+
parser (>= 3.3.1.0)
|
34
|
+
rubocop-shopify (2.15.1)
|
37
35
|
rubocop (~> 1.51)
|
38
36
|
ruby-progressbar (1.13.0)
|
39
|
-
unicode-display_width (2.
|
37
|
+
unicode-display_width (2.5.0)
|
40
38
|
|
41
39
|
PLATFORMS
|
42
40
|
x86_64-darwin-20
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: github_diff_parser
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Edouard CHIN
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: byebug
|
@@ -78,14 +78,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
78
78
|
requirements:
|
79
79
|
- - ">="
|
80
80
|
- !ruby/object:Gem::Version
|
81
|
-
version: 3.
|
81
|
+
version: 3.1.0
|
82
82
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
83
83
|
requirements:
|
84
84
|
- - ">="
|
85
85
|
- !ruby/object:Gem::Version
|
86
86
|
version: '0'
|
87
87
|
requirements: []
|
88
|
-
rubygems_version: 3.5.
|
88
|
+
rubygems_version: 3.5.22
|
89
89
|
signing_key:
|
90
90
|
specification_version: 4
|
91
91
|
summary: A Ruby Gem to parse unified git diff output.
|