weblinc-wysihtml5-rails 1.0.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.
metadata ADDED
@@ -0,0 +1,52 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: weblinc-wysihtml5-rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Chris Cressman
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-09-18 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A fork of the WYSIHTML5 JavaScript library packaged for the Rails asset
14
+ pipeline for use in the WebLinc platform.
15
+ email:
16
+ - ccressman@weblinc.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - LICENSE
22
+ - README.md
23
+ - lib/weblinc/wysihtml5/rails.rb
24
+ - lib/weblinc/wysihtml5/rails/engine.rb
25
+ - lib/weblinc/wysihtml5/rails/version.rb
26
+ - vendor/assets/javascripts/weblinc-wysihtml5-rails/wysihtml5.js
27
+ homepage: https://github.com/weblinc/weblinc-wysihtml5-rails
28
+ licenses:
29
+ - MIT
30
+ metadata: {}
31
+ post_install_message:
32
+ rdoc_options: []
33
+ require_paths:
34
+ - lib
35
+ required_ruby_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ required_rubygems_version: !ruby/object:Gem::Requirement
41
+ requirements:
42
+ - - ">="
43
+ - !ruby/object:Gem::Version
44
+ version: '0'
45
+ requirements: []
46
+ rubyforge_project:
47
+ rubygems_version: 2.4.8
48
+ signing_key:
49
+ specification_version: 4
50
+ summary: A fork of the WYSIHTML5 JavaScript library packaged for the Rails asset pipeline
51
+ for use in the WebLinc platform.
52
+ test_files: []