vega 0.4.0 → 0.5.0

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.
@@ -434,9 +434,8 @@
434
434
  }
435
435
  return [u, v];
436
436
  }
437
- const hop = Object.prototype.hasOwnProperty;
438
437
  function has$1(object, property) {
439
- return hop.call(object, property);
438
+ return Object.hasOwn(object, property);
440
439
  }
441
440
  const NULL = {};
442
441
  function fastmap(input) {
@@ -1984,7 +1983,7 @@
1984
1983
  if (step < 0) while (++step <= 0) {
1985
1984
  while (offseti(date, -1), !test(date)) {} // eslint-disable-line no-empty
1986
1985
  } else while (--step >= 0) {
1987
- while (offseti(date, +1), !test(date)) {} // eslint-disable-line no-empty
1986
+ while (offseti(date, 1), !test(date)) {} // eslint-disable-line no-empty
1988
1987
  }
1989
1988
  }
1990
1989
  });
@@ -3375,8 +3374,8 @@
3375
3374
  options: options || {},
3376
3375
  sanitize: sanitize,
3377
3376
  load: load$1,
3378
- fileAccess: !!fs,
3379
- file: fileLoader(fs),
3377
+ fileAccess: false,
3378
+ file: fileLoader(),
3380
3379
  http: httpLoader(fetch)
3381
3380
  });
3382
3381
  }
@@ -3482,11 +3481,7 @@
3482
3481
  * return {Promise} A promise that resolves to the file contents.
3483
3482
  */
3484
3483
  function fileLoader(fs) {
3485
- return fs ? filename => new Promise((accept, reject) => {
3486
- fs.readFile(filename, (error, data) => {
3487
- if (error) reject(error);else accept(data);
3488
- });
3489
- }) : fileReject;
3484
+ return fileReject;
3490
3485
  }
3491
3486
 
