summernote-rails 0.5.10.0 → 0.5.10.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bbbd142ab80411657e9dc6ed4dc81b7377069561
4
- data.tar.gz: a740442613a209243f6b0689d55c89e13bfa0144
3
+ metadata.gz: 22f73fdd4a959e30b2da1fbdf147fbe386d984dc
4
+ data.tar.gz: 2b372af113c1c14f4f58c28155ed83b4963b44ab
5
5
  SHA512:
6
- metadata.gz: 03620aae39a8fc2454245a15d5bd9560a05ef1e96f1675774c97aa151b41a24a9f5e4b27c38d4b6c3c09d2809f1de434f3081ea78a5663215eee7f22825c8627
7
- data.tar.gz: f9e8389feee1d01678fe30d5ea3055f90c05daad97671c175df17efe9392f1dfd8315aac9940627153ce652c4fda2ddcde5c2484134b56ab30086ecef13ef6a7
6
+ metadata.gz: f96d49f128851e3f9dafbf2d3e7a7df031249b78fca666b05c91441a6e987c847b236ffac3d652c8480d8238ab87d83127da71d51766f8cdf0542dc1aee00e6b
7
+ data.tar.gz: be77c38ecb802e096b2db30bae0b10a4440411806abd3907569c6a0544ae927cb46723d08bd8e0881af1ec2c24e989d0cc8e6ea1e4d108b205f12b2f1fa36651
data/README.md CHANGED
@@ -38,19 +38,11 @@ First of all, the summernote editor works on Bootstrap and so it is assumed that
38
38
  In app/assets/stylesheets/application.css.scss,
39
39
 
40
40
  ```
41
- // You can insert the following two code lines if you are using Bootstrap 2
42
- $iconSpritePath: '';
43
- $iconWhiteSpritePath: '';
44
-
45
- @import 'bootstrap';
46
- @import "font-awesome";
47
- @import "summernote";
48
- body {padding-top:3em;}
49
-
50
- // You can delete the follow code line if you are using Bootstrap 3
41
+ // Bootstrap 3
51
42
  @import "bootstrap";
52
43
  @import "font-awesome";
53
44
  @import "summernote";
45
+ body {padding-top:3em;}
54
46
  ```
55
47
 
56
48
  In app/assets/javascripts/application.js, you should add the following:
@@ -1,5 +1,5 @@
1
1
  module Summernote
2
2
  module Rails
3
- VERSION = "0.5.10.0"
3
+ VERSION = "0.5.10.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: summernote-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.10.0
4
+ version: 0.5.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hyo Seong Choi