ckeditor-bootstrap-rails 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,65 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ckeditor-bootstrap-rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Yaroslav Konoplov
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-09-04 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: This is ckeditor theme (github.com/Kunstmaan/BootstrapCK4-Skin) integrated
14
+ with rails
15
+ email:
16
+ - the.yivo@gmail.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - ".gitignore"
22
+ - ckeditor-bootstrap-rails.gemspec
23
+ - lib/ckeditor-bootstrap-rails.rb
24
+ - lib/ckeditor-bootstrap-rails/engine.rb
25
+ - lib/ckeditor-bootstrap-rails/version.rb
26
+ - vendor/assets/images/ckeditor-bootstrap/arrow.png
27
+ - vendor/assets/images/ckeditor-bootstrap/close.png
28
+ - vendor/assets/images/ckeditor-bootstrap/hidpi/close.png
29
+ - vendor/assets/images/ckeditor-bootstrap/hidpi/lock-open.png
30
+ - vendor/assets/images/ckeditor-bootstrap/hidpi/lock.png
31
+ - vendor/assets/images/ckeditor-bootstrap/hidpi/refresh.png
32
+ - vendor/assets/images/ckeditor-bootstrap/icons.png
33
+ - vendor/assets/images/ckeditor-bootstrap/icons_hidpi.png
34
+ - vendor/assets/images/ckeditor-bootstrap/lock-open.png
35
+ - vendor/assets/images/ckeditor-bootstrap/lock.png
36
+ - vendor/assets/images/ckeditor-bootstrap/refresh.png
37
+ - vendor/assets/javascripts/ckeditor-bootstrap/skin.js
38
+ - vendor/assets/stylesheets/ckeditor-bootstrap/contents.scss
39
+ - vendor/assets/stylesheets/ckeditor-bootstrap/dialog.scss
40
+ - vendor/assets/stylesheets/ckeditor-bootstrap/editor.scss
41
+ homepage: https://github.com/yivo/ckeditor-bootstrap_rails
42
+ licenses:
43
+ - MIT
44
+ metadata: {}
45
+ post_install_message:
46
+ rdoc_options: []
47
+ require_paths:
48
+ - lib
49
+ required_ruby_version: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - ">="
52
+ - !ruby/object:Gem::Version
53
+ version: '0'
54
+ required_rubygems_version: !ruby/object:Gem::Requirement
55
+ requirements:
56
+ - - ">="
57
+ - !ruby/object:Gem::Version
58
+ version: '0'
59
+ requirements: []
60
+ rubyforge_project:
61
+ rubygems_version: 2.4.8
62
+ signing_key:
63
+ specification_version: 4
64
+ summary: an asset gemification of the github.com/Kunstmaan/BootstrapCK4-Skin
65
+ test_files: []