3492
3487
  /**
@@ -3677,10 +3672,7 @@
3677
3672
  }
3678
3673
  }
3679
3674
  }
3680
- const loader = loaderFactory(typeof fetch !== 'undefined' && fetch,
3681
- // use built-in fetch API
3682
- null // no file system access
3683
- );
3675
+ const loader = loaderFactory(typeof fetch !== 'undefined' && fetch);
3684
3676
 
3685
3677
  function UniqueList(idFunc) {
3686
3678
  const $ = idFunc || identity$6,
@@ -5128,8 +5120,6 @@
5128
5120
  }
5129
5121
  });
5130
5122
 
5131
- /* eslint-disable require-atomic-updates */
5132
-
5133
5123
  /**
5134
5124
  * Evaluates the dataflow and returns a Promise that resolves when pulse
5135
5125
  * propagation completes. This method will increment the current timestamp
@@ -6062,67 +6052,67 @@
6062
6052
  p;
6063
6053
  if (w < 6.25) {
6064
6054
  w -= 3.125;
6065
- p = -3.6444120640178196996e-21;
6066
- p = -1.685059138182016589e-19 + p * w;
6055
+ p = -364441206401782e-35;
6056
+ p = -16850591381820166e-35 + p * w;
6067
6057
  p = 1.2858480715256400167e-18 + p * w;
6068
6058
  p = 1.115787767802518096e-17 + p * w;
6069
- p = -1.333171662854620906e-16 + p * w;
6059
+ p = -1333171662854621e-31 + p * w;
6070
6060
  p = 2.0972767875968561637e-17 + p * w;
6071
6061
  p = 6.6376381343583238325e-15 + p * w;
6072
- p = -4.0545662729752068639e-14 + p * w;
6073
- p = -8.1519341976054721522e-14 + p * w;
6062
+ p = -4054566272975207e-29 + p * w;
6063
+ p = -8151934197605472e-29 + p * w;
6074
6064
  p = 2.6335093153082322977e-12 + p * w;
6075
- p = -1.2975133253453532498e-11 + p * w;
6076
- p = -5.4154120542946279317e-11 + p * w;
6065
+ p = -12975133253453532e-27 + p * w;
6066
+ p = -5415412054294628e-26 + p * w;
6077
6067
  p = 1.051212273321532285e-09 + p * w;
6078
- p = -4.1126339803469836976e-09 + p * w;
6079
- p = -2.9070369957882005086e-08 + p * w;
6068
+ p = -4.112633980346984e-9 + p * w;
6069
+ p = -2.9070369957882005e-8 + p * w;
6080
6070
  p = 4.2347877827932403518e-07 + p * w;
6081
- p = -1.3654692000834678645e-06 + p * w;
6082
- p = -1.3882523362786468719e-05 + p * w;
6071
+ p = -13654692000834679e-22 + p * w;
6072
+ p = -13882523362786469e-21 + p * w;
6083
6073
  p = 0.0001867342080340571352 + p * w;
6084
- p = -0.00074070253416626697512 + p * w;
6085
- p = -0.0060336708714301490533 + p * w;
6074
+ p = -740702534166267e-18 + p * w;
6075
+ p = -0.006033670871430149 + p * w;
6086
6076
  p = 0.24015818242558961693 + p * w;
6087
6077
  p = 1.6536545626831027356 + p * w;
6088
6078
  } else if (w < 16.0) {
6089
6079
  w = Math.sqrt(w) - 3.25;
6090
6080
  p = 2.2137376921775787049e-09;
6091
6081
  p = 9.0756561938885390979e-08 + p * w;
6092
- p = -2.7517406297064545428e-07 + p * w;
6082
+ p = -2.7517406297064545e-7 + p * w;
6093
6083
  p = 1.8239629214389227755e-08 + p * w;
6094
6084
  p = 1.5027403968909827627e-06 + p * w;
6095
- p = -4.013867526981545969e-06 + p * w;
6085
+ p = -4013867526981546e-21 + p * w;
6096
6086
  p = 2.9234449089955446044e-06 + p * w;
6097
6087
  p = 1.2475304481671778723e-05 + p * w;
6098
- p = -4.7318229009055733981e-05 + p * w;
6088
+ p = -47318229009055734e-21 + p * w;
6099
6089
  p = 6.8284851459573175448e-05 + p * w;
6100
6090
  p = 2.4031110387097893999e-05 + p * w;
6101
- p = -0.0003550375203628474796 + p * w;
6091
+ p = -3550375203628475e-19 + p * w;
6102
6092
  p = 0.00095328937973738049703 + p * w;
6103
- p = -0.0016882755560235047313 + p * w;
6093
+ p = -0.0016882755560235047 + p * w;
6104
6094
  p = 0.0024914420961078508066 + p * w;
6105
- p = -0.0037512085075692412107 + p * w;
6095
+ p = -0.003751208507569241 + p * w;
6106
6096
  p = 0.005370914553590063617 + p * w;
6107
6097
  p = 1.0052589676941592334 + p * w;
6108
6098
  p = 3.0838856104922207635 + p * w;
6109
6099
  } else if (Number.isFinite(w)) {
6110
6100
  w = Math.sqrt(w) - 5.0;
6111
- p = -2.7109920616438573243e-11;
6112
- p = -2.5556418169965252055e-10 + p * w;
6101
+ p = -27109920616438573e-27;
6102
+ p = -2555641816996525e-25 + p * w;
6113
6103
  p = 1.5076572693500548083e-09 + p * w;
6114
- p = -3.7894654401267369937e-09 + p * w;
6104
+ p = -3.789465440126737e-9 + p * w;
6115
6105
  p = 7.6157012080783393804e-09 + p * w;
6116
- p = -1.4960026627149240478e-08 + p * w;
6106
+ p = -1.496002662714924e-8 + p * w;
6117
6107
  p = 2.9147953450901080826e-08 + p * w;
6118
- p = -6.7711997758452339498e-08 + p * w;
6108
+ p = -6.771199775845234e-8 + p * w;
6119
6109
  p = 2.2900482228026654717e-07 + p * w;
6120
- p = -9.9298272942317002539e-07 + p * w;
6110
+ p = -9.9298272942317e-7 + p * w;
6121
6111
  p = 4.5260625972231537039e-06 + p * w;
6122
- p = -1.9681778105531670567e-05 + p * w;
6112
+ p = -1968177810553167e-20 + p * w;
6123
6113
  p = 7.5995277030017761139e-05 + p * w;
6124
- p = -0.00021503011930044477347 + p * w;
6125
- p = -0.00013871931833623122026 + p * w;
6114
+ p = -21503011930044477e-20 + p * w;
6115
+ p = -13871931833623122e-20 + p * w;
6126
6116
  p = 1.0103004648645343977 + p * w;
6127
6117
  p = 4.8499064014085844221 + p * w;
6128
6118
  } else {
@@ -6509,7 +6499,6 @@
6509
6499
  };
6510
6500
  }
6511
6501
  function exp$1(data, x, y) {
6512
- // eslint-disable-next-line no-unused-vars
6513
6502
  const [xv, yv, ux, uy] = points(data, x, y);
6514
6503
  let YL = 0,
6515
6504
  XY = 0,
@@ -12689,10 +12678,10 @@
12689
12678
  }));
12690
12679
 
12691
12680
  var A = -0.14861,
12692
- B$1 = +1.78277,
12681
+ B$1 = 1.78277,
12693
12682
  C$1 = -0.29227,
12694
12683
  D$1 = -0.90649,
12695
- E = +1.97294,
12684
+ E = 1.97294,
12696
12685
  ED = E * D$1,
12697
12686
  EB = E * B$1,
12698
12687
  BC_DA = B$1 * C$1 - D$1 * A;
@@ -12767,7 +12756,7 @@
12767
12756
  };
12768
12757
  }
12769
12758
 
12770
- var constant$2 = (x => () => x);
12759
+ var constant$2 = x => () => x;
12771
12760
 
12772
12761
  function linear$1(a, d) {
12773
12762
  return function (t) {
@@ -17533,12 +17522,12 @@
17533
17522
  /**
17534
17523
  * Add an event handler. Subclasses should override this method.
17535
17524
  */
