chartkick 3.4.2 → 4.0.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,58 +1,16 @@
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.0
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:
11
+ date: 2021-04-05 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
56
14
  email: andrew@chartkick.com
57
15
  executables: []
58
16
  extensions: []
@@ -68,15 +26,18 @@ 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
33
+ - vendor/assets/javascripts/chart.js
34
+ - vendor/assets/javascripts/chartjs-adapter-date-fns.bundle.js
74
35
  - vendor/assets/javascripts/chartkick.js
75
36
  homepage: https://chartkick.com
76
37
  licenses:
77
38
  - MIT
78
39
  metadata: {}
79
- post_install_message:
40
+ post_install_message:
80
41
  rdoc_options: []
81
42
  require_paths:
82
43
  - lib
@@ -84,15 +45,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
84
45
  requirements:
85
46
  - - ">="
86
47
  - !ruby/object:Gem::Version
87
- version: '2.2'
48
+ version: '2.6'
88
49
  required_rubygems_version: !ruby/object:Gem::Requirement
89
50
  requirements:
90
51
  - - ">="
91
52
  - !ruby/object:Gem::Version
92
53
  version: '0'
93
54
  requirements: []
94
- rubygems_version: 3.1.2
95
- signing_key:
55
+ rubygems_version: 3.2.3
56
+ signing_key:
96
57
  specification_version: 4
97
58
  summary: Create beautiful JavaScript charts with one line of Ruby
98
59
  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.