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.
@@ -5,7 +5,7 @@ module Wangeditor
5
5
  source_root File.expand_path("../../../../../", __FILE__)
6
6
 
7
7
  def copy_javascripts
8
- copy_file 'node_modules/wangeditor/release/wangEditor.js', JAVASCRIPTS_FILE
8
+ copy_file JAVASCRIPTS_FILE, JAVASCRIPTS_FILE
9
9
  end
10
10
 
11
11
  end
@@ -1,3 +1,3 @@
1
1
  module WangeditorRails
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
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.0
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-10-21 00:00:00.000000000 Z
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 costumize input components for form &
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.11
94
+ rubygems_version: 2.6.13
94
95
  signing_key:
95
96
  specification_version: 4
96
97
  summary: wangEditor for Rails.