17536
- on( /*type, handler*/) {}
17525
+ on(/*type, handler*/) {}
17537
17526
 
17538
17527
  /**
17539
17528
  * Remove an event handler. Subclasses should override this method.
17540
17529
  */
17541
- off( /*type, handler*/) {}
17530
+ off(/*type, handler*/) {}
17542
17531
 
17543
17532
  /**
17544
17533
  * Utility method for finding the array index of an event handler.
@@ -17744,7 +17733,7 @@
17744
17733
  * incremental should implement this method.
17745
17734
  * @param {Item} item - The dirty item whose bounds should be redrawn.
17746
17735
  */
17747
- dirty( /*item*/) {}
17736
+ dirty(/*item*/) {}
17748
17737
 
17749
17738
  /**
17750
17739
  * Render an input scenegraph, potentially with a set of dirty items.
@@ -17783,7 +17772,7 @@
17783
17772
  * @param {Array} markTypes - Array of the mark types to render.
17784
17773
  * If undefined, render all mark types
17785
17774
  */
17786
- _render( /*scene, markTypes*/
17775
+ _render(/*scene, markTypes*/
17787
17776
  ) {
17788
17777
  // subclasses to override
17789
17778
  }
@@ -22166,7 +22155,7 @@
22166
22155
  boundsStream$1.point = boundsPoint$1;
22167
22156
  boundsStream$1.lineStart = boundsLineStart;
22168
22157
  boundsStream$1.lineEnd = boundsLineEnd;
22169
- if (areaRingSum$1 < 0) lambda0 = -(lambda1 = 180), phi0 = -(phi1 = 90);else if (deltaSum > epsilon$3) phi1 = 90;else if (deltaSum < -epsilon$3) phi0 = -90;
22158
+ if (areaRingSum$1 < 0) lambda0 = -(lambda1 = 180), phi0 = -(phi1 = 90);else if (deltaSum > epsilon$3) phi1 = 90;else if (deltaSum < -1e-6) phi0 = -90;
22170
22159
  range$2[0] = lambda0, range$2[1] = lambda1;
22171
22160
  },
22172
22161
  sphere: function () {
@@ -22700,7 +22689,7 @@
22700
22689
  // from the point to the South pole. If it is zero, then the point is the
22701
22690
  // same side as the South pole.
22702
22691
 
22703
- return (angle < -epsilon$3 || angle < epsilon$3 && sum < -epsilon2) ^ winding & 1;
22692
+ return (angle < -1e-6 || angle < epsilon$3 && sum < -1e-12) ^ winding & 1;
22704
22693
  }
22705
22694
 
