ckeditor-builds 1.0.0.alpha.2.1 → 1.0.0.alpha.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 001d5d5db02828ea14135df29de23a26f5c6e421
4
- data.tar.gz: 49e3e4c5b5e030f68313ed7219fc237d94521633
3
+ metadata.gz: bf3d10e54699b73d1bc06e1b78ac9853add85fca
4
+ data.tar.gz: 46b1c28da2db26f7ed7e22168247fd8cf3aeefe5
5
5
  SHA512:
6
- metadata.gz: f222f944152694006af70c286e968917690eb56e01aca0c3b6bc517ccef0d93215cac1fee3722bb580bfc8a84bebb1592359fdccfefbaa04ccb3daa856136414
7
- data.tar.gz: b5d57f9d08f4362f07b0ef2f5bcfbc5e35e21f18ae2f6b7477917e722ebce0510390eb74429b3c30755d6b79bcf7648ecbd43edc84d37f7036cb20ac0524f89d
6
+ metadata.gz: eec7caef14c0261302c48debedd132c07e1d5c7694a8873366297bdc72c3f708a3b90dacbfb18e4dac5d939ec084caaf536eff64982e030c5cb4292ef2734b53
7
+ data.tar.gz: 705a8fa857b98dcc31d5bcf9fbea067cb724dc8ec4c1356b561b47035b7cce48627e666cbe63432cbac46ffd5a8826e5bb20ee0b1c1760158ceefea7f0f36cdd
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ckeditor-builds (1.0.0.alpha.2.1)
4
+ ckeditor-builds (1.0.0.alpha.2.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/LICENSE.md ADDED
@@ -0,0 +1,157 @@
1
+ ### GNU LESSER GENERAL PUBLIC LICENSE
2
+
3
+ Version 3, 29 June 2007
4
+
5
+ Copyright (C) 2007 Free Software Foundation, Inc.
6
+ <https://fsf.org/>
7
+
8
+ Everyone is permitted to copy and distribute verbatim copies of this
9
+ license document, but changing it is not allowed.
10
+
11
+ This version of the GNU Lesser General Public License incorporates the
12
+ terms and conditions of version 3 of the GNU General Public License,
13
+ supplemented by the additional permissions listed below.
14
+
15
+ #### 0. Additional Definitions.
16
+
17
+ As used herein, "this License" refers to version 3 of the GNU Lesser
18
+ General Public License, and the "GNU GPL" refers to version 3 of the
19
+ GNU General Public License.
20
+
21
+ "The Library" refers to a covered work governed by this License, other
22
+ than an Application or a Combined Work as defined below.
23
+
24
+ An "Application" is any work that makes use of an interface provided
25
+ by the Library, but which is not otherwise based on the Library.
26
+ Defining a subclass of a class defined by the Library is deemed a mode
27
+ of using an interface provided by the Library.
28
+
29
+ A "Combined Work" is a work produced by combining or linking an
30
+ Application with the Library. The particular version of the Library
31
+ with which the Combined Work was made is also called the "Linked
32
+ Version".
33
+
34
+ The "Minimal Corresponding Source" for a Combined Work means the
35
+ Corresponding Source for the Combined Work, excluding any source code
36
+ for portions of the Combined Work that, considered in isolation, are
37
+ based on the Application, and not on the Linked Version.
38
+
39
+ The "Corresponding Application Code" for a Combined Work means the
40
+ object code and/or source code for the Application, including any data
41
+ and utility programs needed for reproducing the Combined Work from the
42
+ Application, but excluding the System Libraries of the Combined Work.
43
+
44
+ #### 1. Exception to Section 3 of the GNU GPL.
45
+
46
+ You may convey a covered work under sections 3 and 4 of this License
47
+ without being bound by section 3 of the GNU GPL.
48
+
49
+ #### 2. Conveying Modified Versions.
50
+
51
+ If you modify a copy of the Library, and, in your modifications, a
52
+ facility refers to a function or data to be supplied by an Application
53
+ that uses the facility (other than as an argument passed when the
54
+ facility is invoked), then you may convey a copy of the modified
55
+ version:
56
+
57
+ - a) under this License, provided that you make a good faith effort
58
+ to ensure that, in the event an Application does not supply the
59
+ function or data, the facility still operates, and performs
60
+ whatever part of its purpose remains meaningful, or
61
+ - b) under the GNU GPL, with none of the additional permissions of
62
+ this License applicable to that copy.
63
+
64
+ #### 3. Object Code Incorporating Material from Library Header Files.
65
+
66
+ The object code form of an Application may incorporate material from a
67
+ header file that is part of the Library. You may convey such object
68
+ code under terms of your choice, provided that, if the incorporated
69
+ material is not limited to numerical parameters, data structure
70
+ layouts and accessors, or small macros, inline functions and templates
71
+ (ten or fewer lines in length), you do both of the following:
72
+
73
+ - a) Give prominent notice with each copy of the object code that
74
+ the Library is used in it and that the Library and its use are
75
+ covered by this License.
76
+ - b) Accompany the object code with a copy of the GNU GPL and this
77
+ license document.
78
+
79
+ #### 4. Combined Works.
80
+
81
+ You may convey a Combined Work under terms of your choice that, taken
82
+ together, effectively do not restrict modification of the portions of
83
+ the Library contained in the Combined Work and reverse engineering for
84
+ debugging such modifications, if you also do each of the following:
85
+
86
+ - a) Give prominent notice with each copy of the Combined Work that
87
+ the Library is used in it and that the Library and its use are
88
+ covered by this License.
89
+ - b) Accompany the Combined Work with a copy of the GNU GPL and this
90
+ license document.
91
+ - c) For a Combined Work that displays copyright notices during
92
+ execution, include the copyright notice for the Library among
93
+ these notices, as well as a reference directing the user to the
94
+ copies of the GNU GPL and this license document.
95
+ - d) Do one of the following:
96
+ - 0) Convey the Minimal Corresponding Source under the terms of
97
+ this License, and the Corresponding Application Code in a form
98
+ suitable for, and under terms that permit, the user to
99
+ recombine or relink the Application with a modified version of
100
+ the Linked Version to produce a modified Combined Work, in the
101
+ manner specified by section 6 of the GNU GPL for conveying
102
+ Corresponding Source.
103
+ - 1) Use a suitable shared library mechanism for linking with
104
+ the Library. A suitable mechanism is one that (a) uses at run
105
+ time a copy of the Library already present on the user's
106
+ computer system, and (b) will operate properly with a modified
107
+ version of the Library that is interface-compatible with the
108
+ Linked Version.
109
+ - e) Provide Installation Information, but only if you would
110
+ otherwise be required to provide such information under section 6
111
+ of the GNU GPL, and only to the extent that such information is
112
+ necessary to install and execute a modified version of the
113
+ Combined Work produced by recombining or relinking the Application
114
+ with a modified version of the Linked Version. (If you use option
115
+ 4d0, the Installation Information must accompany the Minimal
116
+ Corresponding Source and Corresponding Application Code. If you
117
+ use option 4d1, you must provide the Installation Information in
118
+ the manner specified by section 6 of the GNU GPL for conveying
119
+ Corresponding Source.)
120
+
121
+ #### 5. Combined Libraries.
122
+
123
+ You may place library facilities that are a work based on the Library
124
+ side by side in a single library together with other library
125
+ facilities that are not Applications and are not covered by this
126
+ License, and convey such a combined library under terms of your
127
+ choice, if you do both of the following:
128
+
129
+ - a) Accompany the combined library with a copy of the same work
130
+ based on the Library, uncombined with any other library
131
+ facilities, conveyed under the terms of this License.
132
+ - b) Give prominent notice with the combined library that part of it
133
+ is a work based on the Library, and explaining where to find the
134
+ accompanying uncombined form of the same work.
135
+
136
+ #### 6. Revised Versions of the GNU Lesser General Public License.
137
+
138
+ The Free Software Foundation may publish revised and/or new versions
139
+ of the GNU Lesser General Public License from time to time. Such new
140
+ versions will be similar in spirit to the present version, but may
141
+ differ in detail to address new problems or concerns.
142
+
143
+ Each version is given a distinguishing version number. If the Library
144
+ as you received it specifies that a certain numbered version of the
145
+ GNU Lesser General Public License "or any later version" applies to
146
+ it, you have the option of following the terms and conditions either
147
+ of that published version or of any later version published by the
148
+ Free Software Foundation. If the Library as you received it does not
149
+ specify a version number of the GNU Lesser General Public License, you
150
+ may choose any version of the GNU Lesser General Public License ever
151
+ published by the Free Software Foundation.
152
+
153
+ If the Library as you received it specifies that a proxy can decide
154
+ whether future versions of the GNU Lesser General Public License shall
155
+ apply, that proxy's public statement of acceptance of any version is
156
+ permanent authorization for you to choose that version for the
157
+ Library.
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # Ckeditor::Builds
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/ckeditor/builds`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
3
+ Gem to add CKEditor5 builds, for more information of usage, please visit https://docs.ckeditor.com/ckeditor5/latest/
6
4
 
7
5
  ## Installation
8
6
 
@@ -22,11 +20,13 @@ Or install it yourself as:
22
20
 
23
21
  ## Usage
24
22
 
25
- Editor app/assets/javascript/application.js
23
+ Edit app/assets/javascript/application.js
26
24
 
27
25
  ### Classic
28
26
  ```ruby
