c3-rails 0.2.5 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -3
- data/lib/c3/rails/version.rb +1 -1
- data/vendor/assets/javascripts/c3.js +5520 -4978
- 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: cbec62a08e981494d6625d826f1eaa18ab8f5d16
|
4
|
+
data.tar.gz: 3176dbef66fc720886dc9f0e35ab75dd0717825d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c7f21bca89540b73e014671e7a36db917fa29aa9e4fcc76ae69fa2258d593c6fff406a00f0a0c3ab98325674b49b384773e0ad051372ab999414c1137c5be365
|
7
|
+
data.tar.gz: 1851f20a44f985f3b0d57b29eaa55e0af3de02bf3438105016640e49e99ecc441831964890244b78ba4a12ee7bcff18f16dc33a35255a7ce62f6b14453ce1a1f
|
data/README.md
CHANGED
@@ -54,8 +54,8 @@ So version `0.2.5` of this gem will provide
|
|
54
54
|
|
55
55
|
## Install using git submodule
|
56
56
|
|
57
|
-
If you
|
58
|
-
you can install by
|
57
|
+
If you wish to have access to all of `c3`'s source files
|
58
|
+
you can install by putting this line in the `Gemfile` instead:
|
59
59
|
|
60
60
|
gem 'c3-rails', :git => 'https://github.com/SunnyLi/c3-rails', :submodules => true
|
61
61
|
|
@@ -63,8 +63,9 @@ Then you'll be able to include files like
|
|
63
63
|
|
64
64
|
```
|
65
65
|
//= require c3/c3.min
|
66
|
+
//= require c3/c3.old
|
66
67
|
//= require c3/extensions/js/c3ext
|
67
|
-
|
68
|
+
|
68
69
|
*= require c3/c3
|
69
70
|
*= require c3/htdocs/css/bootstrap.min
|
70
71
|
```
|
data/lib/c3/rails/version.rb
CHANGED