c2 0.1.11 → 0.1.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -54,6 +54,7 @@ class C2::Reporter::Bucket
54
54
  end
55
55
  @series.map do |key,value|
56
56
  value[:start] = started_at.to_date
57
+ value[:pointStart] = started_at.to_i * 1000
57
58
  value[:end] = Date.today
58
59
  value[:data] = (value[:start]..value[:end]).map { |d| @series_cache[key][d] }
59
60
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: c2
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 3
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 11
10
- version: 0.1.11
9
+ - 12
10
+ version: 0.1.12
11
11
  platform: ruby
12
12
  authors:
13
13
  - hexorx