27
+ (...)
29
28
  //= require ckeditor-classic
29
+ (...)
30
30
 
31
31
  ClassicEditor
32
32
  .create( document.querySelector( '#editor' ) )
@@ -46,7 +46,9 @@ ClassicEditor
46
46
 
47
47
  ### Inline
48
48
  ```ruby
49
- //= require ckeditor-classic
49
+ (...)
50
+ //= require ckeditor-inline
51
+ (...)
50
52
 
51
53
  InlineEditor
52
54
  .create( document.querySelector( '#editor' ) )
@@ -66,9 +68,11 @@ InlineEditor
66
68
 
67
69
  ### Balloon
68
70
  ```ruby
69
- //= require ckeditor-classic
71
+ (...)
72
+ //= require ckeditor-balloon
73
+ (...)
70
74
 
71
- BaloonEditor
75
+ BalloonEditor
72
76
  .create( document.querySelector( '#editor' ) )
73
77
  .then( editor => {
74
78
  console.log( editor );
@@ -11,7 +11,8 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{Builds from CKEditor 5.}
13
13
  #spec.description = %q{TODO: Write a longer description or delete this line.}
14
- #spec.homepage = "TODO: Put your gem's website or public repo URL here."
14
+ spec.homepage = "https://github.com/nu12/ckeditor-builds"
15
+ spec.license = "LGPL"
15
16
 
16
17
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
17
18
  # to allow pushing to a single host or delete this section to allow pushing to any host.
@@ -1,5 +1,5 @@
1
1
  module Ckeditor
2
2
  module Builds
3
- VERSION = "1.0.0.alpha.2.1"
3
+ VERSION = "1.0.0.alpha.2.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ckeditor-builds
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.alpha.2.1
4
+ version: 1.0.0.alpha.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alysson A COSTA
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-12-19 00:00:00.000000000 Z
11
+ date: 2017-12-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -48,6 +48,7 @@ files:
48
48
  - ".gitignore"
49
49
  - Gemfile
50
50
  - Gemfile.lock
51
+ - LICENSE.md
51
52
  - README.md
52
53
  - Rakefile
53
54
  - bin/console
@@ -62,8 +63,9 @@ files:
62
63
  - vendor/assets/javascripts/ckeditor-classic.js.map
63
64
  - vendor/assets/javascripts/ckeditor-inline.js
64
65
  - vendor/assets/javascripts/ckeditor-inline.js.map
65
- homepage:
66
- licenses: []
66
+ homepage: https://github.com/nu12/ckeditor-builds
67
+ licenses:
68
+ - LGPL
67
69
  metadata: {}
68
70
  post_install_message:
69
71
  rdoc_options: []