vega 0.2.1 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
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.1
4
+ version: 0.2.5
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-24 00:00:00.000000000 Z
11
+ date: 2022-01-23 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__)