vis-gem 4.20.0 → 4.20.0.1
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/README.md +4 -2
- data/lib/vis/gem/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ebb83af014856d71653d1aed8c1aca1cdec06cd6
|
|
4
|
+
data.tar.gz: 6bf88288415e6ece3171bd35342f6b5d3c23f077
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1242f3500da69e0c3c38dc33e353b37d5f4a281354e356c8d979825c635ba8235786d96cda9986def0dcebeed837c69d88e7fcc5fb8a90b126b51746a696a975
|
|
7
|
+
data.tar.gz: '022854d233f5b7bdde64c803a4eb621f85d14e36d35b7f1db26f306e67b7d55a3a786fffa8fd1789e47743fda754cb142735d9df511dfa074c4dc7c0857c9a97'
|
data/README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# vis.js on RoR
|
|
2
2
|
|
|
3
|
+
[](https://badge.fury.io/rb/vis-gem)
|
|
4
|
+
[](https://travis-ci.org/sniperwolf/vis-gem)
|
|
5
|
+
|
|
6
|
+
|
|
3
7
|
A dynamic, browser based visualization library. The library is designed to be easy to use, to handle large amounts of dynamic data, and to enable manipulation of and interaction with the data. The library consists of the components DataSet, Timeline, Network, Graph2d and Graph3d.
|
|
4
8
|
|
|
5
9
|
More info to [vis.js official website](http://visjs.org/).
|
|
@@ -8,8 +12,6 @@ This gem wrap vis.js dependencies to assets pipeline in Rails (`=> 3.1`) project
|
|
|
8
12
|
|
|
9
13
|
Thanks to [luciuschoi](https://github.com/luciuschoi/visjs-rails/) for the original idea.
|
|
10
14
|
|
|
11
|
-
[](http://badge.fury.io/rb/vis-gem)
|
|
12
|
-
|
|
13
15
|
## Installation
|
|
14
16
|
|
|
15
17
|
Add this line to your application's Gemfile:
|
data/lib/vis/gem/version.rb
CHANGED