plotlyjs-rails 0.0.1 → 1.0.0
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 +25 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f9698e68c9cc9b9194554fc166469e43fdeee210
|
4
|
+
data.tar.gz: dc38dbeb305888b742bef2a400006f5a9153bc3b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d1ba48f4a0f3bb0c743fad1e800a52a4596030593138571eab3db8a1ace2698f10d97135782dc27f7c0963dca44ebf511f0683ae5adc632d4b5c51563643f1ea
|
7
|
+
data.tar.gz: fe6d54d8e1cbd7813be8fc14f49f23368d67f722714a7cc264e0443838aa6e73a01e4d3959e609dc7d128c5cc35a135301a6a2a421fb9340def70d8092ef2260
|
data/README.md
CHANGED
@@ -1 +1,26 @@
|
|
1
1
|
### Plotlyjs Rails
|
2
|
+
|
3
|
+
`plotlyjs-rails` wraps the [Plotly.js](https://github.com/plotly/plotly.js) Library in a rails engine for simple use with the asset pipeline
|
4
|
+
|
5
|
+
|
6
|
+
### Installation
|
7
|
+
|
8
|
+
Add this line to your application's Gemfile:
|
9
|
+
|
10
|
+
`gem 'plotlyjs-rails'`
|
11
|
+
|
12
|
+
And then execute:
|
13
|
+
|
14
|
+
`$ bundle install`
|
15
|
+
|
16
|
+
In your JavaScript manifest, add:
|
17
|
+
|
18
|
+
`//= require Plotly`
|
19
|
+
|
20
|
+
### Usage
|
21
|
+
|
22
|
+
Follow the [Plotly Getting Started Guide](https://plot.ly/javascript/getting-started/)
|
23
|
+
|
24
|
+
### Version
|
25
|
+
|
26
|
+
The gem version matches the corresponding Plotlyjs release.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: plotlyjs-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Spencer Miskoviak
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-11-
|
11
|
+
date: 2015-11-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -24,7 +24,7 @@ dependencies:
|
|
24
24
|
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '3.1'
|
27
|
-
description:
|
27
|
+
description: Simplifies using Plotly.js in Rails
|
28
28
|
email:
|
29
29
|
executables: []
|
30
30
|
extensions: []
|
@@ -56,5 +56,5 @@ rubyforge_project:
|
|
56
56
|
rubygems_version: 2.4.8
|
57
57
|
signing_key:
|
58
58
|
specification_version: 4
|
59
|
-
summary:
|
59
|
+
summary: Simplifies using Plotly.js in Rails
|
60
60
|
test_files: []
|