morrisjs-rails 0.5.1.2 → 0.5.1.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 1749eb760cd63fe69a1c4c5be6fdb88f0b3fcb98
4
- data.tar.gz: 25f48435c3d2ee11624b587eb8f0135286a3be51
2
+ SHA256:
3
+ metadata.gz: e5804892cbaaf27e9c6d8169367aa02635f061ca144f235ac7a3e4f7d845e880
4
+ data.tar.gz: 811f7ae2f7936450961874c3bcb3fadceaea25d04fcc5a5eea7541fddd14bbb0
5
5
  SHA512:
6
- metadata.gz: 75558e4b7f337e9422f3f1485e219d6e973cb2edab3a2c25d81ca7d780796c0eb42590f80dbe29b4ebcb015955bbe07bca5b335d109e452d65a03c9cad972b13
7
- data.tar.gz: 16879abd39bd82b5a6dd8201b3a097c01b600b2274353b9c65f26d039019339bb49c84c0b79714657c75f7a51d58a153212327531acce58a27ee4b1d0da34611
6
+ metadata.gz: 75c7cafea5f82c43457e5b4d585cac7180bd4fff163d4afa24a0915eac4c231aed40a95bbe93041b159b786a545e0ffdf48bc0e6594516c0ebcc834e55ba2269
7
+ data.tar.gz: 13fb9dcae83c48bd6f27f517ca877e5ca97576c07950526f79e9862e221ee817beb670dfd3f8939ba48d12be6562276a273cc00bf6d6cdcfc6ee9cd61029d46a
data/README.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  morris.js for the Rails Asset Pipeline
4
4
 
5
+ ## Dependency on jQuery
6
+
7
+ This library requires jQuery. If you are using Rails 5.1 or later, jQuery is not included in a new installation. You need to add jQuery to Rails by yourself.
8
+
5
9
  ## Installation
6
10
 
7
11
  Add this to your application's Gemfile:
@@ -1,5 +1,5 @@
1
1
  module Morrisjs
2
2
  module Rails
3
- VERSION = "0.5.1.2"
3
+ VERSION = "0.5.1.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: morrisjs-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1.2
4
+ version: 0.5.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - beanie
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-27 00:00:00.000000000 Z
11
+ date: 2020-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3.1'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
- version: '6'
22
+ version: '7'
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3.1'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
- version: '6'
32
+ version: '7'
33
33
  description: morris.js for the Rails Asset Pipeline
34
34
  email:
35
35
  - ich@abwesend.com
@@ -62,8 +62,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
62
62
  - !ruby/object:Gem::Version
63
63
  version: '0'
64
64
  requirements: []
65
- rubyforge_project:
66
- rubygems_version: 2.5.1
65
+ rubygems_version: 3.0.3
67
66
  signing_key:
68
67
  specification_version: 4
69
68
  summary: morris.js for the Rails Asset Pipeline