lexxy 0.1.21.beta → 0.1.22.beta
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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/app/assets/javascript/lexxy.js +985 -246
- data/app/assets/javascript/lexxy.js.br +0 -0
- data/app/assets/javascript/lexxy.js.gz +0 -0
- data/app/assets/javascript/lexxy.min.js +2 -2
- data/app/assets/javascript/lexxy.min.js.br +0 -0
- data/app/assets/javascript/lexxy.min.js.gz +0 -0
- data/app/assets/stylesheets/lexxy-content.css +4 -2
- data/lib/lexxy/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 300853e23fb45102dd5be55c70d1c5c36891882bb787adac45304ffd1b001aba
|
|
4
|
+
data.tar.gz: 0e562198705634dae94466b83257e2bf21ed8f26ec119c7fe99ea62c23896acd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 623e32dc5dcb797072274e32691ef84e9d9f5c741a87c13114b40d937d4ec4480352b976af7526dc0eabb83bfa7a375c47d85a9de003fbc11e333d41c4d355f4
|
|
7
|
+
data.tar.gz: c4b7df3f7e77c5a8c7a4fa02f12833e6900d9ea5f09e5378a392797a40c357ffe77db391a8b8c02954a44639b826f639bf166e26f37ed07b122a462aee2cc9c5
|
data/README.md
CHANGED
|
@@ -23,7 +23,7 @@ A modern rich text editor for Rails.
|
|
|
23
23
|
Add this line to your application's Gemfile:
|
|
24
24
|
|
|
25
25
|
```ruby
|
|
26
|
-
gem 'lexxy', '~> 0.1.
|
|
26
|
+
gem 'lexxy', '~> 0.1.21.beta' # Need to specify the version since it's a pre-release
|
|
27
27
|
```
|
|
28
28
|
|
|
29
29
|
And then execute:
|