22706
22695
  function clip$1 (pointVisible, clipLine, interpolate, start) {
@@ -22901,7 +22890,7 @@
22901
22890
 
22902
22891
  function clipCircle (radius) {
22903
22892
  var cr = cos$1(radius),
22904
- delta = 6 * radians,
22893
+ delta = 2 * radians,
22905
22894
  smallRadius = cr > 0,
22906
22895
  notHemisphere = abs$1(cr) > epsilon$3; // TODO optimise for this common case
22907
22896
 
@@ -23117,7 +23106,7 @@
23117
23106
  }
23118
23107
 
23119
23108
  var clipMax = 1e9,
23120
- clipMin = -clipMax;
23109
+ clipMin = -1e9;
23121
23110
 
23122
23111
  // TODO Use d3-polygon’s polygonContains here for the ring check?
23123
23112
  // TODO Eliminate duplicate buffering in clipBuffer and polygon.push?
@@ -23371,7 +23360,7 @@
23371
23360
  return graticule.extentMajor([[-180, -90 + epsilon$3], [180, 90 - epsilon$3]]).extentMinor([[-180, -80 - epsilon$3], [180, 80 + epsilon$3]]);
23372
23361
  }
23373
23362
 
23374
- var identity = (x => x);
23363
+ var identity = x => x;
23375
23364
 
23376
23365
  var areaSum = new Adder(),
23377
23366
  areaRingSum = new Adder(),
@@ -23645,7 +23634,7 @@
23645
23634
  const r = this._radius;
23646
23635
  const s = this._;
23647
23636
  this._ = ""; // stash the old string so we can cache the circle path fragment
23648
- this._append`m0,${r}a${r},${r} 0 1,1 0,${-2 * r}a${r},${r} 0 1,1 0,${2 * r}z`;
23637
+ this._append`m0,${r}a${r},${r} 0 1,1 0,${ -2 * r}a${r},${r} 0 1,1 0,${2 * r}z`;
23649
23638
  cacheRadius = r;
23650
23639
  cacheAppend = this._append;
23651
23640
  cacheCircle = this._;
@@ -30626,7 +30615,6 @@
30626
30615
  const detleft = (ay - cy) * (bx - cx);
30627
30616
  const detright = (ax - cx) * (by - cy);
30628
30617
  const det = detleft - detright;
30629
- if (detleft === 0 || detright === 0 || detleft > 0 !== detright > 0) return det;
30630
30618
  const detsum = Math.abs(detleft + detright);
30631
30619
  if (Math.abs(det) >= ccwerrboundA * detsum) return det;
30632
30620
  return -orient2dadapt(ax, ay, bx, by, cx, cy, detsum);
@@ -30662,7 +30650,7 @@
30662
30650
  this._hullPrev = new Uint32Array(n); // edge to prev edge
30663
30651
  this._hullNext = new Uint32Array(n); // edge to next edge
30664
30652
  this._hullTri = new Uint32Array(n); // edge to adjacent triangle
30665
- this._hullHash = new Int32Array(this._hashSize).fill(-1); // angular edge hash
30653
+ this._hullHash = new Int32Array(this._hashSize); // angular edge hash
30666
30654
 
30667
30655
  // temporary arrays for sorting points
30668
30656
  this._ids = new Uint32Array(n);
@@ -30695,11 +30683,10 @@
30695
30683
  }
30696
30684
  const cx = (minX + maxX) / 2;
30697
30685
  const cy = (minY + maxY) / 2;
30698
- let minDist = Infinity;
30699
30686
  let i0, i1, i2;
30700
30687
 
30701
30688
  // pick a seed point close to the center
