glebtv-ckeditor 4.5.7 → 4.5.7.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/ckeditor/utils.rb +1 -1
- data/lib/ckeditor/version.rb +1 -1
- metadata +43 -43
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 172849b9df0c82bab6c7549b4fe4e20e40ebf747
|
4
|
+
data.tar.gz: e8473dcd76bc38360f663c26aac3b26538b2d94d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5f0e2f1b8dbf35352895303810a49a06f866c7aa513c202570ed1cd19c6211027afcac697e9e89e3f9bd4cc8f1258955819cd6a673d0bdc2b15553e958323880
|
7
|
+
data.tar.gz: 931dbbdbddd9553de50b6c78df14f6ac19f2289e27a2c56fe669693216580852cdb89df50abafa7ef911189397878a90a0233f5f3daa530006e1ea9ec48f8042
|
data/lib/ckeditor/utils.rb
CHANGED
@@ -71,7 +71,7 @@ module Ckeditor
|
|
71
71
|
relative_folder = Ckeditor.root_path.join(relative_path)
|
72
72
|
folder = relative_folder.join(path)
|
73
73
|
extensions = '*.{js,css,png,gif,jpg}'
|
74
|
-
languages = (Ckeditor.assets_languages || [])
|
74
|
+
languages = (Ckeditor.assets_languages || ['en', 'ru'])
|
75
75
|
|
76
76
|
# Files at root
|
77
77
|
files = Dir[folder.join(extensions)]
|
data/lib/ckeditor/version.rb
CHANGED
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.5.7
|
4
|
+
version: 4.5.7.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: 2016-03-
|
12
|
+
date: 2016-03-15 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: cocaine
|
@@ -492,66 +492,66 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
492
492
|
version: '0'
|
493
493
|
requirements: []
|
494
494
|
rubyforge_project: ckeditor
|
495
|
-
rubygems_version: 2.
|
495
|
+
rubygems_version: 2.5.1
|
496
496
|
signing_key:
|
497
497
|
specification_version: 4
|
498
498
|
summary: Rails gem for easy integration ckeditor in your application
|
499
499
|
test_files:
|
500
|
-
- test/
|
501
|
-
- test/support/
|
500
|
+
- test/generators/install_generator_test.rb
|
501
|
+
- test/support/helpers.rb
|
502
502
|
- test/support/integration_case.rb
|
503
|
+
- test/support/raw_post.rb
|
503
504
|
- test/support/routes.txt
|
504
|
-
- test/
|
505
|
-
- test/
|
506
|
-
- test/
|
507
|
-
- test/
|
508
|
-
- test/
|
509
|
-
- test/dummy/
|
510
|
-
- test/dummy/
|
511
|
-
- test/dummy/
|
512
|
-
- test/dummy/
|
513
|
-
- test/dummy/
|
505
|
+
- test/controllers/attachment_files_controller_test.rb
|
506
|
+
- test/controllers/pictures_controller_test.rb
|
507
|
+
- test/functional/posts_controller_test.rb
|
508
|
+
- test/orm/mongoid.rb
|
509
|
+
- test/orm/active_record.rb
|
510
|
+
- test/dummy/config.ru
|
511
|
+
- test/dummy/public/404.html
|
512
|
+
- test/dummy/public/422.html
|
513
|
+
- test/dummy/public/500.html
|
514
|
+
- test/dummy/public/favicon.ico
|
515
|
+
- test/dummy/script/rails
|
516
|
+
- test/dummy/test/fixtures/files/rails.png
|
517
|
+
- test/dummy/test/fixtures/files/rails.tar.gz
|
514
518
|
- test/dummy/app/views/layouts/application.html.erb
|
515
|
-
- test/dummy/app/views/posts/show.html.erb
|
516
|
-
- test/dummy/app/views/posts/new.html.erb
|
517
|
-
- test/dummy/app/views/posts/index.html.erb
|
518
519
|
- test/dummy/app/views/posts/edit.html.erb
|
520
|
+
- test/dummy/app/views/posts/new.html.erb
|
521
|
+
- test/dummy/app/views/posts/show.html.erb
|
519
522
|
- test/dummy/app/views/posts/_form.html.erb
|
523
|
+
- test/dummy/app/views/posts/index.html.erb
|
524
|
+
- test/dummy/app/assets/stylesheets/scaffold.css
|
525
|
+
- test/dummy/app/assets/stylesheets/application.css
|
526
|
+
- test/dummy/app/assets/javascripts/application.js
|
527
|
+
- test/dummy/app/helpers/posts_helper.rb
|
528
|
+
- test/dummy/app/helpers/application_helper.rb
|
529
|
+
- test/dummy/app/controllers/application_controller.rb
|
530
|
+
- test/dummy/app/controllers/posts_controller.rb
|
520
531
|
- test/dummy/app/models/post.rb
|
521
|
-
- test/dummy/test/fixtures/files/rails.tar.gz
|
522
|
-
- test/dummy/test/fixtures/files/rails.png
|
523
|
-
- test/dummy/script/rails
|
524
|
-
- test/dummy/public/500.html
|
525
|
-
- test/dummy/public/favicon.ico
|
526
|
-
- test/dummy/public/404.html
|
527
|
-
- test/dummy/public/422.html
|
528
532
|
- test/dummy/db/migrate/20110623120047_create_posts.rb
|
529
|
-
- test/dummy/
|
530
|
-
- test/dummy/config/
|
533
|
+
- test/dummy/Rakefile
|
534
|
+
- test/dummy/config/locales/en.yml
|
535
|
+
- test/dummy/config/initializers/session_store.rb
|
531
536
|
- test/dummy/config/initializers/cookies_serializer.rb
|
532
|
-
- test/dummy/config/initializers/wrap_parameters.rb
|
533
537
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
534
538
|
- test/dummy/config/initializers/ckeditor.rb
|
535
|
-
- test/dummy/config/initializers/mime_types.rb
|
536
|
-
- test/dummy/config/initializers/session_store.rb
|
537
539
|
- test/dummy/config/initializers/inflections.rb
|
540
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
541
|
+
- test/dummy/config/initializers/mime_types.rb
|
542
|
+
- test/dummy/config/secrets.yml
|
538
543
|
- test/dummy/config/routes.rb
|
544
|
+
- test/dummy/config/boot.rb
|
539
545
|
- test/dummy/config/mongoid.yml
|
546
|
+
- test/dummy/config/database.yml
|
547
|
+
- test/dummy/config/application.rb
|
540
548
|
- test/dummy/config/environment.rb
|
541
|
-
- test/dummy/config/environments/test.rb
|
542
549
|
- test/dummy/config/environments/development.rb
|
543
550
|
- test/dummy/config/environments/production.rb
|
544
|
-
- test/dummy/config/
|
545
|
-
- test/dummy/config/boot.rb
|
546
|
-
- test/dummy/config/secrets.yml
|
547
|
-
- test/dummy/config.ru
|
548
|
-
- test/orm/mongoid.rb
|
549
|
-
- test/orm/active_record.rb
|
550
|
-
- test/controllers/pictures_controller_test.rb
|
551
|
-
- test/controllers/attachment_files_controller_test.rb
|
552
|
-
- test/test_helper.rb
|
553
|
-
- test/generators/install_generator_test.rb
|
554
|
-
- test/models/ckeditor_test.rb
|
551
|
+
- test/dummy/config/environments/test.rb
|
555
552
|
- test/models/utils_test.rb
|
556
|
-
- test/models/attachment_file_test.rb
|
557
553
|
- test/models/picture_test.rb
|
554
|
+
- test/models/attachment_file_test.rb
|
555
|
+
- test/models/ckeditor_test.rb
|
556
|
+
- test/test_helper.rb
|
557
|
+
- test/integration/navigation_test.rb
|