Sha256: d1c2cca94e18f8b54146f4f3e08376b2958bfd34343fb5d8cd914f4ec6109aeb

Contents?: true

Size: 429 Bytes

Versions: 6

Compression:

Stored size: 429 Bytes

Contents

# Install hook code here

directory = File.join(RAILS_ROOT, '/vendor/plugins/easy-ckeditor/')
require "#{directory}lib/ckeditor_file_utils"
require "#{directory}lib/ckeditor_version"
require "#{directory}lib/ckeditor"

puts "** Installing Easy CKEditor Plugin version #{CkeditorVersion.current}...."

CkeditorFileUtils.destroy_and_install

puts "** Successfully installed Easy CKEditor Plugin version #{CkeditorVersion.current}"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
typo-5.5 vendor/plugins/easy-ckeditor/install.rb
typo-5.4.4 vendor/plugins/easy-ckeditor/install.rb
typo-5.4.3 vendor/plugins/easy-ckeditor/install.rb
typo-5.4.2 vendor/plugins/easy-ckeditor/install.rb
typo-5.4.1 vendor/plugins/easy-ckeditor/install.rb
typo-5.4 vendor/plugins/easy-ckeditor/install.rb