glebtv-ckeditor 4.0.2.1 → 4.0.2.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -14,8 +14,8 @@ the results users have when publishing it. It brings to the web common editing f
14
14
 
15
15
  == Install
16
16
 
17
- # must be after rails_admin
18
- gem 'glebtv-ckeditor', require: 'ckeditor'
17
+ # must be after rails_admin if you use it
18
+ gem 'glebtv-ckeditor'
19
19
 
20
20
 
21
21
  === Now generate models for store uploading files
@@ -1,6 +1,6 @@
1
1
  module Ckeditor
2
2
  module Version
3
- GEM = "4.0.2.1".freeze
3
+ GEM = "4.0.2.2".freeze
4
4
  EDITOR = "4.0.2".freeze
5
5
  end
6
6
  end
@@ -0,0 +1 @@
1
+ require 'ckeditor'
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.0.2.1
4
+ version: 4.0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-03-19 00:00:00.000000000 Z
12
+ date: 2013-03-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: mime-types
@@ -76,6 +76,7 @@ files:
76
76
  - config/locales/it.ckeditor.yml
77
77
  - config/locales/en.ckeditor.yml
78
78
  - config/routes.rb
79
+ - lib/glebtv-ckeditor.rb
79
80
  - lib/ckeditor/backend/carrierwave.rb
80
81
  - lib/ckeditor/backend/dragonfly.rb
81
82
  - lib/ckeditor/backend/paperclip.rb
@@ -369,7 +370,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
369
370
  version: '0'
370
371
  requirements: []
371
372
  rubyforge_project:
372
- rubygems_version: 1.8.22
373
+ rubygems_version: 1.8.24
373
374
  signing_key:
374
375
  specification_version: 3
375
376
  summary: Rails gem for easy integration ckeditor in your application
@@ -432,4 +433,3 @@ test_files:
432
433
  - test/orm/active_record.rb
433
434
  - test/controllers/attachment_files_controller_test.rb
434
435
  - test/controllers/pictures_controller_test.rb
435
- has_rdoc: