vega 0.1.3 → 0.2.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.
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.1.3
4
+ version: 0.2.0
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-03-15 00:00:00.000000000 Z
11
+ date: 2021-10-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: andrew@ankane.org
@@ -19,6 +19,7 @@ files:
19
19
  - CHANGELOG.md
20
20
  - LICENSE.txt
21
21
  - README.md
22
+ - config/importmap.rb
22
23
  - lib/vega.rb
23
24
  - lib/vega/base_chart.rb
24
25
  - lib/vega/chart.rb
@@ -35,7 +36,7 @@ files:
35
36
  - vendor/assets/javascripts/vega-interpreter.js
36
37
  - vendor/assets/javascripts/vega-lite.js
37
38
  - vendor/assets/javascripts/vega.js
38
- homepage: https://github.com/ankane/vega
39
+ homepage: https://github.com/ankane/vega-ruby
39
40
  licenses:
40
41
  - BSD-3-Clause
41
42
  metadata: {}
@@ -54,7 +55,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
54
55
  - !ruby/object:Gem::Version
55
56
  version: '0'
56
57
  requirements: []
57
- rubygems_version: 3.2.3
58
+ rubygems_version: 3.2.22
58
59
  signing_key:
59
60
  specification_version: 4
60
61
  summary: Interactive charts for Ruby, powered by Vega and Vega-Lite