glebtv-ckeditor 4.13.0 → 4.13.1
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a453e7c046debeb196d33547b9b5de22da9db73ab9c2e32a0dc0664ffd3126c5
|
4
|
+
data.tar.gz: 67dc299c2c725700d10c1866cac6fbf152fc96854a248f3f3d9071537d3855d5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d9d8e52e94b78a295c852d6cbbbf3a87c278f3d3d7292e54f8933e122c4671c4e5b9729948bf26b7ff228a364fcbb84f19254e648ed5d2be6b2f88c65bb6354
|
7
|
+
data.tar.gz: '00408fcb3873e9a12cae51e76089dc3440849e0dfd1009b4f2696afecc9a961f48dec008cd53ed9443353920b62d54de3b00182f06731255f8102538079b183a'
|
data/lib/ckeditor/version.rb
CHANGED
@@ -24,8 +24,8 @@
|
|
24
24
|
.cm-s-yonce .CodeMirror-activeline .CodeMirror-linenumber.CodeMirror-gutter-elt { background: #1C1C1C; color: #fc4384; }
|
25
25
|
.cm-s-yonce .CodeMirror-linenumber { color: #777; }
|
26
26
|
.cm-s-yonce .CodeMirror-cursor { border-left: 2px solid #FC4384; }
|
27
|
-
.cm-s-yonce .cm-searching { background:
|
28
|
-
.cm-s-yonce .cm-searching.CodeMirror-selectedtext { background:
|
27
|
+
.cm-s-yonce .cm-searching { background: rgba(243, 155, 53, .3) !important; outline: 1px solid #F39B35; }
|
28
|
+
.cm-s-yonce .cm-searching.CodeMirror-selectedtext { background: rgba(243, 155, 53, .7) !important; color: white; }
|
29
29
|
|
30
30
|
.cm-s-yonce .cm-keyword { color: #00A7AA; } /**/
|
31
31
|
.cm-s-yonce .cm-atom { color: #F39B35; }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: glebtv-ckeditor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.13.
|
4
|
+
version: 4.13.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- glebtv
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2019-11-
|
12
|
+
date: 2019-11-29 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: terrapin
|
@@ -693,64 +693,64 @@ signing_key:
|
|
693
693
|
specification_version: 4
|
694
694
|
summary: Rails gem for easy integration ckeditor in your application
|
695
695
|
test_files:
|
696
|
-
- test/
|
697
|
-
- test/support/routes.txt
|
698
|
-
- test/support/helpers.rb
|
699
|
-
- test/test_helper.rb
|
700
|
-
- test/controllers/pictures_controller_test.rb
|
701
|
-
- test/controllers/attachment_files_controller_test.rb
|
702
|
-
- test/orm/active_record.rb
|
703
|
-
- test/orm/mongoid.rb
|
704
|
-
- test/integration/navigation_test.rb
|
705
|
-
- test/dummy/app/controllers/application_controller.rb
|
706
|
-
- test/dummy/app/controllers/posts_controller.rb
|
707
|
-
- test/dummy/app/assets/javascripts/application.js
|
708
|
-
- test/dummy/app/assets/stylesheets/scaffold.css
|
709
|
-
- test/dummy/app/assets/stylesheets/application.css
|
696
|
+
- test/dummy/Rakefile
|
710
697
|
- test/dummy/app/models/post.rb
|
711
|
-
- test/dummy/app/helpers/application_helper.rb
|
712
|
-
- test/dummy/app/helpers/posts_helper.rb
|
713
|
-
- test/dummy/app/views/layouts/application.html.erb
|
714
|
-
- test/dummy/app/views/posts/index.html.erb
|
715
|
-
- test/dummy/app/views/posts/new.html.erb
|
716
|
-
- test/dummy/app/views/posts/_form.html.erb
|
717
698
|
- test/dummy/app/views/posts/edit.html.erb
|
718
699
|
- test/dummy/app/views/posts/show.html.erb
|
719
|
-
- test/dummy/
|
700
|
+
- test/dummy/app/views/posts/new.html.erb
|
701
|
+
- test/dummy/app/views/posts/_form.html.erb
|
702
|
+
- test/dummy/app/views/posts/index.html.erb
|
703
|
+
- test/dummy/app/views/layouts/application.html.erb
|
704
|
+
- test/dummy/app/assets/javascripts/application.js
|
705
|
+
- test/dummy/app/assets/stylesheets/application.css
|
706
|
+
- test/dummy/app/assets/stylesheets/scaffold.css
|
707
|
+
- test/dummy/app/helpers/posts_helper.rb
|
708
|
+
- test/dummy/app/helpers/application_helper.rb
|
709
|
+
- test/dummy/app/controllers/posts_controller.rb
|
710
|
+
- test/dummy/app/controllers/application_controller.rb
|
720
711
|
- test/dummy/test/fixtures/files/rails.png
|
721
712
|
- test/dummy/test/fixtures/files/rails.tar.gz
|
722
713
|
- test/dummy/public/404.html
|
723
|
-
- test/dummy/public/favicon.ico
|
724
714
|
- test/dummy/public/422.html
|
725
715
|
- test/dummy/public/500.html
|
726
|
-
- test/dummy/
|
727
|
-
- test/dummy/script/rails
|
716
|
+
- test/dummy/public/favicon.ico
|
728
717
|
- test/dummy/config/locales/en.yml
|
718
|
+
- test/dummy/config/application.rb
|
719
|
+
- test/dummy/config/routes.rb
|
720
|
+
- test/dummy/config/mongoid.yml
|
721
|
+
- test/dummy/config/environments/test.rb
|
722
|
+
- test/dummy/config/environments/development.rb
|
723
|
+
- test/dummy/config/environments/production.rb
|
724
|
+
- test/dummy/config/environment.rb
|
725
|
+
- test/dummy/config/boot.rb
|
729
726
|
- test/dummy/config/storage.yml
|
730
727
|
- test/dummy/config/database.yml
|
731
|
-
- test/dummy/config/initializers/assets.rb
|
732
|
-
- test/dummy/config/initializers/paperclip.rb
|
733
728
|
- test/dummy/config/initializers/mime_types.rb
|
734
729
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
735
|
-
- test/dummy/config/initializers/
|
730
|
+
- test/dummy/config/initializers/paperclip.rb
|
736
731
|
- test/dummy/config/initializers/inflections.rb
|
732
|
+
- test/dummy/config/initializers/assets.rb
|
733
|
+
- test/dummy/config/initializers/cookies_serializer.rb
|
737
734
|
- test/dummy/config/initializers/session_store.rb
|
738
735
|
- test/dummy/config/initializers/wrap_parameters.rb
|
739
|
-
- test/dummy/config/initializers/
|
740
|
-
- test/dummy/config/environment.rb
|
741
|
-
- test/dummy/config/environments/development.rb
|
742
|
-
- test/dummy/config/environments/production.rb
|
743
|
-
- test/dummy/config/environments/test.rb
|
744
|
-
- test/dummy/config/application.rb
|
736
|
+
- test/dummy/config/initializers/ckeditor.rb
|
745
737
|
- test/dummy/config/secrets.yml
|
746
|
-
- test/dummy/config/boot.rb
|
747
|
-
- test/dummy/config/routes.rb
|
748
|
-
- test/dummy/config/mongoid.yml
|
749
|
-
- test/dummy/db/migrate/20110623120047_create_posts.rb
|
750
738
|
- test/dummy/db/migrate/20170806125915_create_active_storage_tables.rb
|
751
|
-
- test/
|
739
|
+
- test/dummy/db/migrate/20110623120047_create_posts.rb
|
740
|
+
- test/dummy/script/rails
|
741
|
+
- test/dummy/config.ru
|
752
742
|
- test/models/ckeditor_test.rb
|
753
743
|
- test/models/utils_test.rb
|
754
744
|
- test/models/attachment_file_test.rb
|
745
|
+
- test/models/picture_test.rb
|
755
746
|
- test/generators/install_generator_test.rb
|
747
|
+
- test/controllers/pictures_controller_test.rb
|
748
|
+
- test/controllers/attachment_files_controller_test.rb
|
749
|
+
- test/orm/active_record.rb
|
750
|
+
- test/orm/mongoid.rb
|
751
|
+
- test/test_helper.rb
|
756
752
|
- test/functional/posts_controller_test.rb
|
753
|
+
- test/integration/navigation_test.rb
|
754
|
+
- test/support/integration_case.rb
|
755
|
+
- test/support/routes.txt
|
756
|
+
- test/support/helpers.rb
|