crep 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1f850691e9c5310d08744bfe8a5bec641d2d5f66f31e740ee0649a6eace15193
4
- data.tar.gz: 74a17e8a6bb887ff990b8de51fc30aea0641b3e6c55ed7e1618ca55cf0d5909e
3
+ metadata.gz: 2c121d0e06495781a943d4efead9316e4fd071ab8b4f0c3e70ef14bdfc410fdb
4
+ data.tar.gz: feaa6dab1654c8c4f0ceac320295d22443c9614781081d372f0e420ea8bead25
5
5
  SHA512:
6
- metadata.gz: 4cbff327806fd717670fc4708b30b666d500a579b2be4053db97036362a6620b2ee118f09b41fd1468b4fda63b8d8fef5ef0df26d430573fd02d138496a69a29
7
- data.tar.gz: 8f650185f26a56a2d96daeefaef9538bb17b78d208dfd2ab0c93afd562e811c50dec3b9399570e07584867e08b4dfdae525739dd88ff481cb010965b484e6001
6
+ metadata.gz: 192a93508bff625e35ee8dce8d9f7694303de5c21fbc1505e870df4a3fb2f138de46da51720ee61aa8e3e64df2853e4e17a1585e689372e16669ff49490a6536
7
+ data.tar.gz: cdca2c9bed124733c3b8a02798f02f5426b099538274be97412696b8854207a4e6974c1087ac587f0c93d453c59dca9a87033029d888564032a01094160eaaf6
@@ -17,7 +17,7 @@ Style/Documentation:
17
17
 
18
18
  Metrics/BlockLength:
19
19
  Exclude:
20
- - 'spec/*_spec.rb'
20
+ - 'spec/**/*_spec.rb'
21
21
  - '*.gemspec'
22
22
 
23
23
  Metrics/AbcSize:
@@ -8,6 +8,12 @@
8
8
 
9
9
  ### Miscellaneous
10
10
 
11
+ # v1.0.3
12
+
13
+ ### Fixed
14
+
15
+ - Fixed an issue where the version to contruct the crash url would not be passed in.
16
+
11
17
  # v1.0.2
12
18
 
13
19
  ### Added
@@ -14,7 +14,7 @@ GIT
14
14
  PATH
15
15
  remote: .
16
16
  specs:
17
- crep (1.0.2)
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.3.0)
34
+ ast (2.4.0)
35
35
  awesome_print (1.8.0)
36
- byebug (9.1.0)
36
+ byebug (10.0.2)
37
37
  claide (1.0.2)
38
38
  claide-plugins (0.9.2)
39
39
  cork
@@ -45,7 +45,7 @@ GEM
45
45
  concurrent-ruby (1.0.5)
46
46
  cork (0.3.0)
47
47
  colored2 (~> 3.1)
48
- danger (5.5.6)
48
+ danger (5.6.4)
49
49
  claide (~> 1.0)
50
50
  claide-plugins (>= 0.9.2)
51
51
  colored2 (~> 3.1)
@@ -62,11 +62,11 @@ GEM
62
62
  rubocop
63
63
  diff-lcs (1.3)
64
64
  docile (1.3.1)
65
- faraday (0.13.1)
65
+ faraday (0.15.2)
66
66
  multipart-post (>= 1.2, < 3)
67
67
  faraday-http-cache (1.3.1)
68
68
  faraday (~> 0.8)
69
- git (1.3.0)
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.16.2)
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.8.0)
88
+ octokit (4.11.0)
89
89
  sawyer (~> 0.8.0, >= 0.5.3)
90
90
  open4 (1.3.4)
91
- parallel (1.12.0)
92
- parser (2.4.0.2)
93
- ast (~> 2.3)
94
- powerpack (0.1.1)
95
- pry (0.11.2)
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.5.1)
99
- byebug (~> 9.1)
98
+ pry-byebug (3.6.0)
99
+ byebug (~> 10.0)
100
100
  pry (~> 0.10)
101
- public_suffix (3.0.1)
101
+ public_suffix (3.0.3)
102
102
  rainbow (2.2.2)
103
103
  rake
104
104
  rake (10.5.0)
105
- rspec (3.7.0)
106
- rspec-core (~> 3.7.0)
107
- rspec-expectations (~> 3.7.0)
108
- rspec-mocks (~> 3.7.0)
109
- rspec-core (3.7.0)
110
- rspec-support (~> 3.7.0)
111
- rspec-expectations (3.7.0)
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.7.0)
114
- rspec-mocks (3.7.0)
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.7.0)
117
- rspec-support (3.7.0)
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.9.0)
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.3.0)
139
+ unicode-display_width (1.4.0)
140
140
 
141
141
  PLATFORMS
142
142
  ruby
@@ -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,
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Crep
4
- VERSION = '1.0.2'
4
+ VERSION = '1.0.3'
5
5
  end
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.2
4
+ version: 1.0.3
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: 2018-08-22 00:00:00.000000000 Z
13
+ date: 2018-08-31 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: colorize