30702
- for (let i = 0; i < n; i++) {
30689
+ for (let i = 0, minDist = Infinity; i < n; i++) {
30703
30690
  const d = dist(cx, cy, coords[2 * i], coords[2 * i + 1]);
30704
30691
  if (d < minDist) {
30705
30692
  i0 = i;
@@ -30708,10 +30695,9 @@
30708
30695
  }
30709
30696
  const i0x = coords[2 * i0];
30710
30697
  const i0y = coords[2 * i0 + 1];
30711
- minDist = Infinity;
30712
30698
 
30713
30699
  // find the point closest to the seed
30714
- for (let i = 0; i < n; i++) {
30700
+ for (let i = 0, minDist = Infinity; i < n; i++) {
30715
30701
  if (i === i0) continue;
30716
30702
  const d = dist(i0x, i0y, coords[2 * i], coords[2 * i + 1]);
30717
30703
  if (d < minDist && d > 0) {
@@ -30745,9 +30731,10 @@
30745
30731
  let j = 0;
30746
30732
  for (let i = 0, d0 = -Infinity; i < n; i++) {
30747
30733
  const id = this._ids[i];
30748
- if (this._dists[id] > d0) {
30734
+ const d = this._dists[id];
30735
+ if (d > d0) {
30749
30736
  hull[j++] = id;
30750
- d0 = this._dists[id];
30737
+ d0 = d;
30751
30738
  }
30752
30739
  }
30753
30740
  this.hull = hull.subarray(0, j);
@@ -32522,7 +32509,7 @@
32522
32509
  addv[i] = key(data[i]);
32523
32510
  addi[i] = i;
32524
32511
  }
32525
- addv = sort(addv, addi);
32512
+ addv = sort$1(addv, addi);
32526
32513
  if (n0) {
32527
32514
  oldv = value;
32528
32515
  oldi = index;
@@ -32584,7 +32571,7 @@
32584
32571
  size: () => size
32585
32572
  };
32586
32573
  }
32587
- function sort(values, index) {
32574
+ function sort$1(values, index) {
32588
32575
  values.sort.call(index, (a, b) => {
32589
32576
  const x = values[a],
32590
32577
  y = values[b];
@@ -33065,7 +33052,7 @@
33065
33052
  resolvefilter: ResolveFilter
33066
33053
  });
33067
33054
 
33068
- var version = "5.30.0";
33055
+ var version$1 = "6.1.2";
33069
33056
 
33070
33057
  const RawCode = 'RawCode';
33071
33058
  const Literal = 'Literal';
@@ -34543,6 +34530,9 @@
34543
34530
  substring: fn('substring', STRING),
34544
34531
  split: fn('split', STRING),
34545
34532
  trim: fn('trim', STRING, 0),
34533
+ // base64 encode/decode
34534
+ btoa: 'btoa',
34535
+ atob: 'atob',
34546
34536
  // REGEXP functions
34547
34537
  regexp: REGEXP,
34548
34538
  test: fn('test', REGEXP),
@@ -34666,6 +34656,12 @@
34666
34656
  TYPE_RANGE_EXC = 'R-E',
34667
34657
  TYPE_RANGE_LE = 'R-LE',
34668
34658
  TYPE_RANGE_RE = 'R-RE',
34659
+ TYPE_PRED_LT = 'E-LT',
34660
+ TYPE_PRED_LTE = 'E-LTE',
34661
+ TYPE_PRED_GT = 'E-GT',
34662
+ TYPE_PRED_GTE = 'E-GTE',
34663
+ TYPE_PRED_VALID = 'E-VALID',
34664
+ TYPE_PRED_ONE_OF = 'E-ONE',
34669
34665
  UNIT_INDEX = 'index:unit';
34670
34666
 
34671
34667
  // TODO: revisit date coercion?
@@ -34699,6 +34695,18 @@
34699
34695
  if (!inrange(dval, values[i], false, false)) return false;
34700
34696
  } else if (f.type === TYPE_RANGE_LE) {
34701
34697
  if (!inrange(dval, values[i], false, true)) return false;
34698
+ } else if (f.type === TYPE_PRED_LT) {
34699
+ if (dval >= values[i]) return false;
34700
+ } else if (f.type === TYPE_PRED_LTE) {
34701
+ if (dval > values[i]) return false;
34702
+ } else if (f.type === TYPE_PRED_GT) {
34703
+ if (dval <= values[i]) return false;
34704
+ } else if (f.type === TYPE_PRED_GTE) {
34705
+ if (dval < values[i]) return false;
34706
+ } else if (f.type === TYPE_PRED_VALID) {
34707
+ if (dval === null || isNaN(dval)) return false;
34708
+ } else if (f.type === TYPE_PRED_ONE_OF) {
34709
+ if (values[i].indexOf(dval) === -1) return false;
34702
34710
  }
34703
34711
  }
34704
34712
  }
@@ -34945,13 +34953,9 @@
34945
34953
  field = 'unit',
34946
34954
  indexName = IndexPrefix$1 + field,
34947
34955
  dataName = DataPrefix$1 + data;
34948
-
34949
- // eslint-disable-next-line no-prototype-builtins
34950
34956
  if (op === Intersect && !has$1(params, indexName)) {
34951
34957
  params[indexName] = scope.getData(data).indataRef(scope, field);
34952
34958
  }
34953
-
34954
- // eslint-disable-next-line no-prototype-builtins
34955
34959
  if (!has$1(params, dataName)) {
34956
34960
  params[dataName] = scope.getData(data).tuplesRef();
34957
34961
  }
@@ -35059,13 +35063,17 @@
35059
35063
  }
35060
35064
  }
35061
35065
  }
