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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 967cf72a5f9af7fb06496ce628df448c7b51ca19
4
- data.tar.gz: 451401d91a449eda8aa22aa54e6025fabd7f10e4
3
+ metadata.gz: 172849b9df0c82bab6c7549b4fe4e20e40ebf747
4
+ data.tar.gz: e8473dcd76bc38360f663c26aac3b26538b2d94d
5
5
  SHA512:
6
- metadata.gz: d6885c65b42dbcbb02f18ea60994357bfd756ef81946adb86ad76c35126624a3fcd39e5817a9dd522b53a900b1271c905e1dd42f732c0d98189178035550d367
7
- data.tar.gz: 30938c904d109f67c8589115aa70c81b3388278a9b007b249169fce4d37db7ec899abfb176027b2b1fee4be1f462d822b3897b83bd836d9a1c940357d81007c0
6
+ metadata.gz: 5f0e2f1b8dbf35352895303810a49a06f866c7aa513c202570ed1cd19c6211027afcac697e9e89e3f9bd4cc8f1258955819cd6a673d0bdc2b15553e958323880
7
+ data.tar.gz: 931dbbdbddd9553de50b6c78df14f6ac19f2289e27a2c56fe669693216580852cdb89df50abafa7ef911189397878a90a0233f5f3daa530006e1ea9ec48f8042
@@ -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)]
@@ -1,6 +1,6 @@
1
1
  module Ckeditor
2
2
  module Version
3
- GEM = "4.5.7".freeze
3
+ GEM = "4.5.7.1".freeze
4
4
  EDITOR = "4.5.7".freeze
5
5
  end
6
6
  end
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-14 00:00:00.000000000 Z
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.4.5.1
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/functional/posts_controller_test.rb
501
- - test/support/raw_post.rb
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/support/helpers.rb
505
- - test/integration/navigation_test.rb
506
- - test/dummy/Rakefile
507
- - test/dummy/app/helpers/application_helper.rb
508
- - test/dummy/app/helpers/posts_helper.rb
509
- - test/dummy/app/controllers/posts_controller.rb
510
- - test/dummy/app/controllers/application_controller.rb
511
- - test/dummy/app/assets/stylesheets/scaffold.css
512
- - test/dummy/app/assets/stylesheets/application.css
513
- - test/dummy/app/assets/javascripts/application.js
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/config/application.rb
530
- - test/dummy/config/database.yml
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/locales/en.yml
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