ssp-cijoe 0.4.4.1 → 0.4.4.2

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.
Files changed (2) hide show
  1. data/lib/cijoe/build.rb +7 -7
  2. metadata +3 -3
@@ -36,25 +36,25 @@ class CIJoe
36
36
  "<unknown>"
37
37
  end
38
38
  end
39
-
39
+
40
40
  def full_id
41
41
  "#{short_sha}.#{finished_at.to_i.to_s}"
42
42
  end
43
-
43
+
44
44
  def metrics_dir
45
45
  "#{Config.cijoe.metricsdir}/#{project}/#{full_id}"
46
46
  end
47
-
47
+
48
48
  def coverage_dir
49
49
  "#{Config.cijoe.coveragedir}/#{project}/#{full_id}"
50
50
  end
51
-
51
+
52
52
  def metrics_url
53
- "http://ci.secretsaucepartners.com/metrics/#{project}/#{full_id}/index.html"
53
+ "/metrics/#{project}/#{full_id}/index.html"
54
54
  end
55
-
55
+
56
56
  def coverage_url
57
- "http://ci.secretsaucepartners.com/coverage/#{project}/#{full_id}/index.html"
57
+ "/coverage/#{project}/#{full_id}/index.html"
58
58
  end
59
59
 
60
60
  def clean_output
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ssp-cijoe
3
3
  version: !ruby/object:Gem::Version
4
- hash: 125
4
+ hash: 123
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
9
  - 4
10
- - 1
11
- version: 0.4.4.1
10
+ - 2
11
+ version: 0.4.4.2
12
12
  platform: ruby
13
13
  authors:
14
14
  - Chris Wanstrath