wangeditor_rails 0.1.0 → 0.1.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 +2 -2
- data/app/assets/javascripts/wangEditor.js +4220 -0
- data/lib/generators/wangeditor/install/install_generator.rb +1 -1
- data/lib/wangeditor_rails/version.rb +1 -1
- metadata +5 -4
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wangeditor_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tian Ting
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-11-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -52,7 +52,7 @@ dependencies:
|
|
52
52
|
- - ">="
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
|
-
description: Add wangEditor V3 edition, and
|
55
|
+
description: Add wangEditor V3 edition, and customize input components for form &
|
56
56
|
SimpleForm.
|
57
57
|
email:
|
58
58
|
- imtinge@163.com
|
@@ -63,6 +63,7 @@ files:
|
|
63
63
|
- MIT-LICENSE
|
64
64
|
- README.md
|
65
65
|
- Rakefile
|
66
|
+
- app/assets/javascripts/wangEditor.js
|
66
67
|
- lib/generators/wangeditor/install/install_generator.rb
|
67
68
|
- lib/tasks/wangeditor_rails_tasks.rake
|
68
69
|
- lib/wangeditor_rails.rb
|
@@ -90,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
90
91
|
version: '0'
|
91
92
|
requirements: []
|
92
93
|
rubyforge_project:
|
93
|
-
rubygems_version: 2.6.
|
94
|
+
rubygems_version: 2.6.13
|
94
95
|
signing_key:
|
95
96
|
specification_version: 4
|
96
97
|
summary: wangEditor for Rails.
|