chartkick 3.4.1 → 3.4.2
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/LICENSE.txt +1 -1
- data/README.md +20 -0
- data/lib/chartkick/version.rb +1 -1
- data/licenses/LICENSE-chart.js.txt +9 -0
- data/licenses/LICENSE-chartkick.js.txt +22 -0
- data/licenses/LICENSE-moment.txt +22 -0
- data/vendor/assets/javascripts/Chart.bundle.js +17784 -17763
- metadata +10 -7
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: chartkick
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 3.4. | 
| 4 | 
            +
              version: 3.4.2
         | 
| 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- | 
| 11 | 
            +
            date: 2020-10-21 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: bundler
         | 
| @@ -52,7 +52,7 @@ dependencies: | |
| 52 52 | 
             
                - - ">="
         | 
| 53 53 | 
             
                  - !ruby/object:Gem::Version
         | 
| 54 54 | 
             
                    version: '0'
         | 
| 55 | 
            -
            description:
         | 
| 55 | 
            +
            description: 
         | 
| 56 56 | 
             
            email: andrew@chartkick.com
         | 
| 57 57 | 
             
            executables: []
         | 
| 58 58 | 
             
            extensions: []
         | 
| @@ -67,13 +67,16 @@ files: | |
| 67 67 | 
             
            - lib/chartkick/helper.rb
         | 
| 68 68 | 
             
            - lib/chartkick/sinatra.rb
         | 
| 69 69 | 
             
            - lib/chartkick/version.rb
         | 
| 70 | 
            +
            - licenses/LICENSE-chart.js.txt
         | 
| 71 | 
            +
            - licenses/LICENSE-chartkick.js.txt
         | 
| 72 | 
            +
            - licenses/LICENSE-moment.txt
         | 
| 70 73 | 
             
            - vendor/assets/javascripts/Chart.bundle.js
         | 
| 71 74 | 
             
            - vendor/assets/javascripts/chartkick.js
         | 
| 72 75 | 
             
            homepage: https://chartkick.com
         | 
| 73 76 | 
             
            licenses:
         | 
| 74 77 | 
             
            - MIT
         | 
| 75 78 | 
             
            metadata: {}
         | 
| 76 | 
            -
            post_install_message:
         | 
| 79 | 
            +
            post_install_message: 
         | 
| 77 80 | 
             
            rdoc_options: []
         | 
| 78 81 | 
             
            require_paths:
         | 
| 79 82 | 
             
            - lib
         | 
| @@ -88,8 +91,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 88 91 | 
             
                - !ruby/object:Gem::Version
         | 
| 89 92 | 
             
                  version: '0'
         | 
| 90 93 | 
             
            requirements: []
         | 
| 91 | 
            -
            rubygems_version: 3. | 
| 92 | 
            -
            signing_key:
         | 
| 94 | 
            +
            rubygems_version: 3.1.2
         | 
| 95 | 
            +
            signing_key: 
         | 
| 93 96 | 
             
            specification_version: 4
         | 
| 94 97 | 
             
            summary: Create beautiful JavaScript charts with one line of Ruby
         | 
| 95 98 | 
             
            test_files: []
         |