35066
+
35067
+ /**
35068
+ * nameOrFunction must be a string or function that was registered.
35069
+ * Return undefined if scale is not recognized.
35070
+ */
35062
35071
  function getScale(nameOrFunction, ctx) {
35063
- if (isFunction(nameOrFunction)) {
35064
- return nameOrFunction;
35065
- }
35066
35072
  if (isString(nameOrFunction)) {
35067
35073
  const maybeScale = ctx.scales[nameOrFunction];
35068
35074
  return maybeScale && isRegisteredScale(maybeScale.value) ? maybeScale.value : undefined;
35075
+ } else if (isFunction(nameOrFunction)) {
35076
+ return isRegisteredScale(nameOrFunction) ? nameOrFunction : undefined;
35069
35077
  }
35070
35078
  return undefined;
35071
35079
  }
@@ -35276,11 +35284,15 @@
35276
35284
  }
35277
35285
  function replace(str, pattern, repl) {
35278
35286
  if (isFunction(repl)) error('Function argument passed to replace.');
35287
+ if (!isString(pattern) && !isRegExp(pattern)) error('Please pass a string or RegExp argument to replace.');
35279
35288
  return String(str).replace(pattern, repl);
35280
35289
  }
35281
35290
  function reverse(seq) {
35282
35291
  return array(seq).slice().reverse();
35283
35292
  }
35293
+ function sort(seq) {
35294
+ return array(seq).slice().sort(ascending$2);
35295
+ }
35284
35296
  function bandspace(count, paddingInner, paddingOuter) {
35285
35297
  return bandSpace(count || 0, paddingInner || 0, paddingOuter || 0);
35286
35298
  }
@@ -35521,6 +35533,7 @@
35521
35533
  lastindexof,
35522
35534
  replace,
35523
35535
  reverse,
35536
+ sort,
35524
35537
  slice,
35525
35538
  flush,
35526
35539
  lerp,
@@ -38598,6 +38611,8 @@
38598
38611
  const GuideTitleStyle = 'guide-title';
38599
38612
  const GroupTitleStyle = 'group-title';
38600
38613
  const GroupSubtitleStyle = 'group-subtitle';
38614
+
38615
+ /** All values of LegendType */
38601
38616
  const Symbols = 'symbol';
38602
38617
  const Gradient = 'gradient';
38603
38618
  const Discrete = 'discrete';
@@ -41480,6 +41495,7 @@
41480
41495
  // -- Transforms -----
41481
41496
 
41482
41497
  extend$1(transforms, tx, vtx, encode$1, geo, force, label, tree, reg, voronoi, wordcloud, xf);
41498
+ const version = version$1;
41483
41499
 
41484
41500
  exports.Bounds = Bounds;
41485
41501
  exports.CanvasHandler = CanvasHandler;
@@ -41654,7 +41670,6 @@
41654
41670
  exports.renderModule = renderModule;
41655
41671
  exports.repeat = repeat;
41656
41672
  exports.resetDefaultLocale = resetDefaultLocale;
41657
- exports.resetSVGClipId = resetSVGClipId;
41658
41673
  exports.resetSVGDefIds = resetSVGDefIds;
41659
41674
  exports.responseType = responseType;
41660
41675
  exports.runtimeContext = context;
metadata CHANGED
@@ -1,16 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vega
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kane
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-10-23 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies: []
13
- description:
14
12
  email: andrew@ankane.org
15
13
  executables: []
16
14
  extensions: []
@@ -40,7 +38,6 @@ homepage: https://github.com/ankane/vega-ruby
40
38
  licenses:
41
39
  - BSD-3-Clause
42
40
  metadata: {}
43
- post_install_message:
44
41
  rdoc_options: []
45
42
  require_paths:
46
43
  - lib
@@ -48,15 +45,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
48
45
  requirements:
49
46
  - - ">="
50
47
  - !ruby/object:Gem::Version
51
- version: '3.1'
48
+ version: '3.2'
52
49
  required_rubygems_version: !ruby/object:Gem::Requirement
53
50
  requirements:
54
51
  - - ">="
55
52
  - !ruby/object:Gem::Version
56
53
  version: '0'
57
54
  requirements: []
58
- rubygems_version: 3.5.16
59
- signing_key:
55
+ rubygems_version: 3.6.9
60
56
  specification_version: 4
61
57
  summary: Interactive charts for Ruby, powered by Vega and Vega-Lite
62
58
  test_files: []