covered-git 0.1.1 → 0.1.3
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
- checksums.yaml.gz.sig +0 -0
- data/bake/covered/git.rb +1 -1
- data/lib/covered/git/version.rb +1 -1
- data/lib/covered/git.rb +0 -7
- data.tar.gz.sig +0 -0
- metadata +22 -8
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4d85a15e1b9d1cf629b0afb25b8a7872b533d911754eeec7e344e25728ffcef7
|
|
4
|
+
data.tar.gz: 95641b788ffccd4249914ae2053b4e0fc3d3ca9831e7df81a387f68864c9ac1d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1582c1e6199c905879f35bd50616e979e9ccd85f16ac454209a464d78cc5e46ad58f4ad905c6f629f66f0efa6396605da16f68c7a57d130b305b72415fed9b1c
|
|
7
|
+
data.tar.gz: 558aa6d3c96029834358d7d14c79841fbd31088eb2c3a8fc5a9322bbfa281e74ef23c19fd9d9d9076d1fb41e4a06a00a72bc6f8d773fd881ce2e85b9a565b17f
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/bake/covered/git.rb
CHANGED
|
@@ -45,7 +45,7 @@ end
|
|
|
45
45
|
def lines_modified(branch)
|
|
46
46
|
result = Hash.new{|k,v| k[v] = Set.new}
|
|
47
47
|
|
|
48
|
-
diff = repository.
|
|
48
|
+
diff = repository.diff(repository.rev_parse(branch), repository.last_commit)
|
|
49
49
|
|
|
50
50
|
diff.each_patch do |patch|
|
|
51
51
|
path = patch.delta.new_file[:path]
|
data/lib/covered/git/version.rb
CHANGED
data/lib/covered/git.rb
CHANGED
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: covered-git
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Samuel Williams
|
|
@@ -37,8 +37,22 @@ cert_chain:
|
|
|
37
37
|
Q2K9NVun/S785AP05vKkXZEFYxqG6EW012U4oLcFl5MySFajYXRYbuUpH6AY+HP8
|
|
38
38
|
voD0MPg1DssDLKwXyt1eKD/+Fq0bFWhwVM/1XiAXL7lyYUyOq24KHgQ2Csg=
|
|
39
39
|
-----END CERTIFICATE-----
|
|
40
|
-
date: 2023-07-
|
|
40
|
+
date: 2023-07-21 00:00:00.000000000 Z
|
|
41
41
|
dependencies:
|
|
42
|
+
- !ruby/object:Gem::Dependency
|
|
43
|
+
name: bake
|
|
44
|
+
requirement: !ruby/object:Gem::Requirement
|
|
45
|
+
requirements:
|
|
46
|
+
- - ">="
|
|
47
|
+
- !ruby/object:Gem::Version
|
|
48
|
+
version: '0'
|
|
49
|
+
type: :runtime
|
|
50
|
+
prerelease: false
|
|
51
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
52
|
+
requirements:
|
|
53
|
+
- - ">="
|
|
54
|
+
- !ruby/object:Gem::Version
|
|
55
|
+
version: '0'
|
|
42
56
|
- !ruby/object:Gem::Dependency
|
|
43
57
|
name: covered
|
|
44
58
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -54,19 +68,19 @@ dependencies:
|
|
|
54
68
|
- !ruby/object:Gem::Version
|
|
55
69
|
version: '0.24'
|
|
56
70
|
- !ruby/object:Gem::Dependency
|
|
57
|
-
name:
|
|
71
|
+
name: rugged
|
|
58
72
|
requirement: !ruby/object:Gem::Requirement
|
|
59
73
|
requirements:
|
|
60
|
-
- - "
|
|
74
|
+
- - "~>"
|
|
61
75
|
- !ruby/object:Gem::Version
|
|
62
|
-
version: '
|
|
76
|
+
version: '1.6'
|
|
63
77
|
type: :runtime
|
|
64
78
|
prerelease: false
|
|
65
79
|
version_requirements: !ruby/object:Gem::Requirement
|
|
66
80
|
requirements:
|
|
67
|
-
- - "
|
|
81
|
+
- - "~>"
|
|
68
82
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: '
|
|
83
|
+
version: '1.6'
|
|
70
84
|
description:
|
|
71
85
|
email:
|
|
72
86
|
executables: []
|
|
@@ -99,7 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
99
113
|
- !ruby/object:Gem::Version
|
|
100
114
|
version: '0'
|
|
101
115
|
requirements: []
|
|
102
|
-
rubygems_version: 3.4.
|
|
116
|
+
rubygems_version: 3.4.7
|
|
103
117
|
signing_key:
|
|
104
118
|
specification_version: 4
|
|
105
119
|
summary: Provides coverage computation for git pull requests.
|
metadata.gz.sig
CHANGED
|
Binary file
|