vega 0.2.0 → 0.2.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.
@@ -25485,4 +25485,3 @@
25485
25485
  Object.defineProperty(exports, '__esModule', { value: true });
25486
25486
 
25487
25487
  })));
25488
- //# sourceMappingURL=vega-lite.js.map
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vega
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kane
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-10-23 00:00:00.000000000 Z
11
+ date: 2022-01-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: andrew@ankane.org
@@ -19,7 +19,6 @@ files:
19
19
  - CHANGELOG.md
20
20
  - LICENSE.txt
21
21
  - README.md
22
- - config/importmap.rb
23
22
  - lib/vega.rb
24
23
  - lib/vega/base_chart.rb
25
24
  - lib/vega/chart.rb
@@ -55,7 +54,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
55
54
  - !ruby/object:Gem::Version
56
55
  version: '0'
57
56
  requirements: []
58
- rubygems_version: 3.2.22
57
+ rubygems_version: 3.3.3
59
58
  signing_key:
60
59
  specification_version: 4
61
60
  summary: Interactive charts for Ruby, powered by Vega and Vega-Lite
data/config/importmap.rb DELETED
@@ -1 +0,0 @@
1
- pin_all_from File.expand_path("../vendor/assets/javascripts", __dir__)