crep 1.0.2 → 1.0.4
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/.circleci/config.yml +1 -1
- data/.rubocop.yml +1 -1
- data/.ruby-version +1 -1
- data/Changelog.md +8 -0
- data/Gemfile +0 -3
- data/Gemfile.lock +30 -30
- data/crep.gemspec +1 -1
- data/lib/crep/model/crash_sources/hockeyapp_crash_source.rb +4 -4
- data/lib/crep/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6b67ba62da341a2634a2734ef23d8fb80cff6e26f430f1015ea21e0fc864aa72
|
|
4
|
+
data.tar.gz: 7edff4af8e968d53f3591e88c0aef8030b9cf03bd82e0a5d5494d66f1e4d1998
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d7042ef45faaf9e1152376d9305270b49ce2758556b5ddfc8aaedcc2233ec62532c9cc8414e554cf508c5a26ba4170282dac918f1af30b7085270d1deb9a9d2b
|
|
7
|
+
data.tar.gz: 0ee6482432a052900b22237d417ed42fe3160cb42c602a93ac5f4811263a0ca8f0f4727b8013b2a7cbc26b29c5cf182c9eef5ca13ef0204933486dac44908e0c
|
data/.circleci/config.yml
CHANGED
data/.rubocop.yml
CHANGED
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.
|
|
1
|
+
2.5.1
|
data/Changelog.md
CHANGED
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -14,7 +14,7 @@ GIT
|
|
|
14
14
|
PATH
|
|
15
15
|
remote: .
|
|
16
16
|
specs:
|
|
17
|
-
crep (1.0.
|
|
17
|
+
crep (1.0.3)
|
|
18
18
|
claide (~> 1.0.0)
|
|
19
19
|
colorize
|
|
20
20
|
hockeyapp
|
|
@@ -31,9 +31,9 @@ GEM
|
|
|
31
31
|
tzinfo (~> 1.1)
|
|
32
32
|
addressable (2.5.2)
|
|
33
33
|
public_suffix (>= 2.0.2, < 4.0)
|
|
34
|
-
ast (2.
|
|
34
|
+
ast (2.4.0)
|
|
35
35
|
awesome_print (1.8.0)
|
|
36
|
-
byebug (
|
|
36
|
+
byebug (10.0.2)
|
|
37
37
|
claide (1.0.2)
|
|
38
38
|
claide-plugins (0.9.2)
|
|
39
39
|
cork
|
|
@@ -45,14 +45,14 @@ GEM
|
|
|
45
45
|
concurrent-ruby (1.0.5)
|
|
46
46
|
cork (0.3.0)
|
|
47
47
|
colored2 (~> 3.1)
|
|
48
|
-
danger (5.
|
|
48
|
+
danger (5.6.7)
|
|
49
49
|
claide (~> 1.0)
|
|
50
50
|
claide-plugins (>= 0.9.2)
|
|
51
51
|
colored2 (~> 3.1)
|
|
52
52
|
cork (~> 0.1)
|
|
53
53
|
faraday (~> 0.9)
|
|
54
54
|
faraday-http-cache (~> 1.0)
|
|
55
|
-
git (~> 1)
|
|
55
|
+
git (~> 1.5)
|
|
56
56
|
kramdown (~> 1.5)
|
|
57
57
|
no_proxy_fix
|
|
58
58
|
octokit (~> 4.7)
|
|
@@ -62,11 +62,11 @@ GEM
|
|
|
62
62
|
rubocop
|
|
63
63
|
diff-lcs (1.3)
|
|
64
64
|
docile (1.3.1)
|
|
65
|
-
faraday (0.
|
|
65
|
+
faraday (0.15.3)
|
|
66
66
|
multipart-post (>= 1.2, < 3)
|
|
67
67
|
faraday-http-cache (1.3.1)
|
|
68
68
|
faraday (~> 0.8)
|
|
69
|
-
git (1.
|
|
69
|
+
git (1.5.0)
|
|
70
70
|
httmultiparty (0.3.16)
|
|
71
71
|
httparty (>= 0.7.3)
|
|
72
72
|
mimemagic
|
|
@@ -76,7 +76,7 @@ GEM
|
|
|
76
76
|
i18n (1.1.0)
|
|
77
77
|
concurrent-ruby (~> 1.0)
|
|
78
78
|
json (2.1.0)
|
|
79
|
-
kramdown (1.
|
|
79
|
+
kramdown (1.17.0)
|
|
80
80
|
method_source (0.9.0)
|
|
81
81
|
mimemagic (0.3.2)
|
|
82
82
|
minitest (5.11.3)
|
|
@@ -85,36 +85,36 @@ GEM
|
|
|
85
85
|
multipart-post (2.0.0)
|
|
86
86
|
nap (1.1.0)
|
|
87
87
|
no_proxy_fix (0.1.2)
|
|
88
|
-
octokit (4.
|
|
88
|
+
octokit (4.12.0)
|
|
89
89
|
sawyer (~> 0.8.0, >= 0.5.3)
|
|
90
90
|
open4 (1.3.4)
|
|
91
|
-
parallel (1.12.
|
|
92
|
-
parser (2.
|
|
93
|
-
ast (~> 2.
|
|
94
|
-
powerpack (0.1.
|
|
95
|
-
pry (0.11.
|
|
91
|
+
parallel (1.12.1)
|
|
92
|
+
parser (2.5.1.2)
|
|
93
|
+
ast (~> 2.4.0)
|
|
94
|
+
powerpack (0.1.2)
|
|
95
|
+
pry (0.11.3)
|
|
96
96
|
coderay (~> 1.1.0)
|
|
97
97
|
method_source (~> 0.9.0)
|
|
98
|
-
pry-byebug (3.
|
|
99
|
-
byebug (~>
|
|
98
|
+
pry-byebug (3.6.0)
|
|
99
|
+
byebug (~> 10.0)
|
|
100
100
|
pry (~> 0.10)
|
|
101
|
-
public_suffix (3.0.
|
|
101
|
+
public_suffix (3.0.3)
|
|
102
102
|
rainbow (2.2.2)
|
|
103
103
|
rake
|
|
104
104
|
rake (10.5.0)
|
|
105
|
-
rspec (3.
|
|
106
|
-
rspec-core (~> 3.
|
|
107
|
-
rspec-expectations (~> 3.
|
|
108
|
-
rspec-mocks (~> 3.
|
|
109
|
-
rspec-core (3.
|
|
110
|
-
rspec-support (~> 3.
|
|
111
|
-
rspec-expectations (3.
|
|
105
|
+
rspec (3.8.0)
|
|
106
|
+
rspec-core (~> 3.8.0)
|
|
107
|
+
rspec-expectations (~> 3.8.0)
|
|
108
|
+
rspec-mocks (~> 3.8.0)
|
|
109
|
+
rspec-core (3.8.0)
|
|
110
|
+
rspec-support (~> 3.8.0)
|
|
111
|
+
rspec-expectations (3.8.1)
|
|
112
112
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
113
|
-
rspec-support (~> 3.
|
|
114
|
-
rspec-mocks (3.
|
|
113
|
+
rspec-support (~> 3.8.0)
|
|
114
|
+
rspec-mocks (3.8.0)
|
|
115
115
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
116
|
-
rspec-support (~> 3.
|
|
117
|
-
rspec-support (3.
|
|
116
|
+
rspec-support (~> 3.8.0)
|
|
117
|
+
rspec-support (3.8.0)
|
|
118
118
|
rubocop (0.51.0)
|
|
119
119
|
parallel (~> 1.10)
|
|
120
120
|
parser (>= 2.3.3.1, < 3.0)
|
|
@@ -122,7 +122,7 @@ GEM
|
|
|
122
122
|
rainbow (>= 2.2.2, < 3.0)
|
|
123
123
|
ruby-progressbar (~> 1.7)
|
|
124
124
|
unicode-display_width (~> 1.0, >= 1.0.1)
|
|
125
|
-
ruby-progressbar (1.
|
|
125
|
+
ruby-progressbar (1.10.0)
|
|
126
126
|
sawyer (0.8.1)
|
|
127
127
|
addressable (>= 2.3.5, < 2.6)
|
|
128
128
|
faraday (~> 0.8, < 1.0)
|
|
@@ -136,7 +136,7 @@ GEM
|
|
|
136
136
|
thread_safe (0.3.6)
|
|
137
137
|
tzinfo (1.2.5)
|
|
138
138
|
thread_safe (~> 0.1)
|
|
139
|
-
unicode-display_width (1.
|
|
139
|
+
unicode-display_width (1.4.0)
|
|
140
140
|
|
|
141
141
|
PLATFORMS
|
|
142
142
|
ruby
|
data/crep.gemspec
CHANGED
|
@@ -36,16 +36,16 @@ module Crep
|
|
|
36
36
|
def crash_groups(version, show_only_unresolved)
|
|
37
37
|
reasons = version.crash_reasons('sort' => 'number_of_crashes', 'order' => 'desc')
|
|
38
38
|
unresolved_reasons = show_only_unresolved ? unresolved_reasons(reasons) : reasons
|
|
39
|
-
crashes_from_reasons(unresolved_reasons)
|
|
39
|
+
crashes_from_reasons(unresolved_reasons, version)
|
|
40
40
|
end
|
|
41
41
|
|
|
42
|
-
def crashes_from_reasons(unresolved_reasons)
|
|
42
|
+
def crashes_from_reasons(unresolved_reasons, version)
|
|
43
43
|
unresolved_reasons.map do |reason|
|
|
44
|
-
crash_from_reason(reason)
|
|
44
|
+
crash_from_reason(reason, version)
|
|
45
45
|
end
|
|
46
46
|
end
|
|
47
47
|
|
|
48
|
-
def crash_from_reason(reason)
|
|
48
|
+
def crash_from_reason(reason, version)
|
|
49
49
|
Crash.new(file_line: "#{reason.file}:#{reason.line}",
|
|
50
50
|
occurrences: reason.number_of_crashes,
|
|
51
51
|
reason: reason.reason,
|
data/lib/crep/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: crep
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kim Dung-Pham
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date:
|
|
13
|
+
date: 2019-01-22 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: colorize
|
|
@@ -30,16 +30,16 @@ dependencies:
|
|
|
30
30
|
name: hockeyapp
|
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
|
32
32
|
requirements:
|
|
33
|
-
- -
|
|
33
|
+
- - '='
|
|
34
34
|
- !ruby/object:Gem::Version
|
|
35
|
-
version:
|
|
35
|
+
version: 0.0.17
|
|
36
36
|
type: :runtime
|
|
37
37
|
prerelease: false
|
|
38
38
|
version_requirements: !ruby/object:Gem::Requirement
|
|
39
39
|
requirements:
|
|
40
|
-
- -
|
|
40
|
+
- - '='
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
|
-
version:
|
|
42
|
+
version: 0.0.17
|
|
43
43
|
- !ruby/object:Gem::Dependency
|
|
44
44
|
name: claide
|
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -204,7 +204,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
204
204
|
version: '0'
|
|
205
205
|
requirements: []
|
|
206
206
|
rubyforge_project:
|
|
207
|
-
rubygems_version: 2.7.
|
|
207
|
+
rubygems_version: 2.7.8
|
|
208
208
|
signing_key:
|
|
209
209
|
specification_version: 4
|
|
210
210
|
summary: Create Crash Reports with ease.
|