chartkick 3.4.2 → 4.0.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.
metadata CHANGED
@@ -1,59 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chartkick
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.2
4
+ version: 4.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kane
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-10-21 00:00:00.000000000 Z
12
- dependencies:
13
- - !ruby/object:Gem::Dependency
14
- name: bundler
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - ">="
18
- - !ruby/object:Gem::Version
19
- version: '0'
20
- type: :development
21
- prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - ">="
25
- - !ruby/object:Gem::Version
26
- version: '0'
27
- - !ruby/object:Gem::Dependency
28
- name: rake
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - ">="
32
- - !ruby/object:Gem::Version
33
- version: '0'
34
- type: :development
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - ">="
39
- - !ruby/object:Gem::Version
40
- version: '0'
41
- - !ruby/object:Gem::Dependency
42
- name: minitest
43
- requirement: !ruby/object:Gem::Requirement
44
- requirements:
45
- - - ">="
46
- - !ruby/object:Gem::Version
47
- version: '0'
48
- type: :development
49
- prerelease: false
50
- version_requirements: !ruby/object:Gem::Requirement
51
- requirements:
52
- - - ">="
53
- - !ruby/object:Gem::Version
54
- version: '0'
55
- description:
56
- email: andrew@chartkick.com
11
+ date: 2021-05-01 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email: andrew@ankane.org
57
15
  executables: []
58
16
  extensions: []
59
17
  extra_rdoc_files: []
@@ -68,15 +26,16 @@ files:
68
26
  - lib/chartkick/sinatra.rb
69
27
  - lib/chartkick/version.rb
70
28
  - licenses/LICENSE-chart.js.txt
29
+ - licenses/LICENSE-chartjs-adapter-date-fns.txt
71
30
  - licenses/LICENSE-chartkick.js.txt
72
- - licenses/LICENSE-moment.txt
31
+ - licenses/LICENSE-date-fns.txt
73
32
  - vendor/assets/javascripts/Chart.bundle.js
74
33
  - vendor/assets/javascripts/chartkick.js
75
34
  homepage: https://chartkick.com
76
35
  licenses:
77
36
  - MIT
78
37
  metadata: {}
79
- post_install_message:
38
+ post_install_message:
80
39
  rdoc_options: []
81
40
  require_paths:
82
41
  - lib
@@ -84,15 +43,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
84
43
  requirements:
85
44
  - - ">="
86
45
  - !ruby/object:Gem::Version
87
- version: '2.2'
46
+ version: '2.6'
88
47
  required_rubygems_version: !ruby/object:Gem::Requirement
89
48
  requirements:
90
49
  - - ">="
91
50
  - !ruby/object:Gem::Version
92
51
  version: '0'
93
52
  requirements: []
94
- rubygems_version: 3.1.2
95
- signing_key:
53
+ rubygems_version: 3.2.3
54
+ signing_key:
96
55
  specification_version: 4
97
56
  summary: Create beautiful JavaScript charts with one line of Ruby
98
57
  test_files: []
@@ -1,22 +0,0 @@
1
- Copyright (c) JS Foundation and other contributors
2
-
3
- Permission is hereby granted, free of charge, to any person
4
- obtaining a copy of this software and associated documentation
5
- files (the "Software"), to deal in the Software without
6
- restriction, including without limitation the rights to use,
7
- copy, modify, merge, publish, distribute, sublicense, and/or sell
8
- copies of the Software, and to permit persons to whom the
9
- Software is furnished to do so, subject to the following
10
- conditions:
11
-
12
- The above copyright notice and this permission notice shall be
13
- included in all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
17
- OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
19
- HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
20
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22
- OTHER DEALINGS IN THE SOFTWARE.