c3-rails 0.2.5 → 0.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 63f46402684a6367c83d6764018401ef4a41efbf
4
- data.tar.gz: d55f64fcaf1aeeb16cbf6af197a4aa397b685a42
3
+ metadata.gz: cbec62a08e981494d6625d826f1eaa18ab8f5d16
4
+ data.tar.gz: 3176dbef66fc720886dc9f0e35ab75dd0717825d
5
5
  SHA512:
6
- metadata.gz: 7b9946b540f51d95143bb34370aea490c343bf38c1d6270170fb64718706da470ce3ac79318bf404608ac316e305290c63ac057bd4054f96774d9bbca74e8c33
7
- data.tar.gz: 084b48a7fcd79154b13a66aa64457da2fd1258df7e08c1d7e9ff2bb33a171ae844a6809c624d22b01fec509f2e8ac9d1e604d5a030fc2428c5edbb5f2f0c228e
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 want to have access to all of `c3`'s source files
58
- you can install by having this line in the `Gemfile` instead:
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
  ```
@@ -1,5 +1,5 @@
1
1
  module C3
2
2
  module Rails
3
- VERSION = "0.2.5"
3
+ VERSION = "0.3.0"
4
4
  end
5
5
  end