jqueryte 0.0.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.
metadata ADDED
@@ -0,0 +1,52 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jqueryte
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Pan Gaoyong
8
+ - 潘高勇
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2016-07-24 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: A lightweight HTML editor works with WYSIWYG model
15
+ email: pan.gaoyong@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - README.md
21
+ - lib/jqueryte.rb
22
+ - lib/jqueryte/engine.rb
23
+ - lib/jqueryte/version.rb
24
+ - license
25
+ - vendor/assets/images/jquery-te.png
26
+ - vendor/assets/javascripts/jqueryte.js
27
+ - vendor/assets/stylesheets/jqueryte.css
28
+ homepage: https://github.com/pan/jqueryte
29
+ licenses:
30
+ - MIT
31
+ metadata: {}
32
+ post_install_message:
33
+ rdoc_options: []
34
+ require_paths:
35
+ - lib
36
+ required_ruby_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ required_rubygems_version: !ruby/object:Gem::Requirement
42
+ requirements:
43
+ - - ">="
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
46
+ requirements: []
47
+ rubyforge_project:
48
+ rubygems_version: 2.5.1
49
+ signing_key:
50
+ specification_version: 4
51
+ summary: JQuery text editor for rails
52
+ test_files: []